vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Mini Mods - Collapse Statusicons v2.0 (https://vborg.vbsupport.ru/showthread.php?t=118534)

Roms 06-13-2006 10:00 PM

Collapse Statusicons v2.0
 
Collapse Statusicons V2.0

Collapse Statusicons v2.0
By: Roms
Easy, about 2 mins

This simple Modification makes it possible to collapse the statusicons (new
post, no new post, and forum lock) at the bottom of the forumhome. :)


Please make sure you click INSTALL, Thanks!

albibak 08-03-2006 01:29 PM

I see this in your code :

Code:

                        <span class="smallfont"><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" align="middle" border="0" /> New posts &nbsp; &nbsp;
                        <img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" align="middle" border="0" /> No new posts &nbsp;&nbsp;
                        <img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" align="middle" border="0" /> A locked forum &nbsp;&nbsp;</span></td>

I think it's better to do this :

Code:

                        <span class="smallfont"><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" align="middle" border="0" /> $vbphrase[forum_contains_new_posts] &nbsp; &nbsp;
                        <img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" align="middle" border="0" /> $vbphrase[forum_contains_no_new_posts] &nbsp;&nbsp;
                        <img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" align="middle" border="0" /> $vbphrase[forum_is_closed_for_posting] &nbsp;&nbsp;</span></td>


Roms 08-17-2006 09:15 PM

Good call, updated text file. :)

jdk10 08-19-2006 04:00 AM

And instead of 45% wide you will need to make it 55% wide with the updated text. Otherwise Forum is closed for posting will be on two lines.

Snake 08-20-2006 10:33 AM

Thanks! :D

Roms 06-03-2007 03:08 AM

Thanks for installing :)

rjmjr69 06-03-2007 07:40 AM

Quote:

Originally Posted by jdk10 (Post 1055574)
And instead of 45% wide you will need to make it 55% wide with the updated text. Otherwise Forum is closed for posting will be on two lines.


I agree I had to change mine so the text would stay on the same line. Changed it to the suggested 55% works like a charm thanks for a great mod.

Roms 06-03-2007 06:55 PM

Quote:

Originally Posted by rjmjr69 (Post 1260186)
I agree I had to change mine so the text would stay on the same line. Changed it to the suggested 55% works like a charm thanks for a great mod.

Thanks for installing, updated to 55%. :)


All times are GMT. The time now is 01:37 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.01149 seconds
  • Memory Usage 1,726KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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