![]() |
|
#1
|
|||
|
|||
|
Hi There
Anyone had this issue? We use online module to the left of our forum, it seems to work fine in all browsers apart from IE Whats the significance of removing {vb:stylevar dirmark} would be in the adv_portal_onlineusers template. This seems to fix the issue, any advise please? We using vB 4.1.2 and latest CMPS |
|
#2
|
||||
|
||||
|
It looks like vB decided to change their "commalist" CSS in vB 4.1.2 for some reason. You should be able to resolve the issue by replacing the contents of your 'adv_portal_online' template with the following code:
Code:
<div class="blocksubhead">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</div>
<div class="blockrow vba_spacer">
<vb:if condition="$activeusers">
<vb:each from="activeusers" value="loggedin">
<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark},
</vb:each>
<vb:else />
{vb:rawphrase no_x_online, {vb:rawphrase members}}
</vb:if>
</div>
<div class="blockrow">{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</div>
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. Last edited by Brian; 03-16-2011 at 01:39 PM. |
|
#3
|
|||
|
|||
|
Sorry If that does not still.
|
|
#4
|
|||
|
|||
|
Brian I tested the code change above as suggested and it hasn't resolved the problem. I work with Sheriff116 on the forum suffering the issue.
Any help or other suggestions would be really appreciated. The only fix I have found to date was the one suggested in the original post. |
|
#5
|
||||
|
||||
|
It looks like the "{vb:stylevar dirmark}" code may be causing some issues too. Try removing that code from your 'adv_portal_onlineusers' template and see if that solves the problem.
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#6
|
|||
|
|||
|
Code:
<div class="blocksubhead">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</div>
<div class="blockrow vba_spacer">
<vb:if condition="$activeusers">
<vb:each from="activeusers" value="loggedin">
<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark},
</vb:each>
<vb:else />
{vb:rawphrase no_x_online, {vb:rawphrase members}}
</vb:if>
</div>
<div class="blockrow">{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</div>
|
|
#7
|
|||
|
|||
|
Quote:
![]() Once again thanks for your help and keep up the good work with CMPS
|
|
#8
|
|||
|
|||
|
vB4.1.3 here and we had to remove "{vb:stylevar dirmark}" to make it work
__________________
AusPhotography - Australia's Premier Photographic Forum www.ausphotography.net.au is a photography forum where members share their photography, photo editing skills and techniques. We run regular photographic competitions Rick (site owner) and Kym (site tech) using this account Please vote for IPv6 support Home of the AP fully comprehensive vb4 photographic competition management solution Last edited by ricktas; 04-19-2011 at 11:29 PM. |
|
#9
|
|||
|
|||
|
Thanks removing {vb:stylevar dirmark} from the template worked great.
|
|
#10
|
|||
|
|||
|
Recent upgrade from 4.1.5 to 4.1.9 broke this module for me and the code examples do not solve it.
I will proceed to upgrade vBadvanced to the lates version to see what happens. I'll update this thread with my results. *edit* The upgrade worked. Thanks. Last edited by JesterP; 12-28-2011 at 07:14 AM. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| online users module - link to online.php | pmkb | Feedback & Suggestions | 0 | 11-22-2009 11:26 AM |
| cmps online-module disappears sometimes with dyna | Moonz0r | Troubleshooting & Problems | 1 | 02-18-2008 01:42 PM |
| Where is CMPS online documentation? | cnsanford | "How Do I..." Questions | 2 | 05-02-2007 11:57 AM |
| CMPS 2.0.0 - Who's Online Bug | ConqSoft | Troubleshooting & Problems | 9 | 12-01-2005 05:19 PM |
| Who's Online on vBA CMPS | KnightDaemon | Add-On Modules & Modifications | 0 | 11-07-2004 01:08 AM |