The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi
Does anybody know how to modify the external javascript code, to make the links open with target="_top". The standard javascript code = <!-- var max = 5; if(threads.length < max) max = threads.length; for(i = 0; i < max; i++) { document.writeln("<li><a href=\"http://www.mywebsite.com/showthread.php?t=" + threads[i].threadid + "\">" + threads[i].title + "</a></li>"); } //--> Hope someone can help. :up: |
|
#2
|
||||
|
||||
|
document.writeln("<li><a href=\"http://www.mywebsite.com/showthread.php?t=" + threads[i].threadid + "\" target=\"_top\">" + threads[i].title + "</a></li>");
|
|
#3
|
|||
|
|||
|
Great,,,
Thank you Cyber... |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|