Log in

View Full Version : Help Stuck


MichaelDance
08-21-2010, 12:40 AM
Hello,

i been looking all over the internet and i still cant find out how to do this im stuck :(

I know you need to edit a VBulletin file to get these:
http://hufile.cc/1282354050.png
Shows the latest threads from the VBulletin forum.

I got mine code in the header:
<script type="text/javascript" src="http://www.habbofaithforum/external.php?type=js"></script>

another site has theirs like:
<script type="text/javascript" src="http://www.clubhabboforum.net/external.php?type=js"></script>
So i know i need to edit the external.php but i dont know what as i could muck it all up and reck my forum.

The code for the image is:
(theres)
<script language="" type="text/javascript">
<!--

function trim(str, chars) {
return ltrim(rtrim(str, chars), chars);
}

function ltrim(str, chars) {
chars = chars || "\\s";
return str.replace(new RegExp("^[" + chars + "]+", "g"), "");
}

function rtrim(str, chars) {
chars = chars || "\\s";
return str.replace(new RegExp("[" + chars + "]+$", "g"), "");
}

for (x = 0; x < 4; x++)
{

title = threads[x].title;

title = title.split(" ");

for( i = 0; i < 4; i++ ) {

if( !title[i] ) { title[i] = ""; }

}

title = title[0] + " " + title[1] + " " + title[2] + " " + title[3];

title = trim( title );

if( title.length > 25 ) {

title = title.slice( 0, 24 );

}

title = title + "...";

document.writeln("&raquo; <a href=\"http://www.clubhabboforum.net/showthread.php?t="+threads[x].threadid+"\" target=\"_blank\" class=\"green\">"+title+"</a><br /><i>Posted By "+threads[x].poster+" on "+threads[x].threaddate+"</i><br />");
}
//-->
</script>


Mine:
<script language="" type="text/javascript">
<!--

function trim(str, chars) {
return ltrim(rtrim(str, chars), chars);
}

function ltrim(str, chars) {
chars = chars || "\\s";
return str.replace(new RegExp("^[" + chars + "]+", "g"), "");
}

function rtrim(str, chars) {
chars = chars || "\\s";
return str.replace(new RegExp("[" + chars + "]+$", "g"), "");
}

for (x = 0; x < 4; x++)
{

title = threads[x].title;

title = title.split(" ");

for( i = 0; i < 4; i++ ) {

if( !title[i] ) { title[i] = ""; }

}

title = title[0] + " " + title[1] + " " + title[2] + " " + title[3];

title = trim( title );

if( title.length > 25 ) {

title = title.slice( 0, 24 );

}

title = title + "...";

document.writeln("<a href=\"http://www.habbofaithforum.com/showthread.php?t="+threads[x].threadid+"\" target=\"_blank\" class=\"green\">"+title+"</a><br />Posted By "+threads[x].poster+"<br />");
}
//-->
</script>

Also

Enable External Javascript
Enabling this option will allow people to receive a feed of the latest threads in specific forum(s). This may be included into a webpage to provide dynamic content.

The option refers specifically to a Javascript feed
is set to yes
:s

--------------- Added 1282408283 at 1282408283 ---------------

Dont matter - VBulletin Staff supported me :) please close