Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 05-14-2008, 06:25 PM
Mum Mum is offline
 
Join Date: Jun 2006
Location: New Zealand
Posts: 660
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you so much - that worked perfectly!

Is there any way that i can exclude a usergroup from that? Ie if they are in X group then they are fine to go in there regardless (i want to turn it off for staff)
Reply With Quote
  #12  
Old 05-14-2008, 06:27 PM
veenuisthebest's Avatar
veenuisthebest veenuisthebest is offline
 
Join Date: Mar 2008
Location: India
Posts: 1,416
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If Viewer is in the Following Usergroups Array. Enter the Usergroup Number(s) Separated by a Comma

Code:
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)"></if>

Wrap it in this conditional the ones you want to include !!
Reply With Quote
  #13  
Old 05-14-2008, 07:48 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
// settings
$usergroupids = array(1,2,3);

// decision clause
$show['something'] = false;
if (!
is_member_of($vbulletin->userinfo$usergroupids))
{
    
$getposts $db->query_first("
        SELECT COUNT(*) as count 
        FROM " 
TABLE_PREFIX "post 
        WHERE userid = 
{$vbulletin->userinfo['userid']} 
        AND (" 
TIMENOW " - dateline) < 432000"
    
);
    
$show['something'] = ($getposts['count'] >= true false);

Reply With Quote
  #14  
Old 04-19-2009, 09:01 PM
Sweeks Sweeks is offline
 
Join Date: Jul 2008
Posts: 633
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this work for this:

What I want is to display some HTML when a user has less than X amount of posts, any ideas on how to achieve this?

Thanks very much

--------------- Added [DATE]1240179092[/DATE] at [TIME]1240179092[/TIME] ---------------

I have tried this:

Code:
<if condition="$post['postcount'] < '25'">
<div>
<p>THIS WILL SHOW IF YOU HAVE UNDER 25 POSTS
THIS IS A TEST IGNORE ME!!!!!!</p></div>
<else />
<div><p>THIS WILL SHOW IF YOU HAVE OVER 25 POSTS THIS IS A TEST IGNORE ME!!!!</p></div>
</if>
But no such luck.

--------------- Added [DATE]1240179940[/DATE] at [TIME]1240179940[/TIME] ---------------

I have also tried this with no luck

Code:
<if condition="$bbuserinfo[maxposts]==25">
<p>This is a test ignore me</p>
<else />
<p>Testing</p>
</if>
________
Class Action Settlement
Reply With Quote
  #15  
Old 04-19-2009, 10:49 PM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sweeks View Post
Will this work for this:

What I want is to display some HTML when a user has less than X amount of posts, any ideas on how to achieve this?

Thanks very much

--------------- Added [DATE]1240179092[/DATE] at [TIME]1240179092[/TIME] ---------------

I have tried this:

Code:
<if condition="$post['postcount'] < '25'">
<div>
<p>THIS WILL SHOW IF YOU HAVE UNDER 25 POSTS
THIS IS A TEST IGNORE ME!!!!!!</p></div>
<else />
<div><p>THIS WILL SHOW IF YOU HAVE OVER 25 POSTS THIS IS A TEST IGNORE ME!!!!</p></div>
</if>
But no such luck.

--------------- Added [DATE]1240179940[/DATE] at [TIME]1240179940[/TIME] ---------------

I have also tried this with no luck

Code:
<if condition="$bbuserinfo[maxposts]==25">
<p>This is a test ignore me</p>
<else />
<p>Testing</p>
</if>
What template do you want it in?
Reply With Quote
  #16  
Old 04-20-2009, 08:09 AM
Sweeks Sweeks is offline
 
Join Date: Jul 2008
Posts: 633
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

User CP
________
Bondage vid
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 07:56 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.04393 seconds
  • Memory Usage 2,222KB
  • Queries Executed 11 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_code
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete