Siggen for Public Roster

Roster modified to work with multiple guilds, or characters with no guild
WoWRoster v2.0.0 and later now includes this feature

Siggen for Public Roster

Postby Averen » Tue Aug 15, 2006 3:10 am

What the title says.

Link is here.

It is not totally fully functioning but the generation of images on character pages aswell as saving them work, as should changing fonts, colours etc.

Linking to them the sig.php/av.php requires an extra arguement, "&server=ServerName"

Eg "&server=Defias+Brotherhood"

Using the "save" funtion is also a little different. Instead of saving in addons/siggen/saved they save in addons/siggen/saved/ServerName

E.g "addons/siggen/saved/Defias Brotherhood"

Please post any bugs you find.
User avatar
Averen
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 152
Joined: Thu Jul 20, 2006 5:18 am

Siggen for Public Roster

Postby Bajah » Tue Aug 15, 2006 6:25 pm

It works beautifully, thank you :)

Can you tell me what I need to change/fix so that it doesn't say "None" on the PVP Rank for people who have HKs, but not enough for a rank?
<img src="http://sok.bajah.com/rosteraddons/siggen/sig.php?member=Bajah ">
User avatar
Bajah
WR.net Apprentice
WR.net Apprentice
 
Posts: 38
Joined: Mon Aug 14, 2006 7:08 pm

Siggen for Public Roster

Postby Bajah » Tue Aug 15, 2006 6:30 pm

On further testing, I've tried uploading a custom portrait for different characters and when I preview the banner, it still shows the default portrait. The option to delete the image I've uploaded is there as it should be and I get no errors on the upload... it just doesn't show up.

Edit: I'm thinking this may have something to do with the way the filename is stored when uploaded. it's calling the files 'character|||server.png'

The ||| is probably causing format issues?
Last edited by Bajah on Tue Aug 15, 2006 6:35 pm, edited 1 time in total.
<img src="http://sok.bajah.com/rosteraddons/siggen/sig.php?member=Bajah ">
User avatar
Bajah
WR.net Apprentice
WR.net Apprentice
 
Posts: 38
Joined: Mon Aug 14, 2006 7:08 pm

Siggen for Public Roster

Postby Averen » Tue Aug 15, 2006 11:03 pm

Thats how I had to modify siggen to work, as it used to work on just names, but now more than one person can be called the same thing. That's onw of the things I adn't fixed, I'll take a look now.
User avatar
Averen
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 152
Joined: Thu Jul 20, 2006 5:18 am

Siggen for Public Roster

Postby DaarianneDarkmoon » Thu Aug 17, 2006 4:53 am

i am using the roster for only one realm (a realm specific portal) so i would like to remove the |||realmnamen-thing.
User avatar
DaarianneDarkmoon
WR.net Apprentice
WR.net Apprentice
 
Posts: 48
Joined: Wed Jul 12, 2006 12:34 am

Re: Siggen for Public Roster

Postby Ringko » Mon Aug 21, 2006 12:01 am

There seems to be a problem with the server right now. Would it be possible for you to upload it somewhere else as well (if not, I'll just sit tight and try the link again tomorrow or something ;))? Would be really appreciated as I was sad to see the original siggen mod not working for the public roster.

:thumleft:
Ringko
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Thu Jul 27, 2006 4:59 pm

Siggen for Public Roster

Postby Averen » Mon Aug 21, 2006 2:10 am

Erm didn't read it till now and the servers fixed now, sorry. :(
User avatar
Averen
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 152
Joined: Thu Jul 20, 2006 5:18 am

Siggen for Public Roster

Postby Ringko » Mon Aug 21, 2006 10:10 am

No worries - thanks and keep up the good work :cool: .
Last edited by Ringko on Mon Aug 21, 2006 10:11 am, edited 2 times in total.
Ringko
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Thu Jul 27, 2006 4:59 pm

Siggen for Public Roster

Postby McBadass » Fri Sep 22, 2006 9:50 pm

My siggen is asking me for a password before it will work. Where can I define this?
Image

Formerly Tayway
User avatar
McBadass
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Tue Jul 18, 2006 11:22 am

Siggen for Public Roster

Postby PleegWat » Sat Sep 23, 2006 1:10 am

Roster Config.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Siggen for Public Roster

Postby McBadass » Thu Sep 28, 2006 7:57 pm

Yeah, the roster config for public roster does not have password settings ANYWHERE.
Image

Formerly Tayway
User avatar
McBadass
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Tue Jul 18, 2006 11:22 am

Siggen for Public Roster

Postby PleegWat » Thu Sep 28, 2006 9:09 pm

I wouldn't know about public roster.

Try editing your roster_config table, look for a row with config_name roster_upd_pw

If it exists, set the config_value to the MD5 of the desired password (siggen does not accept the empty string as password)

If it does not exist, run this query:

INSERT INTO `renprefix_config` VALUES (2, 'roster_upd_pw', '', 'password:30|30', 'master');

Then set the config_value to the MD5 of the desired password.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Siggen for Public Roster

Postby vgjunkie » Thu Sep 28, 2006 9:47 pm

If I recall correctly, the public roster still asks you to setup a "Site Password" when you install it. Also to note, you need to change the `renprefix_config` to your own roster prefix:
(which might be `roster_config` if you left the defaults alone)
User avatar
vgjunkie
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 30
Joined: Wed Aug 09, 2006 11:58 pm
Location: Brooklyn NY

Siggen for Public Roster

Postby PleegWat » Thu Sep 28, 2006 11:18 pm

Yeah, forgot to edit the SQL query when copying from the install file.

Also didn't pay enough attention or I wouldn't have posted in the public roster forum.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Siggen for Public Roster

Postby McBadass » Tue Oct 03, 2006 11:21 pm

Funny thing is that the install.php module never worked. It always said that it was already installed, even after completely deleting my SQL database. Any ides to this?
Image

Formerly Tayway
User avatar
McBadass
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Tue Jul 18, 2006 11:22 am

Next

Return to Public Roster

Who is online

Users browsing this forum: No registered users and 1 guest

cron