Key ring???

Theme, template, layout, or image issues

Key ring???

Postby Devilzeve » Fri Jul 07, 2006 9:55 am

Back on the old forums there was a fix for teh missing key ring problem, but now it is gone dose anyone know how to make the keyring show as bag 5 like teh other fix so that my key rings will show up ok.


thxs
Devilzeve
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Tue Jul 04, 2006 9:13 pm

Re: Key ring???

Postby ScratchMonkey » Fri Jul 07, 2006 6:12 pm

Attaching key bag patch.
Attachments
wowroster-keybag.patch.txt
Patch to add key ring to bag list
(386 Bytes) Downloaded 341 times
Last edited by ScratchMonkey on Fri Jul 07, 2006 6:14 pm, edited 1 time in total.
User avatar
ScratchMonkey
WR.net Expert
WR.net Expert
 
Posts: 212
Joined: Wed Jul 05, 2006 4:32 pm
Location: San Pablo, CA

Key ring???

Postby seleleth » Sat Jul 08, 2006 10:36 pm

I think the more detailed explanation was something like this:

Edit memberdetails.php

Around line 200 locate this:

Code: Select all
         $bag4 = bag_get( $char, 'Bag4' );
         if( !is_null( $bag4 ) )
            echo $bag4->out();
      }


Replace with this:

Code: Select all
         $bag4 = bag_get( $char, 'Bag4' );
         if( !is_null( $bag4 ) )
            echo $bag4->out();

         $bag5 = bag_get( $char, 'Bag5' );
         if( !is_null( $bag5 ) )
            echo $bag5->out();
      }


Beyond that, make sure you're using the latest version of the CharacterProfiler addon.

Lastly, be sure to actually open your keyring when you save your character.

Did I miss anything?
User avatar
seleleth
Gimpy Developer
Gimpy Developer
 
Posts: 59
Joined: Thu Jul 06, 2006 10:26 pm
Location: Salt Lake City, UT

Re: Key ring???

Postby zanix » Sun Jul 09, 2006 3:10 am

seleleth wrote:Did I miss anything?

Nope, that's it

As long as they have the Interface Imagepack v1.11.0, then they are set :thumright:
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Key ring???

Postby wowodo » Mon Sep 04, 2006 3:35 am

I would ask you if exists patch to show this key in the key page now, please ^^

Thinks

EDIT:

All it's ok, I've just listed all the keys name in the Mysql database and I've reported them in the frFR.php file.
the error are :
Code: Select all
         & A t i l d e ; & c o p y ;

changed in :
Code: Select all
         Ã©

etc...
Last edited by wowodo on Mon Sep 04, 2006 4:40 am, edited 2 times in total.
User avatar
wowodo
WR.net Apprentice
WR.net Apprentice
 
Posts: 29
Joined: Fri Jul 07, 2006 6:47 pm


Return to Appearance

Who is online

Users browsing this forum: No registered users and 1 guest

cron