Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Show New Users without Visitor Messages Details »»
Show New Users without Visitor Messages
Version: 1.0.0, by briansol briansol is offline
Developer Last Online: May 2013 Show Printable Version Email this Page

Category: Moderators Functions - Version: 3.7.x Rating:
Released: 08-08-2008 Last Update: 08-08-2008 Installs: 18
Uses Plugins
 
No support by the author.

I made this as a paid gig, but the requester never told me he hired someone else while I was working on it..... :rant:

Req: https://vborg.vbsupport.ru/showthread.php?t=187563

So, he can pay the other guy anyway and you can have mine for free since it's already made.


This mod shows New users from X days (config option) on the forum home footer to groups of your choice (default = mod/admin/supermod)

0 template edits.
obviously adds queries, but only for your staff.

Requires vb 3.7.x
and mysql version that supports inline queries (i think 4.2 and up is good)

I've added these 2 dependencies into the product.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 08-08-2008, 10:21 PM
briansol's Avatar
briansol briansol is offline
 
Join Date: Apr 2006
Location: CT
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

reserved
Reply With Quote
  #3  
Old 08-09-2008, 04:45 AM
briansol's Avatar
briansol briansol is offline
 
Join Date: Apr 2006
Location: CT
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hrm, appears the templates didn't export properly... will be updating the file shortly.
Reply With Quote
  #4  
Old 08-09-2008, 05:14 AM
briansol's Avatar
briansol briansol is offline
 
Join Date: Apr 2006
Location: CT
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

templates have been included. I've also fixed an error in the query. This should be 100% now. Sorry for the initial bad product.
Reply With Quote
  #5  
Old 08-10-2008, 10:59 AM
nirvana43's Avatar
nirvana43 nirvana43 is offline
 
Join Date: Oct 2007
Location: Pune, India
Posts: 361
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks man! nice share
Reply With Quote
  #6  
Old 08-10-2008, 02:59 PM
BucWiLd's Avatar
BucWiLd BucWiLd is offline
 
Join Date: Jun 2008
Location: pa, usa
Posts: 265
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice feature, thanks
Reply With Quote
  #7  
Old 09-16-2008, 07:15 AM
Webnower Webnower is offline
 
Join Date: Feb 2008
Location: Phoenix, Arizona
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is probably one of the most helpful mods I've seen in a long time. No crazy features, no code bloat... Nicely done. Installed.
Reply With Quote
  #8  
Old 10-08-2008, 04:39 PM
briansol's Avatar
briansol briansol is offline
 
Join Date: Apr 2006
Location: CT
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Webnower View Post
This is probably one of the most helpful mods I've seen in a long time. No crazy features, no code bloat... Nicely done. Installed.
Thanks for the kind words.

It certainly isn't the best mod every built, but it does what it needs to do, and that's it.
It's clean and simple, like all admin/staff mods should be
Reply With Quote
  #9  
Old 11-22-2008, 08:07 AM
Voltar Voltar is offline
 
Join Date: Mar 2006
Location: Bakersfield, California
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know this isn't supported, but I thought I would post this for anyone who might have installed this.

In one of the plugins, the template names to cache are incorrect, so if you have this enabled and haven't caught this already, you'll have two extra queries on your forumhome.

In 'SKM NUVM Prep and cache', change

PHP Code:
if ($vbulletin->options['skm_visitmsgcnt_onoff']) 
{  

$ugroups explode(',',$vbulletin->options['skm_visitmsgcnt_displaygroups']);  
    if (
is_member_of($vbulletin->userinfo,$ugroups) OR $ugroups[0] == 0)  
 { 
        
$show['skm_visitmsgcnt'] = true
        
$globaltemplates[] = 'skm_visitmsgcnt_body'
        
$globaltemplates[] = 'skm_visitmsgcnt_linkbit'
    } 
    else  
    { 
        
$show['skm_visitmsgcnt']= false
    } 

else 

    
$show['skm_visitmsgcnt']= false

To:

PHP Code:
if ($vbulletin->options['skm_visitmsgcnt_onoff']) 
{  

$ugroups explode(',',$vbulletin->options['skm_visitmsgcnt_displaygroups']);  
    if (
is_member_of($vbulletin->userinfo,$ugroups) OR $ugroups[0] == 0)  
 { 
        
$show['skm_visitmsgcnt'] = true
        
$globaltemplates[] = 'skmnuvm_visitmsgcnt_body'
        
$globaltemplates[] = 'skmnuvm_visitmsgcnt_linkbit'
    } 
    else  
    { 
        
$show['skm_visitmsgcnt']= false
    } 

else 

    
$show['skm_visitmsgcnt']= false

And you should be great. I also had a change for the display (personal preference). I'd be happy to fix this up and repack it if the author doesn't want to support it at all.

Aside from that, awesome mod.

-Dave
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:19 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04370 seconds
  • Memory Usage 2,291KB
  • Queries Executed 22 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete