vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - Members who have visited today. (https://vborg.vbsupport.ru/showthread.php?t=221579)

Paul M 12-19-2011 09:27 PM

Yes, its related to users being in multiple timezones - its been explained somewhere in this or one of the other similar threads. One will catch up with the other as the day progresses.

gulf4cars 12-25-2011 03:05 AM

Is it compatible with vb 4.1.9?

thecore762 12-26-2011 06:20 AM

Quote:

Originally Posted by gulf4cars (Post 2280814)
Is it compatible with vb 4.1.9?

Yes, it works perfectly with 4.1.9.

Kraxell 12-30-2011 10:16 PM

Hello,

have the problem, that there are no "," after each nickname. Its like:
UserA UserB UserC UserD

Correct:
UserA, UserB, UserC, UserD

Any idea?

vB 4.1.9

Hippy 12-30-2011 11:21 PM

did you install Who-has-visited.xml ?

Paul M 12-30-2011 11:52 PM

As per the question above, did you install the correct version.

djbaxter 12-31-2011 01:46 AM

Quote:

Originally Posted by Kraxell (Post 2282344)
Hello,

have the problem, that there are no "," after each nickname. Its like:
UserA UserB UserC UserD

Correct:
UserA, UserB, UserC, UserD

Any idea?

vB 4.1.9

That's what it looks like if you haven't downloaded and installed the latest version (marked for 4.1.8).

thecore762 01-02-2012 03:35 AM

Hi Paul, is it possible to add the option the amount of guests that visited the forums that day also?
"xx Users have visited the forum. xx members and xx guests"

Paul M 01-03-2012 12:44 AM

Nope, as it says ;
Quote:

This modification cannot count guests, it is members only.

NTMID8 01-03-2012 02:42 AM

Well, have been running 4.1.8 with the old version of this mod for sometime and finally got around to updating the plugin to the new version... now no visitor names are displayed under the count of visitors for the day.

Any ideas?

NTMID8 01-03-2012 03:50 AM

Quote:

Originally Posted by NTMID8 (Post 2283250)
Well, have been running 4.1.8 with the old version of this mod for sometime and finally got around to updating the plugin to the new version... now no visitor names are displayed under the count of visitors for the day.

Any ideas?

Nevermind. The template did not merge correctly for some reason. I manually made the template changes and all is fine.

Gn_Snake 01-03-2012 12:23 PM

Hi,
i have two comas that separate the names, any idea for solution?

Paul M 01-03-2012 03:32 PM

Are you running vb 4.1.8 (+) ?

If so, you must be using either a customised style or custom css, so the css rule to add a comma is still active.

Gn_Snake 01-03-2012 06:49 PM

Thank you Paul,
yes, i use a custom template.
I'm sorry, but I realized that writing code in my template CSS?

Paul M 01-03-2012 09:54 PM

If thats a question, Im not sure what you are asking.

Gn_Snake 01-04-2012 10:29 AM

I'm sorry for my english.
I did not understand what to do to solve the problem.
What code should I check?

zyiad 01-04-2012 11:52 AM

thanks

www.hagaza.com

Paul M 01-05-2012 12:03 AM

Quote:

Originally Posted by Gn_Snake (Post 2283710)
I'm sorry for my english.
I did not understand what to do to solve the problem.
What code should I check?

You ned to check your css for references to the .commalist class, and find the bit thats adding a comma.

Gn_Snake 01-06-2012 04:41 PM

Thx Paul,
in my Vbulletin.css have 4 .commalist class, what should i add or change?

Code:

.commalist li {
        display:inline-block;

Code:

.commalist li:after {
/*        Comma +   */
        content:",\0000A0";

Code:

.commalist li:last-child:after {
        content:"";

Code:

.commalist li a.username {    display:inline; }

Hippy 01-06-2012 08:20 PM

Quote:

Originally Posted by Gn_Snake (Post 2284480)
Thx Paul,
in my Vbulletin.css have 4 .commalist class, what should i add or change?

Code:

.commalist li {
        display:inline-block;

Code:

.commalist li:after {
/*        Comma +   */
        content:",\0000A0";

Code:

.commalist li:last-child:after {
        content:"";

Code:

.commalist li a.username {    display:inline; }


Code:

.commalist li:after {
/*        Comma +   */
        content:",\0000A0";

Code:

.commalist li:last-child:after {
        content:"";

Code:

.commalist li a.username {    display:inline; }
I would compare your template then start with these . re move one at a time and see if the issue resolves..

on is commented out already

make a back up of the template before you start to edit ..

Paul M 01-06-2012 10:53 PM

Quote:

Originally Posted by Gn_Snake (Post 2284480)
Thx Paul,
in my Vbulletin.css have 4 .commalist class, what should i add or change?

Code:

.commalist li {
        display:inline-block;

Code:

.commalist li:after {
/*        Comma +   */
        content:",\0000A0";

Code:

.commalist li:last-child:after {
        content:"";

Code:

.commalist li a.username {    display:inline; }

Remove the middle two, keep the inline ones.

Gn_Snake 01-09-2012 08:50 PM

Thanks Paul and Hippy :D:up:

Rolandinjos 01-10-2012 11:50 PM

Installed and works fine on 4.1.8, I am interested how do I add a comma between the names of the members?

thanks

howit 01-11-2012 12:32 AM

works fine on 4.1.9 thanks!

Trevor Matthews 01-15-2012 02:45 PM

Just upgraded to 4.1.10 and installed your latest version.
Working perfectly.
Many thanks.

thr45h3r 01-15-2012 06:24 PM

Thanks for the updated support :)

https 01-22-2012 06:03 AM

This error indicates to me :( please help

vB_Database_Alter: fetch_table_info() has not been called successfully.
MySQL server has gone away

Internetcafe 01-22-2012 04:43 PM

Quote:

Originally Posted by https (Post 2290879)
This error indicates to me :( please help

vB_Database_Alter: fetch_table_info() has not been called successfully.
MySQL server has gone away

Host server problem

Paul. 02-08-2012 06:14 PM

Why are there two to choose from?
I just came to update and don't know what to select..

Paul M 02-08-2012 11:57 PM

Read the main post.

Quote:

The older 4.1.0 - 4.1.7 version is now attached for use, but note that it is not supported.

Legende 02-13-2012 06:00 PM

Quote:

Originally Posted by ard (Post 2273033)
Sorry for my bad english, but how can i make the list ?Members who have visited today? invisible for not registered users?

I'm also interested on this? Anyone could help?

Regards

Paul M 02-13-2012 09:54 PM

You could read the notes ;)

Quote:

7. The ability to allow only certain usergroups to view the list is an ACP option (include or exclude groups).

Paul M 03-03-2012 12:46 PM

Updated due to the removal of the old collapse images in 4.1.11 - the replacement images are actually available in 4.1.8, 4.1.9 & 4.1.10 so you can update to the new version even if you havent upgraded from them to 4.1.11 yet. vBulletin versions prior to 4.1.8 are not supported by the current version (for 4.1.0 to 4.1.7 you can use the file prefixed with 417). vBulletin 4.0.x is not supported at all and no version is available to download.

Trevor Matthews 03-03-2012 03:06 PM

Many thanks. Updated just now.

Dr.osamA 03-03-2012 09:54 PM

thank you for update

gerryvz 03-06-2012 04:52 AM

Thank you for keeping this current. Updated with no issues.

scorpss 03-09-2012 10:05 AM

Bros , can i know why this hack work only on the default style please ? someone can help me ?

New Joe 03-09-2012 11:00 AM

Quote:

Originally Posted by scorpss (Post 2307814)
Bros , can i know why this hack work only on the default style please ? someone can help me ?

I tried to help out scoorps with this problem but couldn't.
He has a skin from: http://www.completevb.com/
but on that Skin it doesn't show, when you change it to the vB Default Skin it shows fine.

I have this installed on a custom skin, not the same company as him, and it works and shows just fine.
Looking at the Skins at Complete vB I really can't see why this happens, i thought it might be something to do with a hook location and changed a few lower than 5 from this mod for him but that didn't work.

I feel for the guy as his English isn't great as he's French and all he wants is this Mod to show on his custom skin.
If anyone can help him send him a PM

Paul M 03-09-2012 12:34 PM

The template hook is probably missing.

New Joe 03-09-2012 01:55 PM

Quote:

Originally Posted by Paul M (Post 2307855)
The template hook is probably missing.

Ok Paul, I'd like to help this guy, as that's what the vB community is all about, and yes I am doing this for free.
So what does he or me, need to do to get it to work on his skin?
How to replace/add this template hook?


All times are GMT. The time now is 10:32 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.02240 seconds
  • Memory Usage 1,821KB
  • 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
  • (15)bbcode_code_printable
  • (13)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
  • (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