Boofo
05-13-2011, 02:12 PM
I am trying to use link thread for a link and I am close, but not quite there yet. Here is the code I am using in the template for the link:
<a href="{vb:link thread, {vb:raw $fhstats}, {vb:raw fhstats.threadtitle}}&p={vb:raw fhstats.postid}&viewfull=1#post{vb:raw fhstats.postid}" target="_blank">
and this is what it parses to:
http://www.yoursite.com/forums/showthread.php?153&Hello_There,_from_Phil=&p=349&viewfull=1#post349
This is what it should look like:
http://www.yoursite.com/forums/showthread.php?153-Hello-There-from-Phil&p=349&viewfull=1#post349
Can anyone please tell me what I am doing wrong or missing, and how to fix it?
<a href="{vb:link thread, {vb:raw $fhstats}, {vb:raw fhstats.threadtitle}}&p={vb:raw fhstats.postid}&viewfull=1#post{vb:raw fhstats.postid}" target="_blank">
and this is what it parses to:
http://www.yoursite.com/forums/showthread.php?153&Hello_There,_from_Phil=&p=349&viewfull=1#post349
This is what it should look like:
http://www.yoursite.com/forums/showthread.php?153-Hello-There-from-Phil&p=349&viewfull=1#post349
Can anyone please tell me what I am doing wrong or missing, and how to fix it?