vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=230)
-   -   Clean Blue (https://vborg.vbsupport.ru/showthread.php?t=171410)

strive_zoul 05-01-2008 03:10 PM

Cheers mate! Im installing

webspider 05-01-2008 03:48 PM

Nice style. Could you make a matching "Groan" button as well?

Thanks

HaYLaZ 05-01-2008 05:58 PM

Button added in this post

https://vborg.vbsupport.ru/showpost....2&postcount=89

webspider 05-01-2008 06:02 PM

Big Thanks!

ShawneyJ 05-01-2008 11:51 PM

Quote:

Originally Posted by HaYLaZ (Post 1504542)


Just add your dwropdown menu codes into navbar template. Than add your menu link code header like below;

good job thanks ;)

TheProphet 05-02-2008 10:01 AM

cheers for the update...

yousellstuff 05-03-2008 12:21 AM

if i wanted to add a contact button in the top nav bar, what would i do

XnaMe 05-04-2008 02:13 AM

Hello! I want to make some little change to my forum ... and i want to How To Remove The "Threads" And "Posts" Columns From The Forum Listing. I see a guide here when tell how to do that, but i get some problems! When i search for
Quote:

<td class="thead">$vbphrase[threads]</td>
i found it only in other skins, but in this no!!!

Can anyone tell me how to do that with this skin?

Thanks!

Edited:
I have to ask another thing!
In showthread i want to change the color of the links because are some ... like normal test! how to? Thanks again!

ShawneyJ 05-04-2008 02:24 AM

Quote:

Originally Posted by yousellstuff (Post 1506284)
if i wanted to add a contact button in the top nav bar, what would i do

this works, just copy and paste ;)

Code:

<a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a>

HaYLaZ 05-04-2008 05:10 PM

Quote:

Originally Posted by XnaMe (Post 1507580)
Hello! I want to make some little change to my forum ... and i want to How To Remove The "Threads" And "Posts" Columns From The Forum Listing. I see a guide here when tell how to do that, but i get some problems! When i search for
i found it only in other skins, but in this no!!!

Can anyone tell me how to do that with this skin?

Thanks!

Edited:
I have to ask another thing!
In showthread i want to change the color of the links because are some ... like normal test! how to? Thanks again!

forumhome templates>forumhome_level1_nopost template find and remove red codes;

Code:

<td class="thead" width="3%">&nbsp;</td>
  <td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
    <td class="thead" width="25%" align="$stylevar[left]">$vbphrase[last_post]</td>
    <td class="thead" width="5%">$vbphrase[threads]</td>
  <td class="thead" width="5%">$vbphrase[posts]</td>

  <if condition="$vboptions[showmoderatorcolumn]">
  <td class="thead" width="10%">$vbphrase[moderator]</td>

open forumhome_level2_post template find and remove red codes;

Code:

<td class="alt2" width="175" nowrap="nowrap">$forum[lastpostinfo]</td>
<td class="alt1" width="65">$forum[threadcount]</td>
<td class="alt2" width="65">$forum[replycount]</td>

<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1" width="120"><div class="smallfont">$forum[moderators]&nbsp;</div></td>



All times are GMT. The time now is 11:19 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.01913 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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