The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
RSS Question...
I'm using the RSS hack here...
I have an arrow gif displayed before the code, but it is putting the arrow and the rss on the next line...see any reason in my code? here is the site it is on: AfterHim Media Here is the pertinent section of my code: Code:
function end_element($parser, $name) { global $is_item, $title, $author, $date, $time, $xml_output, $attribute, $forumlink; if ($name == "THREAD") { $description = $author . " @ " . $time; $xml_output .= "<img src=\"images/strelica2.gif\" width=\"6px\" height=\"5px\"/><a href='" . $forumlink . $attribute . "'>" . htmlspecialchars(trim($title)) . "</a><dd>" . htmlspecialchars(trim($description)) . "</dd>"; $title = ""; $author = ""; $date = ""; $time = ""; $attribute = ""; $is_item = false; } } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|