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)
-   -   Forum Home Enhancements - Extra forumbit controls (https://vborg.vbsupport.ru/showthread.php?t=204168)

R1lover 04-11-2009 03:51 AM

Very nice but your site is extremely slow......

Quantnet 04-14-2009 03:53 AM

Google's Chrome does not show this properly. Firefox shows fine.
The spanning 100% on the level 2 does not affect the Chrome browser

skylab 04-21-2009 05:41 PM

Perfect. Thanks!
Just noticed what you said about chrome. I'll have to test this out on chrome then.

sctsnipe 04-21-2009 06:56 PM

when I did this, my forums links are no longer links. just black text :(


edit://nvm

Zacaretas 04-22-2009 07:21 PM

This is a great mod, veenuisthebest!

I love it because not only is it useful, but it also adds some filler to the clear space that was once there, giving the forum a neat and not-so-bland look :D

Thank you!

Indyaboard 04-25-2009 03:32 PM

thanks a lot!

zelnik 04-25-2009 08:45 PM

Hi, firstly lovely addition to vB

I have a concern though.. I do not want my moderator section having RSS as if I were to ever remove a Moderator then they would still be getting the RSS feed for the section. No?

How do I disable it for a specific section on my forum?

Thanks

veenuisthebest 04-26-2009 01:49 AM

Quote:

Originally Posted by zelnik (Post 1798982)
Hi, firstly lovely addition to vB

I have a concern though.. I do not want my moderator section having RSS as if I were to ever remove a Moderator then they would still be getting the RSS feed for the section. No?

How do I disable it for a specific section on my forum?

Thanks

So you do not want the RSS icon to display for any moderator (staff) forum, is that all what you want?

You can wrap the rss icon code with a conditional

<if condition="$forum['forumid'] != X"></if>

where X is the forum ID.

Let me know if it works, you forgot to mark as installed btw.

zelnik 04-26-2009 09:42 AM

Quote:

Originally Posted by veenuisthebest (Post 1799083)
So you do not want the RSS icon to display for any moderator (staff) forum, is that all what you want?

You can wrap the rss icon code with a conditional

<if condition="$forum['forumid'] != X"></if>

where X is the forum ID.

Let me know if it works, you forgot to mark as installed btw.

I had not installed it until now and I have noticed that I get a blank screen for the 2 non public sections when I click on the RSS icon (mods and site news section) so I assume it will only generate an RSS feed for public forums/sections so that would stop it anyway.

But is the above method better than just having a blank screen?

PS: the if condition removes the rss icon so that works, but I'm wondering if it is possible to show up a msg saying that no rss feed is available on the other private (not accessible to guests) forums instead of a blank white screen?

zelnik 04-26-2009 10:05 AM

Also there is a minor error in your instructions :

Find this:

Code:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" >

it should be :

<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">


All times are GMT. The time now is 01:06 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.01117 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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