The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
external.php
where is external.php located in vb5
|
#2
|
||||
|
||||
./core/vb/api/external.php
./core/vb/library/external.php ./core/includes/functions_external.php ./includes/vb5/frontend/controller/external.php |
#3
|
|||
|
|||
On vb 3 / 4 I had the following code to list a few threads on another website from the forum site,
_____ <script type="text/javascript" src="http://www.selfhelpwithmore.com/ez-forums/external.php?forumids=17,23&type=js"></script> <script language="" type="text/javascript"> <!-- for (x = 0; x < 10; x++) { document.writeln("*<a href=http://www.selfhelpwithmore.com/ez-forums/showthread.php?t="+threads[x].threadid+">"+threads[x].title+"</a><br />"); } //--> </script> _______ with one on your list of external.php should this script be pointed to and does it also need to be changed to make it work with vb5 |
#4
|
||||
|
||||
Your new url would be something like this.
Code:
http://www.selfhelpwithmore.com/ez-forums/external?type=js&nodeid=17,23 |
#5
|
|||
|
|||
<script type="text/javascript" src="http://www.selfhelpwithmore.com/ez-forums/external?type=js&nodeid=32,37,22,29,31,38,31,30,42 ,39,45,41,46,40,36,43,"></script>
<script language="" type="text/javascript"> <!-- for (x = 0; x < 10; x++) { document.writeln("*<a href=http://www.selfhelpwithmore.com/ez-forums/showthread?t="+threads[x].threadid+">"+threads[x].title+"</a><br />"); } //--> </script> The script is installed on right panel of... http://www.selfhelpwithmore.com/switchoutlet/ when using this script I do get the 10 threads displayed but for example when clicking on one of the links displayed the link is http://www.selfhelpwithmore.com/ez-f...wthread?t=8773 and coming up on a page not found [because I have all 404 errors go to home page that is where it goes] the real link was at http://www.selfhelpwithmore.com/ez-f...r-clogged-pump how to fix? using vb 5.1.9 |
#6
|
||||
|
||||
Code:
<script type="text/javascript" src="http://www.selfhelpwithmore.com/ez-forums/external?type=js&nodeid=32,37,22,29,31,38,31,30,42,39,45,41,46,40,36,43,"></script> <script language="" type="text/javascript"> <!-- for (x = 0; x < 10; x++) { document.writeln("*<a href=http://www.selfhelpwithmore.com/ez-forums/node/"+threads[x].threadid+">"+threads[x].title+"</a><br />"); } //--> </script> |
#7
|
|||
|
|||
yes that works perfectly, thank you
|
#8
|
||||
|
||||
lol.. wow
|
#9
|
||||
|
||||
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|