vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Blue Senseless Simple Skin UPDATED 4.1.10 [vbskindepot.com] (https://vborg.vbsupport.ru/showthread.php?t=240534)

Skyrider 04-08-2011 09:51 AM

The revert of the templates also caused my header (top right login information) to change its background color making it almost invisible for the eye.

islaremota 04-08-2011 10:11 AM

edit the template and save it without doing anything, so you can continue using the skin

if you revert, destroying......

fizzow 04-09-2011 07:52 AM

Is it working fine on vBulletin 4.1.3?

Skyrider 04-09-2011 08:50 AM

Quote:

Originally Posted by fizzow (Post 2182549)
Is it working fine on vBulletin 4.1.3?

Unsure atm. The currently users online is missing (could be plugin related as it is effect all styles) and my header user information background is messed up. But I just did a re-install and it seems to work fine.

islaremota 04-09-2011 10:29 AM

to use the list of online users have to install another plugin, is now broken for some reason I do not know

drmad 04-09-2011 01:26 PM

It looks fine in 4.1.3 ;)

I8DAPUC 04-09-2011 02:08 PM

Quote:

Originally Posted by relaxiha (Post 2181485)
plz update version available: 4.1.3

Uploaded on my forum v4.1.3, works fine.

Skyrider 04-10-2011 06:52 AM

Quote:

Originally Posted by islaremota (Post 2182576)
to use the list of online users have to install another plugin, is now broken for some reason I do not know

You know which plugin is causing it?

rhino56 04-14-2011 08:48 AM

Quote:

Originally Posted by FF|Skyrider (Post 2167100)
I mean the white part at the top.. the head_back.jpg

Also, where's the wider version of the theme? :).. The one like this one:
http://forum.esforces.com

In stylevars for the bluesenseless style, find the main catagory "common" then find "doc_maxWidth" and "doc_width" and set the units to % if they aren't already and the size to 97 or just play around and find the width you like it at. 97 seemed to look best to me.

rhino56 04-14-2011 09:27 AM

also for the online users not showing go to style manager, click on Forum Home Templates to get to FORUMHOME Open the FORUMHOME template and click on increase size 2 times (white text bottom left just outside the box)
Scroll down until you find <!-- whats going on box --> and then read down until you get to <!-- end logged-in users -->

Highlight the code starting with <!-- whats going on box --> up to <!-- end logged-in users --> but do not highlight the
<!-- end logged-in users -->(just up to it) then replace that highlighted code with this code
Code:

<!-- what's going on box -->
        <div id="wgo" class="collapse wgo_block block">
                <h2 class="blockhead">{vb:rawphrase whats_going_on}</h2>
                <div class="blockbody formcontrols floatcontainer">
                        {vb:raw template_hook.forumhome_wgo_pos1}
                        <vb:if condition="$show['loggedinusers']">
                        <!-- logged-in users -->
                        <div id="wgo_onlineusers" class="wgo_subblock section">
                                <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3>
                                <div>
                                        <p>{vb:rawphrase there_are_x_y_online_link, {vb:raw totalonline}, {vb:raw session.sessionurl_q}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
                                        <p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>
                                        <vb:if condition="$activeusers">
                                        <ol class="commalist" id="wgo_onlineusers_list">
                                                <vb:each from="activeusers" value="loggedin">
                                                        <li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
                                                </vb:each>
                                        </ol>



                                        </vb:if>
                                </div>
                        </div>

And it should work. while not all the code was off i made it as easy to understand as i could for anyone not familar with this. If you only see your own name after editing it's because your forum is as active as mine haha:D


All times are GMT. The time now is 09:32 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.01883 seconds
  • Memory Usage 1,750KB
  • 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_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)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