KID_1194
11-19-2009, 10:00 PM
Dear everyone,
This modification is to add rss feed next to the forum title ...
The previous modification was Adding RSS and other options to Forum home page (https://vborg.vbsupport.ru/showthread.php?t=226808) which I've posted before but my friend Ghostt (https://vborg.vbsupport.ru/member.php?u=356321) gave me the idea of putting only 1 rss feed for all the forums in that section.
Lets see how it should be done ...
First, we go to Admincp --> Styles & Templates --> Style Manager --> Choose the style --> Edit templates --> Go
Then edit forumhome_forumbit_level1_nopost template only ....
Search for
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]
Add next to it
<img src="$stylevar/rss_rss.gif" border="0" width="14" height="14" hspace="0" alt="Rss feed" /></a>
----------------
[I]Update: 1.1
If you want to exclude the code in some forms .. you can add this code instead
<if condition="!in_array($forumid, array(x,x,x,x))"><img src="$stylevar[imgdir_misc]/rss_rss.gif" border="0" width="14" height="14" hspace="0" alt="Rss feed" /></a></if>
Instead of x .. put the category ids ...
----------------
Then go to Admincp --> Forums & Moderators --> Forum Manager --> Select Main Category --> Edit forum --> Go
Add next to the name this code
<a target="_blank" href="external.php?type=RSS2&forumids=1,2,3">
instead of 1,2,3 put the forumids that is under the main category
The result is
https://vborg.vbsupport.ru/attachment.php?attachmentid=106427&stc=1&d=1258706170
Dont forget to upload the rss icon https://vborg.vbsupport.ru/attachment.php?attachmentid=106428&stc=1&d=1258706184 in to images --> misc
I'm trying to make it and Add-on!
Best regards
This modification is to add rss feed next to the forum title ...
The previous modification was Adding RSS and other options to Forum home page (https://vborg.vbsupport.ru/showthread.php?t=226808) which I've posted before but my friend Ghostt (https://vborg.vbsupport.ru/member.php?u=356321) gave me the idea of putting only 1 rss feed for all the forums in that section.
Lets see how it should be done ...
First, we go to Admincp --> Styles & Templates --> Style Manager --> Choose the style --> Edit templates --> Go
Then edit forumhome_forumbit_level1_nopost template only ....
Search for
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]
Add next to it
<img src="$stylevar/rss_rss.gif" border="0" width="14" height="14" hspace="0" alt="Rss feed" /></a>
----------------
[I]Update: 1.1
If you want to exclude the code in some forms .. you can add this code instead
<if condition="!in_array($forumid, array(x,x,x,x))"><img src="$stylevar[imgdir_misc]/rss_rss.gif" border="0" width="14" height="14" hspace="0" alt="Rss feed" /></a></if>
Instead of x .. put the category ids ...
----------------
Then go to Admincp --> Forums & Moderators --> Forum Manager --> Select Main Category --> Edit forum --> Go
Add next to the name this code
<a target="_blank" href="external.php?type=RSS2&forumids=1,2,3">
instead of 1,2,3 put the forumids that is under the main category
The result is
https://vborg.vbsupport.ru/attachment.php?attachmentid=106427&stc=1&d=1258706170
Dont forget to upload the rss icon https://vborg.vbsupport.ru/attachment.php?attachmentid=106428&stc=1&d=1258706184 in to images --> misc
I'm trying to make it and Add-on!
Best regards