Siggen .2.0

A signature and avatar generator addon

Moderator: zanix

Siggen .2.0

Postby figmentus » Sat Dec 30, 2006 8:51 pm

Site documentation for siggen says latest version is 0.2.0 released 12/30/06, but I am unable to find this version, or it has yet to be posted :-D
figmentus
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Fri Aug 11, 2006 9:20 am

Siggen .2.0

Postby Anaxent » Sat Dec 30, 2006 8:52 pm

really? where did you find them docs? Zanix hasn't even given me the privlages to use that version... man do I wish.
Last edited by Anaxent on Sat Dec 30, 2006 8:53 pm, edited 1 time in total.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

Siggen .2.0

Postby figmentus » Sat Dec 30, 2006 8:53 pm

figmentus
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Fri Aug 11, 2006 9:20 am

Siggen .2.0

Postby zanix » Sat Dec 30, 2006 10:21 pm

Yeah, I updated the wiki last night because I was going to release it
Then just before I was going to, I found more crap I need to fix now that SigGen will support jpg and gif images now
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

Siggen .2.0

Postby figmentus » Sun Dec 31, 2006 3:52 am

Something I noticed was my previous version allowed for the character image to display, as well as my .htaccess rewrite condition to work properly. if I use any current version, tweak or not, I lose my char and the rewrite, but can see my config panel. Old version no config panel, all else works in a funky manner....
figmentus
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Fri Aug 11, 2006 9:20 am

Siggen .2.0

Postby zanix » Sun Dec 31, 2006 3:55 am

I don't understand what you mean
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: Siggen .2.0

Postby Quasi » Sun Dec 31, 2006 10:48 am

figmentus wrote:Something I noticed was my previous version allowed for the character image to display, as well as my .htaccess rewrite condition to work properly. if I use any current version, tweak or not, I lose my char and the rewrite, but can see my config panel. Old version no config panel, all else works in a funky manner....

Yes, I've been at this all afternoon yesterday. I did a clean install of 1.7.2 and downloaded SigGen 0.1.10, and one thing I couldn't get to work is:

The character image (race) to display on the left of the sig and avatar is missing. It shows everything like the background, text, etc, but not the character image. Not sure about the .htaccess rewrite as I didn't use that previously (I think).

Upon reading this forum it says that SigGen is still broken and to use the one that comes with roster 1.7.1. However, I went from 1.7.0 to 1.7.2 and my old version doesn't work with 1.7.2 (the config options are not selectable). And I can't find version 1.7.1 on this website, only 1.7.2.
Quasi
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Wed Jul 05, 2006 11:21 pm

Re: Siggen .2.0

Postby darkraver » Sun Dec 31, 2006 11:30 am

Same problem where ... the character img is missing ...

Image
Image
User avatar
darkraver
WR.net Apprentice
WR.net Apprentice
 
Posts: 20
Joined: Fri Aug 18, 2006 2:07 pm

Siggen .2.0

Postby figmentus » Sun Dec 31, 2006 1:40 pm

What I meant was, if I use an older version of the siggen application, the images, and layout work fine (by older I assume .1.0 or earlier) however, when I use the "old" version my siggen configuration menus are completely trashed.

If I use any "new" version of siggen my configuration menu works fine, but the character image is missing.
figmentus
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Fri Aug 11, 2006 9:20 am

Siggen .2.0

Postby Suirion » Sun Dec 31, 2006 1:51 pm

The problem with the old version is that it has been "slightly" updated.

In the siggen.php file where it reads:
Code: Select all
// Set race-gender-class based image
            if( !empty($sig_class) )
            {
               $im_user_file = $configData['image_dir'].$configData['char_dir'].$sig_race.'-'.$sig_gender.'-'.strtolower(getEnglishValue($sig_class,$sig_char_locale)).'.png';
            }
            else
            {
               $im_user_file = $configData['image_dir'].$configData['char_dir'].$sig_race.'-'.$sig_gender.'.png';
            }


It could read:
Code: Select all
// Set race-gender-class based image
            if( !empty($sig_class) )
            {
               $im_user_file = $configData['image_dir'].$configData['char_dir'].$sig_race.'-'.$sig_gender.'.png';
            }
            else
            {
               $im_user_file = $configData['image_dir'].$configData['char_dir'].$sig_race.'-'.$sig_gender.'.png';
            }


It was updated to accomodate an image pack that doesn't exist yet... if you change the code as above, you should get your images.
User avatar
Suirion
WR.net Apprentice
WR.net Apprentice
 
Posts: 17
Joined: Tue Dec 05, 2006 11:46 am

Re: Siggen .2.0

Postby Quasi » Sun Dec 31, 2006 3:39 pm

Nope, if I change the code to what you suggested then I don't get any image at all, no backround, no character/race, no text, nothing. That's for version 0.1.10.
Quasi
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Wed Jul 05, 2006 11:21 pm

Siggen .2.0

Postby darkraver » Sun Dec 31, 2006 4:24 pm

Worked for me :) tks
User avatar
darkraver
WR.net Apprentice
WR.net Apprentice
 
Posts: 20
Joined: Fri Aug 18, 2006 2:07 pm

Re: Siggen .2.0

Postby Quasi » Sun Dec 31, 2006 4:30 pm

darkraver wrote:Worked for me :) tks

Are you using version 0.10.1 of SigGen?
Quasi
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Wed Jul 05, 2006 11:21 pm

Siggen .2.0

Postby Sprakeloos » Sun Dec 31, 2006 6:08 pm

I'm using 0.1.10 and the fix is working for me.
Before the fix I only had images if I used /roster/addons/siggen/sig.php/<charname>.png and then the server url would be the local ip address.
Now I can use /roster/addons/siggen/sig.php?name=<charname>.png as well and it shows the correct url.
Last edited by Sprakeloos on Sun Dec 31, 2006 6:09 pm, edited 1 time in total.
User avatar
Sprakeloos
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Fri Aug 11, 2006 6:35 pm

Siggen .2.0

Postby Quasi » Sun Dec 31, 2006 6:53 pm

Hmm, I replaced the code exactly as suggested above and all I get is no graphics image at all. Sigh...back to the drawing board....
Quasi
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Wed Jul 05, 2006 11:21 pm

Next

Return to SigGen

Who is online

Users browsing this forum: No registered users and 1 guest

cron