Thomas:
Ok, I did that which is forbidden. I modified some plugin code. But trivially and have it working. It finds the search word and highlights it. Would be nice if the search field opened, but this is great.
I added three lines and now I can add whatever I want to the parameter string sent to the viewer. So I added in your top level code (not in one place, you can understand where):
'user_param' => '',
$userparam = $incoming_from_handler['user_param'];
$final_url .= $userparam;
And all I did for the search was add user_param=&search=token
to the shortcode.
That gives me tremendous flexibility (and also the ability to really mess up). Should probably use quotes but worked fine without.
Kindly consider adding to the plugin!
-Craig
-
This reply was modified 4 years, 4 months ago by Craig.