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 CMS Widgets - Widget - Users Online (https://vborg.vbsupport.ru/showthread.php?t=230428)

Lynne 02-23-2010 02:04 PM

Quote:

Originally Posted by zapiy (Post 1989489)
I my widget there is always a space before the first name in the widget.. Any cure for this please?

Since it doesn't do that on my default install, I would guess either you modified the template slightly, or modified some CSS on your site that has affected this widget. Try using firebug to see what is going on with it.

shyguy82 02-23-2010 02:10 PM

That's great Lynne,
INSTALLED

I have a very busy site with 100k+ registered users with 500+ concurrent users at all times. This is great to show advertisers how busy your site is.

Thank you

RetroDreams 02-23-2010 04:05 PM

Quote:

Originally Posted by Lynne (Post 1989629)
Since it doesn't do that on my default install, I would guess either you modified the template slightly, or modified some CSS on your site that has affected this widget. Try using firebug to see what is going on with it.

I'm getting the same thing. Just did a fresh install, no modifications. I'm also not having the trailing comma removed after the last name in the list.

RetroDreams 02-23-2010 05:22 PM

This appears to be an issue with vB 4.0.2. If you go to the vB forums, you can see it does the same thing... extra spacing and trailing commas.

Lynne 02-23-2010 08:18 PM

I don't get any extra commas in my list. I do see the extra space at the beginning - it looks like they added some new css. If you don't want it, then you could add to additional.css:
Code:

#wgo_onlineusers_list.commalist li:first-child {margin-left: 0;}
I don't know if that will work with IE since I don't recall if IE will do pseudo classes.

RetroDreams 02-24-2010 12:23 AM

Quote:

Originally Posted by Lynne (Post 1989906)
I don't get any extra commas in my list. I do see the extra space at the beginning - it looks like they added some new css. If you don't want it, then you could add to additional.css:
Code:

#wgo_onlineusers_list.commalist li:first-child {margin-left: 0;}
I don't know if that will work with IE since I don't recall if IE will do pseudo classes.

It's definitely an IE vs. Firefox issue. In Firefox, I don't get it the spacing or commas, but in IE I do.

arena 02-28-2010 01:07 AM

thank you Lynne

unfv 03-03-2010 05:29 PM

Every time I try to install this widget, after placing it on my home page, I dont get any results. I cannot even see the widget border.

Is there any extra step, permission I should delegate to let me use this widget?

Thanks for your advices

Doctor Death 03-03-2010 09:54 PM

I cannot edit any widget that is PHP Direct Execution.... dont ask me why, but it is a flaw with VB that has been registered as a bug.

Having said that, is there a way to make this any other type of widget like Static HTML or does it have to be PHP direct execution>

Lynne 03-04-2010 03:31 AM

Quote:

Originally Posted by unfv (Post 1996249)
Every time I try to install this widget, after placing it on my home page, I dont get any results. I cannot even see the widget border.

Is there any extra step, permission I should delegate to let me use this widget?

Thanks for your advices

Make sure you followed all the steps especially the ones regarding the template.

Quote:

Originally Posted by Doctor Death (Post 1996450)
I cannot edit any widget that is PHP Direct Execution.... dont ask me why, but it is a flaw with VB that has been registered as a bug.

Having said that, is there a way to make this any other type of widget like Static HTML or does it have to be PHP direct execution>

Sorry, but the code is php, so you must create a php widget.

rienits 03-05-2010 12:33 PM

I do anything in the txt.file, but i get only an empty widget....There is nothing in it. I take the php-code widget for it...... VB4.0.2 PL1

OK now it works.....mysterius....

GamerPerfection 03-07-2010 08:06 AM

Awesome thanks! :D

rodolo 03-13-2010 02:51 AM

I got this up and running and that's great works good.

BUT

Is there a way to edit the colors in it?

I love my theme but I can read the info in this box very well..

Lynne 03-13-2010 10:10 PM

Quote:

Originally Posted by rodolo (Post 2002570)
I got this up and running and that's great works good.

BUT

Is there a way to edit the colors in it?

I love my theme but I can read the info in this box very well..

You are welcome to either edit the template or add css for the classes. If you are wondering if I am going to add some sort of options to edit the colors in the admin cp, then no, I have no plans to do that.

ashley53680 03-17-2010 04:12 AM

Thank you for this wonderful Mod! I too had issues with the configure button doing nothing. I was able to reinstall the non-image files for the board in ASCII again and now it works perfectly! I am posting because that might help someone else finding themselves in a similar position.

alashram 03-19-2010 06:33 PM

Thank you! :)

This is a very important widget

axix20xx 04-20-2010 07:39 AM

many thanks i installed but onle the date is showed

identitas 04-27-2010 07:18 PM

I miss the ability of most users online. Will it come?

zeezaaa 04-28-2010 09:16 AM

thank you.

identitas 04-29-2010 05:40 PM

