![]() |
Hi All, I have an RSS feed for the total board: http://www.physiobob.com/forum/external.php?type=rss2
I would like to be able to exclude one forum from this total feed which combines all new posts from all areas. I would also like to be able to put a post date and time with each feed and the username of the poster. Can anyone assist with how I might accomplish to above Many thanks :) |
thank you very much..
|
I installed this on two forums today and it works perfectly. Thanks Wayne! I added Shane's tweak to remove the image border and also changed the <td> class to "vbmenu_control" so that it matched the Forum Search and Thread Tools boxes a bit better...
|
Installed! Great plugin, thanks Wayne
|
sorry if its a stupid question. I have added a mod forrss feeds for each of the forum and now the feed isnt working. You can take look at the forum here .
Any help would be appreciated thanks |
Worked like a charm in my 3.7 b3 install ;)
thx! |
This question was asked before but did not see answer...
Is is possible to pull and sort threads by the latest post, not the thread creation date? One of my most popular threads is not showing up on the feed because it was started few month back. How can I get it to show up? Thanks. Version 3.6.8 Patch2 |
Quote:
&lastpost=1 That will sort by last post. If you want to set this as a default for your forum, you need to edit the Headinclude template for your style(s.) Find: Code:
<link rel=”alternate” type=”application/rss+xml” title=”$vboptions[bbtitle] RSS Feed” href=”external.php?type=RSS2″ /> Change to: Code:
<link rel=”alternate” type=”application/rss+xml” title=”$vboptions[bbtitle] RSS Feed” href=”external.php?type=RSS2&lastpost=1″ /> That adds the &astpost=1 directly to the feed coming from the forum. /Edited to add:There are actually 2 spots in the Headinclude you should add that, the second will be right down below the other one, and controls the feed for each individual forum. To change that one, scroll down in Headinclude to: Code:
<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - $foruminfo[title_clean] - RSS Feed" href="external.php?type=RSS2&forumids=$foruminfo[forumid]" ] Change to: Code:
<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - $foruminfo[title_clean] - RSS Feed" href="external.php?type=RSS2&forumids=$foruminfo[forumid]&lastpost=1" That adds the last post sort directly to the RSS icon of each forum. To add it to the icon placed in each forum by this particular hack, go to the FORUMDISPLAY template, find: Code:
<td class="tcat"><a href="external.php?type=rss2&forumids=$foruminfo[forumid]"> Change to: Code:
<td class="tcat"><a href="external.php?type=rss2&forumids=$foruminfo[forumid]&lastpost=1"> That will add the last post sort to the icon added by this hack. Dexter... |
Hi some problem or need help here
over at "forumdisplay_start" plugin. my template shows this Code:
if ($vbulletin->options['gosterx3']) For the second part my original file is diff like this Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px"> pls suggest. thnks |
Can I align this to the right?
|
works fine. many thx. :)
|
Quote:
I hadn't bothered to even look for a second location... I only use the 2nd location now. |
HI guys, this RSS feed mod is still working well in 3.7.3 which is great
I have an old question and am wondering if someone has any idea. By default vbulletin uses /forum/external.php to generate the RSS feed for the entire site. I would like to use this to generate almost all of my sections but not ALL, e..g to leave out a few forum ID's but include the rest in an aggregated feed Does anyone know how to do this or can anyone suggest another URL where this is discussed. Being able to only search the board for more than 3 characters means searching for RSS isn't of much use Many thanks in anticipation :) |
In Vb 3.5 - how can I add the alternate rss link into header include only for forums? Is there a conditional to say if is_forum ?
<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - $foruminfo[title_clean] - RSS Feed" href="external.php?type=RSS2&forumids=$forumin fo[forumid]" ] |
All times are GMT. The time now is 01:37 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:
|