Ok yogi, here's an idea:
I'm planning to call the SSI method using the perl
LWP function using a global. I was thing on parsing an argument (the same way I do it with links SQL) where I can send a string in the URL like this search.cgi?test=2 then in the template I can as <%if test eq '2'%> based on the answer I present specific data. I plan to modify the SSI template and include a condition so I can show diferents sets of data (using tags in the include results template)
Problem is that the Forums does not accept arguments in the URL string as the search.cgi in Links SQL does.
I'm planning to call the SSI method using the perl
LWP function using a global. I was thing on parsing an argument (the same way I do it with links SQL) where I can send a string in the URL like this search.cgi?test=2 then in the template I can as <%if test eq '2'%> based on the answer I present specific data. I plan to modify the SSI template and include a condition so I can show diferents sets of data (using tags in the include results template)
Problem is that the Forums does not accept arguments in the URL string as the search.cgi in Links SQL does.