vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   vBulletin Forum Sideblocks - Current Staff Online Forum Sideblock and CMS Widget by BOP5 (https://vborg.vbsupport.ru/showthread.php?t=284617)

Kirk Fitzgerald 06-27-2012 03:53 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2343296)
Do you mean the HTML isn't passing validation?

Yes, not a big deal I know as it is in Beta stage. :)

Kirk Fitzgerald 06-27-2012 11:39 PM

I felt kind of bad for just doing the "it doesn't validate cry", so here's the validated code for the template.

Code:

<li>
        <div class="block smaller">
                <div class="blocksubhead">
                        <a class="collapse" id="collapse_block_html" href="{vb:raw relpath}#top"><img alt="" src="{vb:stylevar imgdir_button}/collapse_40b.png" id="collapseimg_html" /></a>
                        <span class="blocktitle"><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase bop5_staff_online}" />{vb:rawphrase bop5_staff_online}</span>
                </div>
                <div id="block_html" class="blockbody floatcontainer">
                        <div class="blockrow">
                                <ol class="bop5staffol">
                                        <vb:each from="content.activestaff" value="staffon">
                                                <li class="bop5staffli">
                                                        <vb:if condition="$staffon['showav']">
                                                                <img src="{vb:raw staffon.avatarurl}"  border="0" alt="" class="bop5staffimg" />
                                                        </vb:if>
                                                        {vb:stylevar dirmark}
                                                        <div class="bop5staffuser">
                                                                <vb:if condition="$staffon['none']">
                                                                        {vb:raw staffon.username}
                                                                <vb:else />
                                                                        <a class="username" href="{vb:link member, {vb:raw staffon}}">{vb:raw staffon.musername}</a>{vb:raw staffon.invisiblemark}{vb:raw staffon.buddymark}
                                                                </vb:if>
                                                        </div>
                                                        {vb:raw staffon.usertitle}
                                                        <hr class="bop5staffhr" />
                                                </li>
                                        </vb:each>
                                </ol>
                        </div>
                </div>
        </div>
        <div class="underblock"></div>
</li>

You can see it working here: http://www.pipesmokerscubby.com/forum.php

BirdOPrey5 06-28-2012 10:25 AM

Thanks- I'll use it in the next release. :up:

Kirk Fitzgerald 06-28-2012 12:34 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2343546)
Thanks- I'll use it in the next release. :up:

Very welcome, least I could do for this great addon. ;)

BirdOPrey5 06-28-2012 06:59 PM

Good news is I am making good progress on the widget now too.. going to package them together and let you enable the sideblock or widget independently.

http://juotpics.com/pics/images/753s...ine_widget.jpg

Should be ready something this weekend. :up:

ProFifaLeagues 06-28-2012 07:06 PM

Looking forward to it mate thank you

deverill2010 06-28-2012 08:22 PM

Yay BOP, your an angel :D

Bernd Glasstett 06-29-2012 01:13 PM

Quote:

Originally Posted by Gn_Snake (Post 2342949)
Hi,
in VB4.21 i have the error on the forum block.
The block is completely white with the writing:"array"

Same thing in the 4.2.0 Patch Level 2 here. I am only using the sidebar in the Activity Stream. Sad thing it doesn't work :(

Kirk Fitzgerald 06-29-2012 01:49 PM

Quote:

Originally Posted by Bernd Glasstett (Post 2343858)
Same thing in the 4.2.0 Patch Level 2 here. I am only using the sidebar in the Activity Stream. Sad thing it doesn't work :(

This mod works just fine, double check your edits, perhaps you missed something. :)

Bernd Glasstett 06-29-2012 08:30 PM

I only made one edit: The groups. I only used 2 IDs instead of 3 IDs.

Edit: Ah didn't use the right template. Now it works.


All times are GMT. The time now is 03: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.01336 seconds
  • Memory Usage 1,748KB
  • 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)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