![]() |
Show Thread Description :(
I have this code:
<script language="" type="text/javascript"> var name1 = new String(); var title1 = new String(); for (x = 0; x < 4; x++){ name1 = threads[x].poster; if (name1.length > 13){ name1 = name1.slice(0,9) + "…"; } title1 = threads[x].title; if (title1.length > 28){ title1 = title1.slice(0,25) + "…"; } document.writeln("<a href=\"http://www.habbohotelforum.net/showthread.php?t="+threads[x].threadid+"\" target=\"_blank\" class=\"forumtitle\">"+title1+" ยป</a><br /><div style=\"padding-bottom: 5px;\"><em>+description+(Posted by "+name1+")</em></div>");} </script> I'm trying to add the description about 26 characters of the first post please. I'm having problems. Also i'm using 3.8.7 SP2 Thank you for any help provided. |
and the problem would be?
|
Quote:
|
a screenshot or a link
|
Quote:
|
Are you using external.php with type=js? The output doesn't include any info from the post. You would need to modify external.php or else come up with another way to get the post text.
|
Quote:
|
In external.php around line 409, try replacing the entire "if type is js" block with this:
Code:
if ($vbulletin->GPC['type'] == 'JS') Then you should be able to use thread[x].preview in your js code. You might want to comment out the existing if block so you can easily bring it back if needed. BTW, I put the length limiting code in the php so you don't need to check in your js. Or if you'd rather have it in the js you can of course remove that line from the php. |
Quote:
--------------- Added [DATE]1335461255[/DATE] at [TIME]1335461255[/TIME] --------------- I've changed external.php code to: Code:
if ($vbulletin->GPC['type'] == 'JS') Code:
<script language="" type="text/javascript"> It just shows nothing. |
All times are GMT. The time now is 04:13 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|