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

Reply
 
Thread Tools Display Modes
  #1  
Old 11-04-2007, 02:06 AM
lolzers lolzers is offline
 
Join Date: Mar 2007
Location: Ontario, Canada
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Image In Postbit For dditional usergroups

I have the following code, how do I make it so when a user decides to join one additional usergroup, that an image shows up in there. I have the following code, but it isnt working.

Code:
<if condition="is_member_of($bbuserinfo, 93)"><img src="imagesource" alt="althere" /></if>

<if condition="is_member_of($bbuserinfo, 90)"><img src="imagesource" alt="althere" /></if>

<if condition="is_member_of($bbuserinfo, 92)"><img src="imagesource" alt="althere" /></if>

<if condition="is_member_of($bbuserinfo, 91)"><img src="imagesource" alt="althere" /></if>
Reply With Quote
  #2  
Old 11-04-2007, 02:23 AM
Awjvail Awjvail is offline
 
Join Date: Jun 2007
Location: Canada
Posts: 297
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
<if condition="is_member_of($vbulletin->userinfo, usergroup id number here)">This will only be visible to people in the usergroup which you specified
</if> 
So for example if I want groups 5, 6 and 7 to be able to see something, I would go:

PHP Code:
<if condition="is_member_of($vbulletin->userinfo, 5,6,7)">This will only be visible to people in usergroups 5,and 7
</if> 
stick that where you want to in the postbit
Reply With Quote
  #3  
Old 11-04-2007, 10:59 AM
lolzers lolzers is offline
 
Join Date: Mar 2007
Location: Ontario, Canada
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks but:

I want everybody to be able to see it. But when they join a public group, an image in the postbit will appear for that user, and he/she as well as everyone can see it.
Reply With Quote
  #4  
Old 11-04-2007, 12:07 PM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You want it to be based on the usergroup of the user who made the post?

Then you use:
Code:
<if condition="is_member_of($post, 5, 7, 8)">
    <img src="path/to/image" alt="" />
</if>
That will show everyone that the person who made the post is a member of group 5 or 7 or 8.
Reply With Quote
  #5  
Old 11-04-2007, 03:19 PM
lolzers lolzers is offline
 
Join Date: Mar 2007
Location: Ontario, Canada
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I want it so like:

Say I joined the additional usergroup "Red". Then, in the postbit, under the reputation an image will appear. Everyone can see it, but you can only get that image under your reputation if you join that group.
Reply With Quote
  #6  
Old 11-04-2007, 07:06 PM
Kirk Y's Avatar
Kirk Y Kirk Y is offline
 
Join Date: Apr 2005
Location: Tallahassee, Florida
Posts: 2,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Use Opserty's code, that'll do what you're looking for.
Reply With Quote
  #7  
Old 11-04-2007, 07:22 PM
lolzers lolzers is offline
 
Join Date: Mar 2007
Location: Ontario, Canada
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, so I have the following code in my postbit, but the code posted doesnt seem to be working.

Heres the code:

Code:
<!-- / flags + streets start -->
<div>
<if condition="$post[field6]"><a href="www.habbo.$post[field6]"><img src="images/flags/$post[field6].gif"></a></if>

<if condition="$post[field7]"><a href="www.habbo.com/home/$post[field7]"><img src="images/flags/US.gif"></a></if>

<if condition="$post[field8]"><a href="www.habbo.ca/home/$post[field8]"><img src="images/flags/CA.gif"></a></if>

<if condition="$post[field9]"><a href="www.habbo.co.uk/home/$post[field9]"><img src="images/flags/UK.gif"></a></if>

<if condition="$post[field10]"><a href="www.habbo.com.au/home/$post[field10]"><img src="images/flags/AU.gif"></a></if>

<if condition="$post[field11]"><a href="www.habbo.com.sg/home/$post[field11]"><img src="images/flags/SG.gif"></a></if>

<if condition="is_member_of($post, 6)">
<img src="images/clan/snl.gif" alt="" />
</if>
</div>
<!-- / flags + streets end -->
Reply With Quote
  #8  
Old 11-18-2007, 07:52 AM
Hamednet's Avatar
Hamednet Hamednet is offline
 
Join Date: Oct 2007
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks

How do I this ?

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 01:05 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.04479 seconds
  • Memory Usage 2,233KB
  • Queries Executed 13 (?)
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
  • (3)bbcode_code
  • (2)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)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