vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Image In Postbit For dditional usergroups (https://vborg.vbsupport.ru/showthread.php?t=161868)

lolzers 11-04-2007 02:06 AM

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>


Awjvail 11-04-2007 02:23 AM

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

lolzers 11-04-2007 10:59 AM

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.

Opserty 11-04-2007 12:07 PM

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.

lolzers 11-04-2007 03:19 PM

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.

Kirk Y 11-04-2007 07:06 PM

Use Opserty's code, that'll do what you're looking for.

lolzers 11-04-2007 07:22 PM

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 -->


Hamednet 11-18-2007 07:52 AM

thanks

How do I this ?

https://vborg.vbsupport.ru/external/2007/11/16.gif


All times are GMT. The time now is 09:24 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.01463 seconds
  • Memory Usage 1,731KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_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