|
||
|
As Admin of a vBulletin based board i’m used to edit the pages (or templates) generated into the board itselfs but if i need to edit a non vBulletin page including any info from a vBulletin one then things become a bit complicated. That’s due vBulletin uses some internal “vars” that not always can be executed directly out the forum. Today looking to add on our home page the “New Listings at OnlineWebMarket” field with latest posts made just on the market section I learned the following:
You can add on your non vBulletin page (if a php one of course) a piece of script by any RSS online tool similar to the one created using http://rssjava.com, but there is problem: from time to time you will face errors alike Quote:
Following the URL http://www.vbulletin.com/forum/showthread.php?t=159044 we can see a valid code to insert this info via RSS on the home page of our board (OWM represents our “Study Case”), but adding this code as is we will see the full RSS entries made on the forum on Home Page, how to show just the entries from a particular category?, just take a look at the edited code: Quote:
What it means?, well the numbers after “forumids” tells the script to retrieve entries made “ONLY” on the forums (or subforums) number 170, 56, 52, 74 and so on. In resume this little modification made to the original code provided by vbulletin.com helps us to show the posts made only on selected forums, an easy way to include on our external non vBulletin page info from the board itself. Of course in order to use this URL as the source from where the RSS should read the "News" you must install a mod alike the one we are using "Sorky12 - RSS Feed Links - V1.0.0" available for free at: http://www.vbulletin.org/forum/showthread.php?t=194082 (in order to download it you must be registered with your Jelsoft's client ID) I’m not a hack developer (I’m to lazy), I’m just posting my personal test for any one looking a guide on how to include info from vBulletin boards outside the board. Hope you make profit from it :). Last edited by masterweb; 01-04-2009 at 03:49 PM. |
|
|
|
|||||
| Thread Tools | |
| Display Modes | |