vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Miscellaneous Hacks - Add right column for Feed RSS in forumhome (https://vborg.vbsupport.ru/showthread.php?t=211699)

cionfs 04-19-2009 10:00 PM

Add right column for Feed RSS in forumhome
 
1 Attachment(s)
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

Code:

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

after add

Code:

<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

Code:

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

after add

Code:

<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

Code:

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

Code:

<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

Code:

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

Code:

<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:

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

Quote:

Originally Posted by fta_nightwizard (Post 1844898)
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;)

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

Quote:

Originally Posted by tommydamic68 (Post 1956060)
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.

Quote:

Originally Posted by Danyx69 (Post 1957144)
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 :

PHP Code:

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

in: forumhome_forumbit_level2_post

Because i have:

PHP Code:

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

And i dont find:

PHP Code:

$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

Quote:

<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...!!


All times are GMT. The time now is 05:52 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
  • Page Generation 0.01253 seconds
  • Memory Usage 1,777KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (28)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete