The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#32
|
||||
|
||||
Instead of having the feed icon displayed on the forums, how could i get it like this
http://www.sitepoint.com/syndication/ Any help would be great |
#33
|
||||
|
||||
Very nice job!!! *clicks install
|
#34
|
|||
|
|||
Hey, cool hack....
Everything installed fine and properly working.... My only request is to add instructions at the bottom of rss_mod.txt file is: Quote:
|
#35
|
|||
|
|||
FANTASTIC!
/me clicks install! /me states that he has got it installed and working easy peasy! /me is happy! |
#36
|
|||
|
|||
Ok I had another question for you all. A while back we were working on getting our feed to spit out the full post, with all of the html intact, where we changed this in the external.php file:
PHP Code:
PHP Code:
My big thing is that it seems as though the feed is only pumping out the first posts of each thread, anytime a thread is replied to it does not show up in the feed...any one have any ideas how I can remedy this situation? Any help would be greatly appreciated...Thank you! |
#37
|
|||
|
|||
Quote:
https://vborg.vbsupport.ru/showthread.php?t=68815 It lets you choose if you want the feeds to parse bbcodes or not and have support for smilies. For your second question, open external.php and find: PHP Code:
PHP Code:
|
#38
|
|||
|
|||
I just tweaked the XML image display placement to align to the right of the Forum/Thread title. Looks much cleaner.
FORUMHOME Code:
<!-- ORGINAL CODE <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> --> <!-- RSS FEED MOD --> <td class="thead" width="100%" align="$stylevar[left]"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="thead">$vbphrase[forum]</td> <td><a href="external.php?type=RSS2" style="float:right"><img src="$stylevar[imgdir_button]/rss.gif" alt="XML RSS 2.0 feed for all Threads in all Forums" border="0" /></a></td> </tr> </table> </td> Code:
<!-- ORIGINAL CODE <td class="tcat" width="100%">$vbphrase[threads_in_forum]<span class="normal">: $foruminfo[title]</span></td> --> <!-- RSS FEED MOD --> <td class="tcat" width="100%"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="tcat">$vbphrase[forum]<span class="normal">: $foruminfo[title]</span></td> <td><a href="external.php?type=RSS2&forumids=$foruminfo[forumid]" style="float:right"><img src="$stylevar[imgdir_button]/rss.gif" alt="XML RSS 2.0 feed for Threads in $foruminfo[title]" border="0" /></a></td> </tr> </table> </td> See it in action here Hope this helps. Enjoy! |
#39
|
|||
|
|||
Is there a way to have the xml icon show on each category on the main forum page? Since my subforms do not need to be expanded to see the sub-boards (All boards are visable on main index page) It'd be ideal to have the icon next to each sub-forum listed.
|
#40
|
|||
|
|||
Anyone?
|
#41
|
|||
|
|||
Having a problme with the hack; I have put rss on my site, and I want to use myyahoo's button: http://my.yahoo.com/s/button.html
The weird thing is when I type in the url to rss for my site, which works if you click it, it does not work for yahoo. The link is: http://www.volconvo.com/forums/external.php?type=RSS2 Got any ideas? |
#42
|
|||
|
|||
does this exists for 3.5 version ?
we have it installed and want to upgrade from 3.0.x version of our forum to 3.5 thanks. |
#43
|
||||
|
||||
I'd really like to get this mod working with 3.6.8. I could really use the RSS feeds. Plus i'm using the legacy postbit template.
Is anyone using this for 3.6.X? |
#44
|
||||
|
||||
We you able to get it working with 3.5.x? I have 3.6.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|