vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - DONATIONS - Icon for those who've made a donation - POSBIT or POSTBIT_LEGACY vB 4.0.x (https://vborg.vbsupport.ru/showthread.php?t=231270)

OurCouponHome 09-10-2010 03:40 PM

I did everything listed above but cannot get the trophy to show up. It's just a little box with a red x in it.

pportuese 09-10-2010 03:49 PM

What I did was right click on the red x and see where it's looking for the icon at. And make sure the folder is in the spot it's looking for.

Welshy2008 09-10-2010 03:59 PM

Quote:

Originally Posted by OurCouponHome (Post 2096286)
I did everything listed above but cannot get the trophy to show up. It's just a little box with a red x in it.

Quote:

Originally Posted by pportuese (Post 2096290)
What I did was right click on the red x and see where it's looking for the icon at. And make sure the folder is in the spot it's looking for.


Hi OurCouponHome,

As suggested by pportuese, Right click on the red X within the Square, click on "Properties" and ensure the Donations image is in that location.

The red x within a square, is either:
  • Image has not been uploaded
  • Image has been uploaded to a different route to that shown

Please keep me updated on your progress.

pportuese 09-10-2010 04:03 PM

Welshy, some of my icons don't pop up. 4 people in 1 group and only 2 of them show up.

Welshy2008 09-10-2010 04:05 PM

Quote:

Originally Posted by pportuese (Post 2096299)
Welshy, some of my icons don't pop up. 4 people in 1 group and only 2 of them show up.


Eh? You have lost me, sorry mate.

Run that by me again, a little more detailed Please?


Many Thanks.

pportuese 09-10-2010 04:27 PM

This is my code:
Quote:

<!-- Wy Sponsor Icon in postbit Start -->
<vb:if condition="is_member_of($post, 11)"><img src="http://www.mitsuworld.com/forums/images/buttons/sitesponsor.jpg" width="185" height="57" alt="{vb:raw post.username} has accepted the sponsorship to the forum!" border="0"></vb:if><br/><br/>
<!-- Wy Sponsor Icon in postbit End -->

<!-- Wy Supporting Icon in postbit Start -->
<vb:if condition="is_member_of($post, 9)"><img src="http://www.mitsuworld.com/forums/images/buttons/SUPPORTING.gif" width="185" height="57" alt="{vb:raw post.username} has donated to support the forum!" border="0"></vb:if><br/><br/>
<!-- Wy Supporting Icon in postbit End -->
I want code for 4 different groups so each group can have their own icon. So I think I'm on the right track because so far it's working.
However the 2nd group of coding for group 9. There are 4 members in that group. The picture only shows up for 2 of the 4 members. I took the other 2 members out of that group and readded them but no matter what they still don't get that picture.

pportuese 09-23-2010 07:44 PM

I don't get it. I'm still playing around with this.
I have 2 users that if I make them a MOD or a donating member they don't get the title under their name. It's only these 2 people.

pportuese 09-23-2010 08:10 PM

Figured it out finally!!!!!!!!! They won't get the icon if they don't have an avatar. I added them and avatar and it popped up!

Taurus1 10-01-2010 06:32 AM

It creates a space on the postbit_legacy for members that did not make a donation. How can I get rid of this please??

Welshy2008 10-01-2010 08:15 AM

Quote:

Originally Posted by Taurus1 (Post 2105388)
It creates a space on the postbit_legacy for members that did not make a donation. How can I get rid of this please??



Try This...

Code:

<!-- Wy Donation Icon in postbit Start -->
<vb:if condition="is_member_of($post, X)"><img src="http://WWW. YOUR FORUM ADDRESS.COM/images/misc/trophy.gif" width="19" height="18" alt="{vb:raw post.username} has made a donation to the forum!" border="0"></vb:if>
<!-- Wy Donation Icon in postbit End -->



All times are GMT. The time now is 04:43 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.01072 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete