Quote:
you can't do it without plugins.
|
it works without having to create a plugin.
All I need is to add the name of the forum the thread is in at the end.
What I have is :
Thread title1 (Posted By: username1)
like to have:
Thread title1 (Posted By: username1) in Forumname
I just don't know the proper syntax for the name of a forum to add in here-
Code:
document.writeln("<img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/lastpost.gif\" alt=\"\" border=\"0\" /> <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <span class=\"time\">($vbphrase[posted_by]: "+threads[x].poster+")</span><br />");