vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   If Condition For Minimum Posts (https://vborg.vbsupport.ru/showthread.php?t=253463)

Dj Smuggla 11-10-2010 07:11 PM

If Condition For Minimum Posts
 
How do i set a if condition for minimum posts?

On my site i want to show the shoutbox for members over 10 posts only...

I've tried this:
<if condition="$bbuserinfo['posts']==10">

But it only shows to members with 10 posts, not 10 and above.

borbole 11-10-2010 07:18 PM

Quote:

Originally Posted by Dj Smuggla (Post 2120322)
How do i set a if condition for minimum posts?

On my site i want to show the shoutbox for members over 10 posts only...

I've tried this:
<if condition="$bbuserinfo['posts']==10">

But it only shows to members with 10 posts, not 10 and above.

That is because you have used the equality operator. You should use the less operator for that:

HTML Code:

<

Dj Smuggla 11-10-2010 07:44 PM

What do u mean m8...

kh99 11-10-2010 07:48 PM

Actually he meant to use the greater than sign, not less than, and he meant that your code should be:

Code:

<if condition="$bbuserinfo['posts']>=10">

Dj Smuggla 11-10-2010 08:18 PM

Thanks a lot m8...

borbole 11-10-2010 08:36 PM

Quote:

Originally Posted by kh99 (Post 2120337)
Actually he meant to use the greater than sign, not less than, and he meant that your code should be:

Code:

<if condition="$bbuserinfo['posts']>=10">


Ah sorry, I thought he meant to show it for users with less posts as that is the case communly. Thank you for correcting it :)

Dj Smuggla 11-11-2010 11:17 AM

Quote:

Originally Posted by borbole (Post 2120357)
I thought he meant to show it for users with less posts as that is the case communly.

Good point...
Would it be better to hide the shoutbox for members with less than 10 posts. Instead of showing the shoutbox for members with over 10 posts?

Is one way easyer on the server than the other?

borbole 11-11-2010 02:28 PM

Quote:

Originally Posted by Dj Smuggla (Post 2120521)
Good point...
Would it be better to hide the shoutbox for members with less than 10 posts. Instead of showing the shoutbox for members with over 10 posts?

Is one way easyer on the server than the other?

Personally I think it would be better to prevent access to something to users with less posts in order to kind of motivate them to become more active. Sometimes it works, sometimes it doesn''t especially when those users are at your forum to only get but not give.


All times are GMT. The time now is 11:58 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.01211 seconds
  • Memory Usage 1,726KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete