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 01-14-2010 02:15 PM

Quote:

Originally Posted by RedHacker (Post 1955292)
Install for 4.0.1 Version..!!! How to change position...?

You put it wherever you want in your layout. I have no control over where you put it.

cnutter 01-14-2010 02:37 PM

Quote:

Originally Posted by Lynne (Post 1955539)
'max_allowed_packet' is a server issue. See this page - Common MySQL Error Messages

Yeah upped it to 32MB

But the issue seems to be a vb4.0.1 issue not your add-on

Sorry for the miss understanding.

kevius 01-14-2010 06:50 PM

Excellent !! tks a lot !

Primal-IRL 01-16-2010 09:57 PM

Excellent works perfectly in 4.0.1. Thanks

LordNinja 01-17-2010 10:34 PM

The best code

Thanks

Sophocles 01-18-2010 04:51 PM

This was missing from VBCMS. Thanks!

angeljs 01-18-2010 05:26 PM

Brilliant, thank you :cool:

COL NIL SATIS 01-18-2010 08:34 PM

can this be added to sidebar??

Lynne 01-19-2010 02:56 AM

Quote:

Originally Posted by COL NIL SATIS (Post 1959598)
can this be added to sidebar??

What do you mean? You create this widget and add it to any layout you want wherever you want.

forumsonsuz 01-19-2010 06:34 AM

Thanks!

aberg 01-22-2010 07:03 PM

I don't get it work.
I have copy- past the code
I have spend a lot of hours of this widget but without any results
I get a blanco field.
Any idea what can be wrong? tips or something?

Lynne 01-22-2010 07:14 PM

Quote:

Originally Posted by aberg (Post 1963696)
I don't get it work.
I have copy- past the code
I have spend a lot of hours of this widget but without any results
I get a blanco field.
Any idea what can be wrong? tips or something?

If this is an issue with any php widget, then you might want to check the bug tracker because there is a bug with certain users using the php widget.

Trek 01-23-2010 02:39 AM

Quote:

Originally Posted by Lynne (Post 1959869)
What do you mean? You create this widget and add it to any layout you want wherever you want.

Actually, I think the question is more geared towards making it a forum sidebar, not CMS widget.

I actually have the same question and is why I was checking this thread. I don't like the WOL on the bottom of the website and want it on the sidebar (as I used to have it with VBA).

Lynne 01-23-2010 03:06 AM

Quote:

Originally Posted by Trek (Post 1964039)
Actually, I think the question is more geared towards making it a forum sidebar, not CMS widget.

I actually have the same question and is why I was checking this thread. I don't like the WOL on the bottom of the website and want it on the sidebar (as I used to have it with VBA).

If you throw this code into a php block, comment out the includes line at the top, and change the template to vbcms_widget_execphp_activeusers, then it should work just fine on the forum index page.

Trek 01-23-2010 05:10 AM

Quote:

Originally Posted by Lynne (Post 1964050)
If you throw this code into a php block, comment out the includes line at the top, and change the template to vbcms_widget_execphp_activeusers, then it should work just fine on the forum index page.

Edit:

Ok, I have a better understanding of what you meant. Haven't gotten it working yet, but don't want to muddy up your thread for this mod. Thanks as always Lynne!

Edit #2:

All working now as a sidebar block! Had to do some editing as the sidebar blocks are displayed differently than the CMS ones, but I have it working and looking how I want it! Thank you again!

jimbos'ss 01-24-2010 11:40 AM

awesome thanks!

abdulbasitsaeed 01-24-2010 05:20 PM

Thank you for this, Lynne. :)

aberg 01-24-2010 06:01 PM

Quote:

Originally Posted by Lynne (Post 1963704)
If this is an issue with any php widget, then you might want to check the bug tracker because there is a bug with certain users using the php widget.

Sorry that I don't understand this, but where can I find the bug tracker?
I have check the widget, but this is the only PHP Direct Execution widget I have

Lynne 01-24-2010 06:08 PM

Quote:

Originally Posted by aberg (Post 1965448)
Sorry that I don't understand this, but where can I find the bug tracker?

The bug tracker is here - http://www.vbulletin.com/forum/project.php?projectid=6

jimbo68 01-25-2010 01:27 PM

Awesome! Works great - thanks!

Is there any reason I'm missing that guests can't view the widget? I have permissions set correctly (I think).

Lynne 01-25-2010 02:38 PM

Quote:

Originally Posted by jimbo68 (Post 1966139)
Awesome! Works great - thanks!

Is there any reason I'm missing that guests can't view the widget? I have permissions set correctly (I think).

If you don't allow guests to view who is logged in, then they won't be able to see this.

jimbo68 01-25-2010 02:51 PM

Quote:

Originally Posted by Lynne (Post 1966187)
If you don't allow guests to view who is logged in, then they won't be able to see this.

Hmmm.. I have unregistered/not logged in usergroup clicked "can view who's online" in permissions - but as a guest I don't see who's online in the "whats going on" box in the forum either. I must be missing something somewhere. Still, thanks for the great widget :)

Lynne 01-25-2010 03:11 PM

Quote:

Originally Posted by jimbo68 (Post 1966202)
Hmmm.. I have unregistered/not logged in usergroup clicked "can view who's online" in permissions - but as a guest I don't see who's online in the "whats going on" box in the forum either. I must be missing something somewhere. Still, thanks for the great widget :)

Who's Online has to do with the online.php page, not this list of Currently Active Users. That is set in vboptions > forum home page options > display logged in users

jimbo68 01-25-2010 03:15 PM

Quote:

Originally Posted by Lynne (Post 1966226)
Who's Online has to do with the online.php page, not this list of Currently Active Users. That is set in vboptions > forum home page options > display logged in users

DOH. That did it. Thanks Lynne!

aberg 01-27-2010 05:32 PM

Found the problem
The old article mod from v3 was the problem.
Removed this old hack and it works.
Thanks for the support Lynne

Lynne 01-27-2010 06:56 PM

Quote:

Originally Posted by aberg (Post 1968175)
Found the problem
The old article mod from v3 was the problem.
Removed this old hack and it works.
Thanks for the support Lynne

Interesting. Thanks for posting back about the problem.

buddyheiko 01-28-2010 06:00 PM

Hello,

it works great.
Thanks for making this widget.

Heiko

Birute 01-30-2010 01:52 PM

Installed and works nicely, thanks!!

project-Buckfas 01-31-2010 01:20 PM

Love it. Thanks. Works great on 4.0.1

rizelim 01-31-2010 04:11 PM

thanks

cnutter 02-01-2010 12:22 PM

Question. Why would this show up in the default theme but not in the other themes on a site?

Well looks like I needed to create the new templete in each theme. Not just the default.

evilzombie 02-16-2010 01:31 AM

Installed Thanks :)

Lynne 02-16-2010 02:19 AM

Quote:

Originally Posted by cnutter (Post 1972132)
Question. Why would this show up in the default theme but not in the other themes on a site?

Well looks like I needed to create the new templete in each theme. Not just the default.

I always go into debug mode and create it in the MASTER STYLE.

PBX1 02-16-2010 03:47 AM

1 Attachment(s)
Quote:

Originally Posted by Sotonforum.co.u (Post 1953036)
When creating the Widget, under Widget Type - PHP Direct Execution, I do not have the option 'PHP Direct Execution'...
Any help?

Interesting, I have the same problem so I can't get your Widget to work. Can anyone with 4.0.1 confirm that PHP Direct Execution is a choice on theirs? The attachment shows my choices.

Lynne 02-16-2010 06:13 PM

Quote:

Originally Posted by PBX1 (Post 1983510)
Interesting, I have the same problem so I can't get your Widget to work. Can anyone with 4.0.1 confirm that PHP Direct Execution is a choice on theirs? The attachment shows my choices.

It should be after My Friends and before Poll. What version vB are you running?

pjaco 02-16-2010 06:38 PM

Thanks,nice

PBX1 02-16-2010 07:11 PM

Quote:

Originally Posted by Lynne (Post 1983942)
It should be after My Friends and before Poll. What version vB are you running?

I'm running 4.0.1 .

Lynne 02-16-2010 07:49 PM

Quote:

Originally Posted by PBX1 (Post 1983980)
I'm running 4.0.1 .

I do not know why you don't have that option then. You should put in a support ticket.

Paul M 02-16-2010 08:00 PM

Try clearing the CMS cache.

zapiy 02-23-2010 09:12 AM

I my widget there is always a space before the first name in the widget.. Any cure for this please?


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.01681 seconds
  • Memory Usage 1,801KB
  • 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
  • (19)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