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?


All times are GMT. The time now is 02:18 AM.

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.01302 seconds
  • Memory Usage 1,737KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete