Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Design and Graphics Discussions
  #1  
Old 04-19-2011, 01:38 PM
Stevie GooGs Stevie GooGs is offline
 
Join Date: Aug 2005
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Help with a style issues Who Is Online

Hello i downloaded and installed this style - HiO CleanLight by vBCreative i have posted in the style section like many others but have had no reply from the designer.

I like the style and think it suits my new forum very well but i have an issue with the Who is Online at bottom of the page, from a noob point of view it looks like the css is missing?

http://www.visit-ullapool.co.uk/forum.php

Can anyone help?
Reply With Quote
  #2  
Old 04-19-2011, 03:28 PM
Disasterpiece's Avatar
Disasterpiece Disasterpiece is offline
 
Join Date: Apr 2007
Location: GER
Posts: 765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No it's not. I had the same problem with one of my mods.

In some vb patch they changed a little thing in the css definitions, try to change the following in the FORUMHOME template:

PHP Code:
<!-- what's going on box -->
    <div id="wgo" class="collapse wgo_block"> 
to:
PHP Code:
<!-- what's going on box -->
    <div id="wgo" class="section wgo_block"> 
That should do the trick
Reply With Quote
  #3  
Old 04-19-2011, 04:18 PM
Stevie GooGs Stevie GooGs is offline
 
Join Date: Aug 2005
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did try it but to no effect.

PHP Code:
<!-- whats going on box -->
    <
div id="wgo" class="section wgo_block">  
        <
h2>
        <
span>{vb:rawphrase whats_going_on}</span>
        </
h2>
        <
div class="floatcontainer">
            {
vb:raw template_hook.forumhome_wgo_pos1}
            <
vb:if condition="$show['loggedinusers']">
            <!-- 
logged-in users -->
            <
div id="wgo_onlineusers" class="wgo_subblock">
                <
h3><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_online, {vb:raw totalonline}} <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>
                    <
ol class="commalist" id="wgo_onlineusers_list">
                        {
vb:raw activeusers}
                    </
ol>
                </
div>
            </
div>
            <!-- 
end logged-in users -->
            </
vb:if>
            {
vb:raw template_hook.forumhome_wgo_pos2}
            <
vb:if condition="$show['upcomingevents']">
            <
div id="wgo_events" class="wgo_subblock">
                <
h3><img src="{vb:stylevar imgdir_misc}/event.png" alt="{vb:rawphrase todays_events}" /><vb:if condition="$show['todaysevents']">{vb:rawphrase todays_events}<vb:else />{vb:rawphrase upcoming_events_for_the_next_x_days, {vb:raw vboptions.showevents}}</vb:if></h3>
                <
ol>
                    {
vb:raw upcomingevents}
                </
ol>
            </
div>
            </
vb:if>
            {
vb:raw template_hook.forumhome_wgo_pos3}
            <
vb:if condition="$show['birthdays']">
            <!-- 
today's birthdays -->
            <div id="wgo_birthdays" class="wgo_subblock">
                <h3><img src="{vb:stylevar imgdir_misc}/birthday.png" alt="{vb:rawphrase todays_birthdays}" />{vb:rawphrase todays_birthdays}</h3>
                <ol class="commalist">
                    {vb:raw birthdays}
                </ol>
            </div>
            <!-- end today'
s birthdays -->
            </
vb:if>
            {
vb:raw template_hook.forumhome_wgo_pos4}
            <
div id="wgo_stats" class="wgo_subblock">
                <
h3><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}" />{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}</h3>
                <
div>
                    <
dl>
                        <
dt>{vb:rawphrase threads}</dt>
                            <
dd>{vb:raw totalthreads}</dd>
                        <
dt>{vb:rawphrase posts}</dt>
                            <
dd>{vb:raw totalposts}</dd>
                        <
dt>{vb:rawphrase members}</dt>
                            <
dd>{vb:raw numbermembers}</dd>
                        <
vb:if condition="$show['activemembers']">
                                                <
dt>{vb:rawphrase active_members}</dt>
                                                         <
dd>{vb:raw activemembers}</dd>
                                                </
vb:if>
                    </
dl>
                    <
p>{vb:rawphrase welcome_to_our_newest_member_x, {vb:link member, {vb:raw newuserinfo}}, {vb:raw newuserinfo.username}}</p>
                    {
vb:raw template_hook.forumhome_wgo_stats}
                </
div>
            </
div>
            <
div id="wgo_legend" class="wgo_subblock">
                <
h3><img src="{vb:stylevar imgdir_misc}/legend.png" alt="{vb:rawphrase icon_legend}" />{vb:rawphrase icon_legend}</h3>
                <
div>
                    <
dl id="icon_legends" class="icon_legends">
                        <
dt><img src="{vb:stylevar imgdir_statusicon}/forum_new-16.png" alt="{vb:rawphrase new_posts_forum}" /></dt><dd>{vb:rawphrase new_posts_forum}</dd>
                        <
dt><img src="{vb:stylevar imgdir_statusicon}/forum_old-16.png" alt="{vb:rawphrase no_new_posts_forum}" /></dt><dd>{vb:rawphrase no_new_posts_forum}</dd>
                        <
dt><img src="{vb:stylevar imgdir_statusicon}/category-16.png" alt="{vb:rawphrase category_forum}" /></dt><dd>{vb:rawphrase category_forum}</dd>
                        <
dt><img src="{vb:stylevar imgdir_statusicon}/forum_link-16.png" alt="{vb:rawphrase link_forum}" /></dt><dd>{vb:rawphrase link_forum}</dd>
                    <
vb:if condition="$vboptions['pt_hasprojectforums']">
                        <
dt><img src="{vb:stylevar imgdir_statusicon}/project_new-16.png" alt="{vb:rawphrase project_forum}" /></dt><dd>{vb:rawphrase project_forum}</dd>
                    </
vb:if>
                    </
dl>
                </
div>
            </
div>
            {
vb:raw template_hook.forumhome_wgo_pos5}
        </
div>
    </
div
Reply With Quote
  #4  
Old 04-26-2011, 09:42 AM
Stevie GooGs Stevie GooGs is offline
 
Join Date: Aug 2005
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for your help Disasterpiece any more suggestions?
Reply With Quote
  #5  
Old 04-26-2011, 11:27 AM
Disasterpiece's Avatar
Disasterpiece Disasterpiece is offline
 
Join Date: Apr 2007
Location: GER
Posts: 765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try to add the class "blocksubhead" to your h3 as well
Reply With Quote
  #6  
Old 04-26-2011, 01:14 PM
MGP_Tech MGP_Tech is offline
 
Join Date: Sep 2009
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This thread had a fix to the array problem that worked on my site.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:27 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07294 seconds
  • Memory Usage 2,262KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete