The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
HTML Code:
<a href="#" onclick="return who($thread[threadid])">Replies</a> |
|
#2
|
||||
|
||||
|
who() is a javascript function:
Code:
function who(threadid)
{
return openWindow("misc.php?" + SESSIONURL + "do=whoposted&threadid=" + threadid, 230, 300);
}
|
|
#3
|
|||
|
|||
|
Thank you sir, couldn't find it anywhere. ^^
|
|
#4
|
||||
|
||||
|
All the javascript stuff is in the clientscript folder.
But you're right, I've looked for JS-functions in the wrong place time and time again
|
|
#5
|
|||
|
|||
|
Gotta learn some way.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|