The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Recent Forum Topics on main page
I would like a script or mod that grab The forum Rss feed and publish it on html page like my website main page, or other blog
I do not want widgets, I want the mpd to grab rss feed to get links from main page to threads |
#2
|
||||
|
||||
See these threads for methods to pull threads via javascript:
[HowTo] Display your latest threads on an external page using an RSS2 feed [HowTo] Display your latest threads on an external page using an XML feed [HowTo] Display your latest threads on an external page using an RSS feed |
#3
|
||||
|
||||
thanks a lot
--------------- Added [DATE]1254250341[/DATE] at [TIME]1254250341[/TIME] --------------- 2 issues 1- I want to limit the number to 10 links 2- The Arabic words can not be read ( I think there is problem with encoding) --------------- Added [DATE]1254251221[/DATE] at [TIME]1254251221[/TIME] --------------- also want to remove descreption |
#4
|
||||
|
||||
1- At least in the first thread I linked you to, it says it is for the 10 latest threads.
2- I don't know about that. You should ask for help over at vb.com for that since they deal with the languages. 3- Just don't include the description in the output. Usually someone wants something slightly different from the actual modification available. Just modify them to suite your needs. |
#5
|
||||
|
||||
Quote:
2- You should ask for help over at vb.com I managed to solve it my self, changed the page encoding to utf-8 3- when just removed description in the output it gave me fatal error and the file did not open |
#6
|
||||
|
||||
I'm not sure how the '10' is set. I think it may have to do with the fread statement, but you would have to ask over on vb.com to find out.
Quote:
|
#7
|
||||
|
||||
I changed the line :
PHP Code:
$rss2_output .= "<dt><strong><a href='" . trim($link) . "'>" . htmlspecialchars(trim($title)) . "</a></strong> - " . htmlspecialchars(trim($date)) ." --------------- Added [DATE]1254279595[/DATE] at [TIME]1254279595[/TIME] --------------- thanks I managed to remove descreption the right code will be : PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|