Siggen nuked

Intergrated Addons

Re: Siggen nuked

Postby newuser2 » Thu Jul 27, 2006 10:57 am

bozzley wrote:I had this problem - here's how I solved it.

Browse the roster_addon_siggen table in your db, and in the second row ("signature"), set the following field values:

font1 - BASTARD1.TTF
font2 - COURIER.TTF
font3 - GREY.TTF
font4 - OLDENGL.TTF
font5 - TEMPSITC.TTF
font6 - VERANDA.TTF
font7 - VINERITC.TTF
font8 - silkscreen.ttf

This should set the default font settings to the above when you next go into Siggen, and should enable the sig file creation when updating the roster. Hope this helps :D



now this is crazy. I did what you said and it saved into the DB. Then when I went into settings, it deleted all the fonts from the DB! How could it do that?
newuser2
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Fri Jul 21, 2006 7:49 am

Siggen nuked

Postby bozzley » Thu Jul 27, 2006 11:50 pm

I don't know mate, but doing the above worked for me. Have you tried re-uploading your CharacterProfiler.lua file?
User avatar
bozzley
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Wed Jul 05, 2006 12:36 pm

Re: Siggen nuked

Postby Rahtak » Fri Jul 28, 2006 1:56 am

set the font while in siggen setting not directly from DB
Rahtak
WR.net Journeyman
WR.net Journeyman
 
Posts: 78
Joined: Fri Jul 14, 2006 11:54 am

Re: Siggen nuked

Postby newuser2 » Fri Jul 28, 2006 5:29 am

Rahtak wrote:set the font while in siggen setting not directly from DB


That the thing, I go to siggen and its just blank where the fonts should be. there is nothing in the drop downs. Seems like something is seriously screwed up.
newuser2
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Fri Jul 21, 2006 7:49 am

Siggen nuked

Postby zanix » Fri Jul 28, 2006 12:28 pm

You know, I helped Anaxent convert SigGen to work correctly in Dragonfly
If you guys want help, just ask...

All I need is access (admin,ftp) to a site with phpnuke running

I don't work on the weekends, so just talk to me then (in the IRC chat room)
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 nuked

Postby bozzley » Fri Jul 28, 2006 11:19 pm

I had the same problem with the drop down boxes being blank, which is why I manually inserted the values into the table in the database. This fixed it for me, sorry if it doesn't work for everyone.

Good luck, Zanix :D
User avatar
bozzley
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Wed Jul 05, 2006 12:36 pm

Re: Siggen nuked

Postby newuser2 » Sat Jul 29, 2006 4:13 am

bozzley wrote:I had the same problem with the drop down boxes being blank, which is why I manually inserted the values into the table in the database. This fixed it for me, sorry if it doesn't work for everyone.

Good luck, Zanix :D


Sucks to be me. Still doesnt work. I guess I will have to give up on Siggen. :(
newuser2
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Fri Jul 21, 2006 7:49 am

Re: Siggen nuked

Postby Mysticmage » Wed Sep 13, 2006 10:27 pm

We're having the very same problem on our site. Fonts are listed as "none" and there is no other choice. We can fix it for a short time in the database but then the fonts get blown out again. It’s the same problem with the same error message.

It really sucks to get this close...

http://www.fateguildhome.com/modules/Gu ... Mysticmage
Last edited by Mysticmage on Wed Sep 13, 2006 10:30 pm, edited 1 time in total.
Mysticmage
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Sun Sep 03, 2006 8:16 pm

Re: Siggen nuked

Postby newuser2 » Thu Sep 21, 2006 8:53 am

Mysticmage wrote:We're having the very same problem on our site. Fonts are listed as "none" and there is no other choice. We can fix it for a short time in the database but then the fonts get blown out again. It’s the same problem with the same error message.

It really sucks to get this close...

http://www.fateguildhome.com/modules/Gu ... Mysticmage


Did you ever get this to work? Its so odd
newuser2
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Fri Jul 21, 2006 7:49 am

Re: Siggen nuked

Postby Moelaria » Sat Sep 23, 2006 1:57 am

We gave up and went with a non-nuked site. The non-Nuked version works nicely.
Last edited by Moelaria on Sat Sep 23, 2006 1:59 am, edited 1 time in total.
Image
Moelaria
WR.net Apprentice
WR.net Apprentice
 
Posts: 16
Joined: Thu Sep 07, 2006 12:50 am

Siggen nuked

Postby sedrikk » Wed Oct 04, 2006 9:23 am

I believe I have found an error in trigger.php When I would run a guild update it would not create sigs and avatars until i made the following changes:

Find:
Code: Select all
if( $mode == 'guild' )
{
   if( $SigGenConfig['signature']['guild_trigger'] )
   {
      print 'Saving Sig-[ <img src="'.$roster_conf['roster_dir'].'/addons/siggen/sig.php?etag=0&player='.urlencode(utf8_decode($member_name)).'" width="75" height="16" alt="" /> ]';
   }

   if( $SigGenConfig['avatar']['guild_trigger'] )
   {
      print ' Saving Avatar-[ <img src="'.$roster_conf['roster_dir'].'/addons/siggen/av.php?etag=0&player='.urlencode(utf8_decode($member_name)).'" width="19" height="16" alt="" /> ]';
   }
}


Replace with:
Code: Select all
if( $mode == 'guild' )
{
   if( $SigGenConfig['signature']['guild_trigger'] )
   {
      print 'Saving Sig-[ <img src="'.$roster_dir.'/addons/siggen/sig.php?etag=0&player='.urlencode(utf8_decode($member_name)).'" width="75" height="16" alt="" /> ]';
   }

   if( $SigGenConfig['avatar']['guild_trigger'] )
   {
      print ' Saving Avatar-[ <img src="'.$roster_dir.'/addons/siggen/av.php?etag=0&player='.urlencode(utf8_decode($member_name)).'" width="19" height="16" alt="" /> ]';
   }
}
ImageImage
User avatar
sedrikk
WR.net Apprentice
WR.net Apprentice
 
Posts: 30
Joined: Wed Jul 05, 2006 11:56 pm

Siggen nuked

Postby boniggy » Thu May 10, 2007 1:06 am

Does everybody see the settings menu? When i goto the admin section of the SIGGEN i shows the "Save Settings" button but no settings menu. I've had to edit it and make it sorta work by editing the DB directly. Its a pain in the rear.
boniggy
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Sat Apr 28, 2007 5:50 am

Previous

Return to Addons

Who is online

Users browsing this forum: No registered users and 0 guests

cron