vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Members who have visited the forum (Today or last 24 hours). (https://vborg.vbsupport.ru/showthread.php?t=82769)

Paul M 02-19-2006 03:57 PM

Turn off the ability for members to see invisible users, that's standard vb functionality.

mili 02-19-2006 04:06 PM

I am not that dumb. Invisible members are indeed invisible in the Who is Currenty Online list but the who visited in the past X hours ignores that.

mili

Paul M 02-19-2006 07:44 PM

As yet you still haven't clicked install.

Quote:

Originally Posted by mili
Invisible members are indeed invisible in the Who is Currenty Online list but the who visited in the past X hours ignores that.

As the notes say;

Quote:

3. Invisible users are only displayed to those allowed to see them (with a "*")
This is just the same as all other areas of vbulletin (including the WOL and Active Users List).

BTW, this is not the 'who visited in the past X hours' hack, there is another one by that name.

BamaStangGuy 02-19-2006 07:49 PM

Just a suggestion but you may want to add rel=\"nofollow\" to the urls

Paul M 02-19-2006 07:51 PM

Quote:

Originally Posted by BamaStangGuy
Just a suggestion but you may want to add rel=\"nofollow\" to the urls

Which urls ? and why, what does that do exactly ?

BamaStangGuy 02-19-2006 07:55 PM

Quote:

Originally Posted by Paul M
Which urls ? and why, what does that do exactly ?

It makes the search engines not follow the links and not count it as a linkout.. basically makes the link non existent on the page in the eyes of a search engines so that your "pagerank" goes to your other links. Plus people with 200-300 members coming to their site a day dont want 200-300 active links to their member pages which will cause Spiders to spend their time visiting these links instead of spidering other more important parts of the forum.

Plus vBulletin by default adds relnofollow to the whos online section

PHP Code:


        
if ($today['visible']) 
        {
            
$wrdate vbdate($vbulletin->options['timeformat'], $today['lastactivity']);
            
$whotoday .= "<a rel=\"nofollow\" href='member.php?u=$today[userid]' title='$wrdate' >";
            if (
$today['visible'] == 2
            {
                
$whotoday .= $today['opentag'].$today['username'].$today['closetag']."</a>*, ";
            }
            else 
            {
                
$whotoday .= $today['opentag'].$today['username'].$today['closetag']."</a>, ";
            }
        }
    }
    if (
$whotoday)
    {
        
$whotoday substr($whotoday0strlen($whotoday)-2);
    }
    else
    {
        
$whotoday $vbphrase['no_visitors'];
    }
    
$search_text '<!-- end logged-in users -->';
    
$vbulletin->templatecache['FORUMHOME'] = str_replace($search_text,
    
$search_text.fetch_template('Display_Visitors'),$vbulletin->templatecache['FORUMHOME']);


That is where I added the rel=nofollow

Paul M 02-19-2006 07:59 PM

I see.

In that case, thank you for the suggestion. I'll add it to the next update. :)

BamaStangGuy 02-19-2006 08:04 PM

Quote:

Originally Posted by Paul M
I see.

In that case, thank you for the suggestion. I'll add it to the next update. :)

No problem, just was in SEO mood today and got to thinking about all those Member names haha

jawinn 02-21-2006 10:54 AM

Awesome plugin. Been wanting to add it for a while now.

Clicked Install

Bobby S 02-21-2006 06:20 PM

Most awesome


All times are GMT. The time now is 12:51 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.02219 seconds
  • Memory Usage 1,753KB
  • 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
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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