[SOLVED] Adding a Hyperlink to a {$value} |
4/9/2010 2:35:44 PM |
PHPRunner General questions | |
![]() I used to be able to go into my list pages and add custom URL's that would pull up search results from another table using the {$value} as the search term but for some reason I am unable to make this happen and I have been going back and forth over it for 2 days now. Here's what I am working on: {BEGIN school_association_state_fieldcolumn}<TR>
|
|
![]() |
powersitedesign author 4/9/2010 |
Also, here's another example of what I am trying to accomplish (that is actually working). Something has happened however now w/ the search feature I guess that has stopped that sort of linking w/ a {$value} in the URL?? |
![]() |
powersitedesign author 4/10/2010 |
Just an update, it's 2:30am and I have been looking at how to maybe fix this using Custom Selection in the Visual Editor, I dropped this snippet in but it wouldn't work for me either, but I think I might have been close... global $data; |
![]() |
powersitedesign author 4/10/2010 |
I was finally able to accomplish what I was wanting to do but had to go about it in a lot different way than I was used to. Here's what I had to do... state_associations_list.php?a=search&value=1&SearchOption=Equals&SearchFor=
|