vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Removing 3 Things From Above Rules In Footer (https://vborg.vbsupport.ru/showthread.php?t=171135)

ams3521 02-21-2008 09:47 PM

Removing 3 Things From Above Rules In Footer
 
Hello i was looking at removing

Forum Contains New Posts
Forum Contains No New Posts
Forum is Closed for Posting

from above the forum rules in my footer (as the title says :p) Can anyone tell me where i can remove them from? They show in the forum home and also in forums but not on threads. Can anyone tell me how to remove them and if it will cause any bother? I have searcjhed the forum but to no avail. thanks

--------------- Added [DATE]1203638974[/DATE] at [TIME]1203638974[/TIME] ---------------

I have managed to take it out the forumhome with good success but sadly its still showing when i click a forum. ive tried taking what i thought it was out the FORUMDISPLAY but that doesnt seem to be working. Anyone know where i should be looking? An exampe of it is here-
http://www.thedailypunt.com/forum/su...announcements/

thanks

Boofo 02-21-2008 11:48 PM

Quote:

Originally Posted by ams3521 (Post 1448377)
Hello i was looking at removing

Forum Contains New Posts
Forum Contains No New Posts
Forum is Closed for Posting

from above the forum rules in my footer (as the title says :p) Can anyone tell me where i can remove them from? They show in the forum home and also in forums but not on threads. Can anyone tell me how to remove them and if it will cause any bother? I have searcjhed the forum but to no avail. thanks

--------------- Added 21 Feb 2008 at 18:09 ---------------

I have managed to take it out the forumhome with good success but sadly its still showing when i click a forum. ive tried taking what i thought it was out the FORUMDISPLAY but that doesnt seem to be working. Anyone know where i should be looking? An exampe of it is here-
http://www.thedailypunt.com/forum/su...announcements/

thanks

Look for this in the forumdisplay.php and remove it:

HTML Code:

<else />
<table cellpadding="0" cellspacing="2" border="0" width="100%">
<tr valign="bottom">
 <td>
  <table cellpadding="2" cellspacing="0" border="0">
  <tr>
  <td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /></td>
  <td class="smallfont">&nbsp; $vbphrase[forum_contains_new_posts]</td>
  </tr>
  <tr>
  <td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /></td>
  <td class="smallfont">&nbsp; $vbphrase[forum_contains_no_new_posts]</td>
  </tr>
  <if condition="$vboptions['showlocks']">
  <tr>
  <td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>
  <td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
  </tr>
  </if>
  </table>
 </td>
</tr>
</table>


transparent 06-30-2008 05:31 AM

Thank you! This was quite helpful.


All times are GMT. The time now is 10:26 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.01433 seconds
  • Memory Usage 1,724KB
  • 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
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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