Quote:
Originally Posted by davidw
PM'd you back, btw, to add on you should be able to also use the full path up to that point such as
Code:
$ticker_titles .= '<a href="http://www.yoursite.com/forum/showthread.php?t='. $ticker['threadid'] .'" title="'. $ticker['title'] .'" target="blank">'. $ticker['title'] .'</a> '. $ticksep.'';
Anyone else having issues with the target link because of forum location, please take a note in the product there are 9 areas that start with <a href="showthread.php... (such as the code above) but altering that to your forum should fix the link.
|
thanks alot for your great assistance. appreciate lots. works like a charm.
:up: