PDA

View Full Version : Miscellaneous Hacks - Add right column for Feed RSS in forumhome


cionfs
04-19-2009, 10:00 PM
In this thread I will explain how to obtain a result like this

https://vborg.vbsupport.ru/external/2009/04/53.jpg

Open Forumhome and find


<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
after add


<td class="thead">RSS</td>
It will display this

https://vborg.vbsupport.ru/external/2009/04/54.jpg

Open forumhome_forumbit_level2_post and find


<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
</if>
after add


<td class="alt1"><a title="RSS feed for $forum[title]" href="/forum/external.php?type=RSS2&amp;forumids=$forum[forumid]" target="_blank" rel="nofollow"><img hspace="0" src="iconarss.gif" align="baseline" border="0" /> </a>
It will display this

https://vborg.vbsupport.ru/external/2009/04/55.jpg

Open forumhome_forumbit_level1_nopost and find


<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
Replace with


<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">7<else />6</if>">
It will display this

https://vborg.vbsupport.ru/external/2009/04/56.jpg

Re-Open FORUMHOME and find


<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
And replace with


<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">7<else />6</if>"><div class="smallfont"><strong>
It will display this

https://vborg.vbsupport.ru/external/2009/04/57.jpg

Cionfs of www.cionfs.it :cool:
(http://www.cionfs.it)

doraj
04-20-2009, 07:57 PM
Hello Cionfs,

thanks for your trick :up:

Jasem
04-21-2009, 08:45 AM
Good work, thank you!

wheres me jumpa
04-26-2009, 08:22 PM
Installed, many thanks.

J105C
04-27-2009, 01:21 PM
VERY VERY NICE. THANKS! I will install this later on :D

doileloi
05-21-2009, 02:18 AM
good Job

abouahmed
05-21-2009, 03:22 PM
nice work

fta_nightwizard
07-08-2009, 01:09 AM
Having issue with step 2...Only part not working

bond010007
07-08-2009, 11:26 AM
<font color="DarkGreen">i love it so much i really looking for one like that thank you
</font>

cionfs
07-08-2009, 11:52 AM
Having issue with step 2...Only part not working

Have you installed it in the standard template?

jonlar
07-08-2009, 05:15 PM
Installed. Thanks. Very nice

P?ŋĭsЋ?я
07-08-2009, 05:31 PM
Thanks cionfs (https://vborg.vbsupport.ru/member.php?u=208010);)

jonlar
07-08-2009, 05:52 PM
Hello again. I am using vBadvanced and want to get the rss feeds displayed there too. Thanks

a9eel
07-08-2009, 10:37 PM
thx man

J105C
08-18-2009, 09:01 AM
Very nice, thank you so much! Installed :)

nci
08-29-2009, 12:00 PM
Thanks a million,Installed,You have a simple way of teaching,Kudos to you

a9eel
01-14-2010, 07:03 PM
thx

tommydamic68
01-14-2010, 10:26 PM
Step two does not work either for me? its not showing the rss button, should it be uploaded to server and to what folder?

Danyx69
01-16-2010, 05:17 AM
Nice but i have an question: i must activate rss or how i can use this?
Because to add to my address i can but doesnt must to have any hack to rss work ?
I dont know how to say it ... let be simple:

If i do this, i have rss feed to my address or i must have some hacks for rss feeding ?!

cionfs
01-16-2010, 09:48 AM
Step two does not work either for me? its not showing the rss button, should it be uploaded to server and to what folder?

Forum root.

Nice but i have an question: i must activate rss or how i can use this?
Because to add to my address i can but doesnt must to have any hack to rss work ?
I dont know how to say it ... let be simple:

If i do this, i have rss feed to my address or i must have some hacks for rss feeding ?!

Only ACP>VB Options>External Data Provider and Enable RSS Syndication on YES.

Danyx69
01-16-2010, 01:53 PM
ok thx but anyway i have few problems:

1. The column broke my forumhome (the table go to right) .
2. I dont find :

<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
</if>

in: forumhome_forumbit_level2_post

Because i have:

<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" colspan="<if condition="$vboptions['showmoderatorcolumn']">5<else />4</if>">

And i dont find:

$forum[moderators]

in: forumhome_forumbit_level2_post

I think that this problem is: forumhome_forumbit_level1_nopost .. to!

Well , few advices !?

cionfs
01-16-2010, 09:41 PM
vB version? If you have vB 4 this code doesn't work...

Danyx69
01-17-2010, 03:21 AM
vB 3.8.4 patch level 2

cionfs
01-17-2010, 12:33 PM
Default template?

Cricistan
03-31-2010, 07:42 AM
Will it work if you have separated the categories?

Naan-Kadavul
04-24-2010, 02:16 PM
not working, because.. i can't find in my template


<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">

cionfs
04-24-2010, 03:50 PM
Are you using a default template?

Naan-Kadavul
04-25-2010, 01:49 AM
i am using Juice Template...with modified images...!!