The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Users active in past 24 hours not showing
How do I make this show? I have it enabled under: AdminCP > Settings >> Options >> Forum Home: Visiting Members.... However it still not showing for my custom vbulletin theme - how do i fix this?? It DOES show on the default skin though!
|
#2
|
||||
|
||||
Contact your style developer and ask them to fix the issue.
|
#3
|
|||
|
|||
@ozzy47 - I appreciate the response but can you reference the bits of where I should be looking? I can grab the code from the default skin if you can point me in the right direction!
|
#4
|
||||
|
||||
Here.
Code:
<!-- Start Members Today --> <vb:if condition="$show['wgo_members']"> <div id="wgo_wgo_members_users" class="wgo_subblock section collapse"> <h3 class="blocksubhead"><a href="{vb:raw wgo_members.url}"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:phrase wgo_members_alt_title}"/></a>{vb:raw wgo_members.whotitle}</h3> <a class="collapse" id="collapse_wgo_members_list" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse_40b{vb:raw wgo_members.collapse}.png" alt="" title="{vb:rawphrase collapse_expand}" /></a> <div id="wgo_members_list" {vb:raw wgo_members.style}> <p>{vb:raw wgo_members.visitors}</p> <vb:if condition="$vboptions['wgo_members_names']"> <vb:if condition="$wgo_members['totaltoday'] == 0"> {vb:phrase no_members_list} <vb:else /> <ul class="commalist" id="wgo_wgo_members_list"> <vb:if condition="$wgo_members['template_hook']"> {vb:raw wgo_members.template_hook} <vb:else /> <vb:each from="wgo_members_list" value="row"> <li>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw row}}" title="{vb:raw row.wrdate}">{vb:raw row.musername}</a>{vb:raw row.markinv}{vb:raw row.comma}</li> </vb:each> </vb:if> </ul> </vb:if> <vb:else /> {vb:phrase member_list_disabled} </vb:if> </div> </div> </vb:if> <!-- End Members Today --> |
#5
|
|||
|
|||
Excellent - now in which file does that go into? (Or where did you retrieve that from so I can understand where I need to put it in my theme)
|
#6
|
||||
|
||||
In the FORUMHOME template.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|