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 PleegWat » Tue Oct 03, 2006 11:49 pm

You probably have to delete your conf.php as well. I haven't checked the public roster myself though, so I'm not sure.
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

Re: Siggen for Public Roster

Postby Harshmage » Thu Oct 05, 2006 2:32 am

The roster itself acts weird. Did you see my post about the weirdness of code copying? Yeah.
When I went to install the Big Roster (Public Roster), it scanned for another installation in the root directory. Of course, it found one, and denied me trying to set up the new one. Quick edit of the install.php fixed that problem.

Code: Select all
// If Roster is already installed, don't let them install it again
if ( defined('ROSTER_INSTALLED') )
{
    
$tpl = new Template_Wrap('install_message.html','install_header.html','install_tail.html');
    
$tpl->message_die('Roster is already installed - <span class="negative">remove</span> the file <span class="positive">install.php</span> and the folder <span class="positive">install/</span> in this directory.''Installation Error');
    exit();


I just commented that section out.

Code: Select all
// If Roster is already installed, don't let them install it again
// if ( defined('ROSTER_INSTALLED') )
// {
//     $tpl = new Template_Wrap('install_message.html','install_header.html','install_tail.html');
//     $tpl->message_die('Roster is already installed - <span class="negative">remove</span> the file <span class="positive">install.php</span> and the folder <span class="positive">install/</span> in this directory.', 'Installation Error');
//     exit();
// }
 


It will basically force the install. Just plug'n'chug after that like you normally would.
Ho, Haha, Guard, Turn, Parry, Dodge, Spin, Ha, Thrust!
Image
User avatar
Harshmage
WR.net Apprentice
WR.net Apprentice
 
Posts: 43
Joined: Fri Sep 08, 2006 10:11 am
Location: Arizona, USA

Re: Siggen for Public Roster

Postby darkraver » Fri Nov 10, 2006 6:13 pm

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

Previous

Return to Public Roster

Who is online

Users browsing this forum: No registered users and 1 guest

cron