Quote:

Originally Posted by identitas (Post 2028247)
I miss the ability of most users online. Will it come?

I have added
PHP Code:

$recordusers $vbulletin->maxloggedin['maxonline'];
$recorddate vbdate($vbulletin->options['dateformat'], $vbulletin->maxloggedin['maxonlinedate'], true);
$recordtime vbdate($vbulletin->options['timeformat'], $vbulletin->maxloggedin['maxonlinedate']); 

To the php-code, and the variables in the array, added the varibles with vb raw in the template and included the functions_online. But its dont work, any ideas?

EDIT: I included the global.php, but now i get blank screen.

unfv 05-03-2010 01:00 AM

1 Attachment(s)
Hi there, for some reason the widget still doesn't show on my frontpage (registered or unregistered users)

I tried erasing this: "<vb:if condition="$show['loggedinusers']">" and the widget start showing but it does not include any member online (same result on registered or unregistered users)

Attachment 116611

Thanks for any advice!

Lynne 05-03-2010 03:46 AM

Make sure you have it turned on in vboptions > forum home page options > display logged in users.

Webbstre 05-03-2010 11:35 AM

I can't get this to work either, on a fresh copy of 4.0.3 and I have checked the options. It just shows up blank.

unfv 05-03-2010 09:45 PM

Quote:

Originally Posted by Lynne (Post 2030930)
Make sure you have it turned on in vboptions > forum home page options > display logged in users.

Thanks, your advice solved the problem!

ArminTECH 05-17-2010 05:36 AM

tagged

texasteamplayer 05-25-2010 02:40 AM

I'd like to have a forum block version of this as well. Then, we can remove the junk of users at the bottom of the forum, and better utilize the sides of the forum space (since there's already blocks there, it's not going to hurt to have another block, but having the user info at the bottom does make the page longer).

But, regardless, installed on the CMS. Thanks.

Rebecca217 05-25-2010 01:12 PM

Works beautifully, thank you! :)

Najoh 06-03-2010 01:57 AM

Someone know if we can use this or another related plugin on wordpress ?

texasteamplayer 06-08-2010 01:02 PM

Quote:

Originally Posted by texasteamplayer (Post 2042978)
I'd like to have a forum block version of this as well. Then, we can remove the junk of users at the bottom of the forum, and better utilize the sides of the forum space (since there's already blocks there, it's not going to hurt to have another block, but having the user info at the bottom does make the page longer).

But, regardless, installed on the CMS. Thanks.

any chance this will be made as a forum sidebar block? be nice if this was a mod that installed a widget and a block, rather than having to create them by hand.

Lynne 06-08-2010 01:33 PM

Quote:

Originally Posted by texasteamplayer (Post 2050431)
any chance this will be made as a forum sidebar block? be nice if this was a mod that installed a widget and a block, rather than having to create them by hand.

If you do a search, you'll see this has already been released as a block.

barcraft 06-23-2010 03:59 AM

Hello,

First of all I congratulate you on the Widget excelete we have
delivered, I'm beginner in this and it works great.

If you need help to create the same thing you did
for online users, but to show the "Upcoming
Events "that appear at the foot of the Forum. I have tried many
ways and I could not find the settings.

Sorry for my English, I really do not speak or write
anything, all I have translated with google:)

Of course, thank you very much for your help.



Sincerely,
Miguel Quila Cozano

merk_aus 06-25-2010 01:06 AM

Thanks Lynne always love your work and this is another quality release.

amagab 07-29-2010 09:48 PM

Is it possible to change the title to "Users Online" instead of Currently Active Users? I don't mind if I have to change it on the forum page either. Thanks!

Lynne 07-29-2010 10:10 PM

Quote:

Originally Posted by amagab (Post 2076546)
Is it possible to change the title to "Users Online" instead of Currently Active Users? I don't mind if I have to change it on the forum page either. Thanks!

Just replace the phrase in the template with what you want.

AnnLykke 07-30-2010 07:55 AM

Awesome! And easy :) Works perfectly fine here!
Thanks a lot, Lynne

avitor 07-31-2010 05:27 PM

is not show on my page
my page is vb 4.0.5
any help?
thanks

Lynne 07-31-2010 11:57 PM

Quote:

Originally Posted by avitor (Post 2077299)
is not show on my page
my page is vb 4.0.5
any help?
thanks

Make sure you added the template to the style you are using on the page. Also, make sure you have your options set to show users online. And, make sure you are using the correct template name in the widget.

avitor 08-03-2010 12:47 PM

hi
thank you Lynne
now all works
thank you

asus78 08-06-2010 10:54 PM

Hi, gr8 widget. Will this work with the sidebar everywhere mod? If yes, how do i create the block?

thx

Lynne 08-07-2010 02:46 AM

This is a CMS Widget, not a forum block.


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

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.01926 seconds
  • Memory Usage 1,824KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (12)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
  • (40)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