PDA

View Full Version : 4.10: How to add a link to a field group?



Morgan Bohman
August 29, 2012, 07:51 AM
Hi,
I am trying to add a link to a field group containing a data format. Example:
http://www.fyndklippet.se/listings/search-results.html?sort_by=orebro . Orebro is the data format but now it will not only show listings containing this format. Tried also
ttp://www.fyndklippet.se/listings/search-results.html?sort_by=Lan_orebro

I also want to have the link pointing to all listings, containing orebro, not only listings, include sale-rent and services as well.

Anyone with a clue?

Grateful for any help.

//Morgan

Morgan Bohman
September 5, 2012, 04:57 AM
Bump :rolleyes:

Vladimir
September 5, 2012, 06:12 AM
Hello Morgan,

You can see the discussing of field sort here: http://www.flynax.com/forum/showthread.php?574-Sort-after-date&highlight=lines

Morgan Bohman
September 5, 2012, 06:26 AM
So Vlad if I do this for the sorting field I wish the link to, will that work if I have this link like above? The data formats are stored in a roll down windows.

Morgan Bohman
September 5, 2012, 04:33 PM
No it is not working
$sorting['Lan'] = array('Key' => "Lan", 'Type' => "County", 'name' => $GLOBALS['lang']['County'], 'Default' => '', 'Condition' => ''); I want to have a link which I could click on which will lead me to a specific county. The data format is county and in that format there are names on the different county's. If I click the link it should lead me to sorting all listings in that county.

Morgan Bohman
September 6, 2012, 04:58 AM
What I found out is that I could use the field_bound plugin to get a link to the data type but unfortunately, I have the same problem as Peter had; Trying to edit will make a new one and you can't remove it unless you go to trash. The pages created by the types is 404 ones but I made a ticket last night.