vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   World of Warcraft Profile Mod (https://vborg.vbsupport.ru/showthread.php?t=120182)

Stifler 07-10-2006 03:02 AM

theres no shaman.gif
and with the new code implemented, images won't showup for character race because they are based on Male + Female, and that isnt the name of the gif's in this case..

peterska2 07-10-2006 09:53 AM

If you are not using male and female, then you can remove that line from the code and replicate one of the other lines to use with the profile field that you have for race.

If you have a race that there are no images for, then you will need to make your own unless someone else has one that they are willing to share with you.

gmrstudios 07-11-2006 05:58 AM

Good catch you will need to add the following field

Character Gender: - Single-Selection Menu

Male
Female

Thanks!

Stifler 07-11-2006 06:13 AM

any chance of a shaman.gif release or should i make my own?

gmrstudios 07-11-2006 03:15 PM

Zip files updated to include shaman.gif

NoKz 07-17-2006 02:57 AM

I like this mod, but I'm having a problem changing the fields. None of the images/tags (rogue, human, etc) are showing up.

Maybe you guys can help me out. I want to leave the professions out of it. So here's my field #'s...

Gender = field9
Race = field10
Class = field11
Faction = field12

Can someone please show me how exactly to change the fields in the legacy? Because when I change it, nothing shows up. I'm frustrated with it and just need some answers. Thanks for the help in advance.

EDIT: The images are in the "/images" root.

peterska2 07-17-2006 09:44 AM

Code:

<if condition="$post[field11]"><img src="images/$post[field11].gif" alt="$post[field11]"></if>
<if condition="$post[field10] && $post[field9]"><img src="images/$post[field10]_$post[field9].gif" alt="$post[field10] $post[field9]"></if>
<if condition="$post[field12]"><img src="images/$post[field12].gif" alt="$post[field12]"></if>

That should work for you.

NoKz 07-17-2006 09:09 PM

Quote:

Originally Posted by peterska2
Code:

<if condition="$post[field11]"><img src="images/$post[field11].gif" alt="$post[field11]"></if>
<if condition="$post[field10] && $post[field9]"><img src="images/$post[field10]_$post[field9].gif" alt="$post[field10] $post[field9]"></if>
<if condition="$post[field12]"><img src="images/$post[field12].gif" alt="$post[field12]"></if>

That should work for you.

Works great! Thanks a ton!

Blaine0002 07-21-2006 11:34 PM

needed to change an underscore to a space in one of the lines, to correspond witht he images..

example here

Code:

<if condition="$post['field6'] && $post['field5']"><img src="images/$post[field6] $post[field5].gif" alt="$post[field6] $post[field5]"></if>

s3xt0y 07-26-2006 09:20 AM

is there anyway to get this work on postbit?


All times are GMT. The time now is 09:58 AM.

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.01051 seconds
  • Memory Usage 1,734KB
  • 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
  • (1)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