Hi,
Been stuggling with this for a little while now:
In include_title_cat_forum.html, I have:
<%set thisaction = $this_do%>
FOO 2: "<%thisaction%>"
<%if thisaction eq "post_write"%>
<%title_font%><%if hidden_query ne ''%><a<%if af eq '1'%> target="_blank"<%endif%> href="http://<%domain%>/<%script_name%>?<%hidden_query%>">Forum</a> > Add Article
<%else%>
should try and show the article breadcrumb here, not the standard one.
<%endif%>.. but when I view in the browser - I get:
Action: post_write FOO 2: "post_write" should try and show the article breadcrumb here, not the standard one. Démarrer une nouvelle discussion
So basically, its prooving the value is "post_write", but this line just doesn't seem to wanna work:
<%if thisaction eq "post_write"%>
BTW, I tried doing direct with <%if do_this eq "post_write"%> , but that does exactly the same
Any ideas would be appreciated (probably gonna be something silly - but I can't see it atm :()
TIA
Andy
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Been stuggling with this for a little while now:
In include_title_cat_forum.html, I have:
Code:
Action: <%this_do%> <%set thisaction = $this_do%>
FOO 2: "<%thisaction%>"
<%if thisaction eq "post_write"%>
<%title_font%><%if hidden_query ne ''%><a<%if af eq '1'%> target="_blank"<%endif%> href="http://<%domain%>/<%script_name%>?<%hidden_query%>">Forum</a> > Add Article
<%else%>
should try and show the article breadcrumb here, not the standard one.
<%endif%>
Action: post_write FOO 2: "post_write" should try and show the article breadcrumb here, not the standard one. Démarrer une nouvelle discussion
So basically, its prooving the value is "post_write", but this line just doesn't seem to wanna work:
<%if thisaction eq "post_write"%>
BTW, I tried doing direct with <%if do_this eq "post_write"%> , but that does exactly the same
Any ideas would be appreciated (probably gonna be something silly - but I can't see it atm :()
TIA
Andy
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

