PDA

View Full Version : New Posting Features - Adding RSS next to forum title


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
&nbsp;<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

KID_1194
11-20-2009, 06:40 AM
reserved

mbc100
11-20-2009, 12:48 PM
good modification

Ghostt
11-20-2009, 09:38 PM
yes thats what we looking for KID_1194 great work :)!

1 thing is just annoying . can some forumcategories be excluded like on the previous mod?

KID_1194
11-23-2009, 05:54 AM
good modification

Thnx a lot ... :)

Best regards

KID_1194
11-23-2009, 06:00 AM
yes thats what we looking for KID_1194 great work :)!

1 thing is just annoying . can some forumcategories be excluded like on the previous mod?

Thnx a lot .. but as u said .. it should be manually.
I have tried to make it an add-on .. but the proplem is that not all the forums in the same category will have the same option number .. it depands on the admin himself ..!

Yes .. you can exclude it from some forums !!

just use this code
<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 .. :)

Best regards

madshark
11-26-2009, 02:08 AM
tried this out on my forum didnt really work and i kind of realised that the rss image actually has no url so how would that work ?

Editing as above only directs me to that particular category and forums. Shoudnt there be some sort of link such as

<a target="_blank" href="external.php?type=RSS2&amp;forumids=$forum[forumid]">]

Im not really sure just verifying here perhaps i didnt do it right :S

KID_1194
11-26-2009, 02:18 AM
Search for
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]

Add next to it
<img src="$stylevar[imgdir_misc]/rss_rss.gif" border="0" width="14" height="14" hspace="0" alt="Rss feed" /></a>

Then go to Admincp --> Forums & Moderators --> Forum Manager --> Select Main Category --> Edit forum --> Go

Add next to the name this code
&nbsp;<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

Rideharder
05-05-2010, 07:22 AM
It works but when you click on main category it shows you a listing of all the other categories everything highlighted

Rideharder
05-05-2010, 07:23 AM
forumhome_forumbit_level1_nopost

i have 2 <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]

KID_1194
05-06-2010, 12:43 PM
I didn't get what you mean actually ..

As I understood .. the problem is that u have to

Search for
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]

Add next to it
<img src="$stylevar[imgdir_misc]/rss_rss.gif" border="0" width="14" height="14" hspace="0" alt="Rss feed" /></a>

Then go to Admincp --> Forums & Moderators --> Forum Manager --> Select Main Category --> Edit forum --> Go

Add next to the name this code
&nbsp;<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

KID_1194
05-21-2010, 04:45 PM
You are most welcome ..

Best regards :)