vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=139)
-   -   [release] vBulletin Sidemenu (https://vborg.vbsupport.ru/showthread.php?t=85424)

Kaede Rokawa 12-11-2002 03:36 AM

hey..can someone help me..how to make one more box under the sidemenu??pls give me the code..

flup 12-14-2002 08:56 AM

I like this 1 much more

Kaede Rokawa 12-21-2002 04:49 PM

HEy..someone..pls help me..how to create one more box under the exist one??

Dark Vincent 12-22-2002 05:58 PM

You would have to create another table.

Nice mod, I was going to use the other one and go through to trouble of doing the tables my self but this will help out alot. I'll go ahead and click install but I won't install it until I make some changes on my site.

Sebastian 12-24-2002 04:00 AM

Geeze it's only code! not like you have to compare inch by inch... of course thats my opinion, had it been identical it would be a different story....

great job nonetheless, don't let people put you down.. sometimes it's better to keep hacks/mods to yourself, otherwise your open for criticism.

Seymour Guado 12-24-2002 11:44 PM

Great job :)

*installs*

Kaede Rokawa 12-25-2002 01:38 AM

can someone pls help me..??I need to create a new box under the exist one...

Seymour Guado 12-25-2002 01:49 AM

^

Same.

Kaede Rokawa 12-25-2002 01:55 AM

Same??

no..pls..someone..write a full code where this mod in that code and plus the code to add one more box under it

pleasee

imported_DemonZ 01-15-2003 08:48 AM

Sorry for the late reply, I've been working on other things.

Too add another box below the previous box:

FIND THIS:
Code:

<b>Online User Count:</b> $totalonline

</smallfont>
</td></tr>
</table>

ADD UNDER:
Code:

<br>

<table cellpadding="4" cellspacing="1" border="0"  width="100%" bgcolor="#000000">
<tr><td bgcolor="{tableheadbgcolor}">
<smallfont><b><!-- TABLE NAME --></b></smallfont></td></tr>



<tr><td width="100%" bgcolor="{categorybackcolor}"><b /><normalfont><!-- Sub Name --></b /></normalfont>
</td /></tr />

<tr><td width="100%" valign"top" bgcolor="{firstaltcolor}">
<!-- Start Box Information -->

<!-- End Box Information -->
</td></tr>
</table>

Obviousy, replace the following:

<!-- TABLE NAME --> with Your Side Menu Category.
<!-- Sub Name --> with Your Side Menu Sub Category.

You can copy this code over and over to make more and more boxes.


All times are GMT. The time now is 02:55 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.01186 seconds
  • Memory Usage 1,730KB
  • 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
  • (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