Reputation [v2.0.2.0002] for WoWRoster 2.0.2

List faction reputation for members

Moderator: ds

Re: Reputation [v1.9.9.1569] for Roster Beta 2

Postby Chamdar » Fri May 02, 2008 3:27 am

I deleted the folder and re-copied the unzipped folder back again and still encounter the same error message.
I'm attaching the install.def file that unzipped to make sure this is the correct file.

Hmm, I could not attach it so I opened it and will post it as code:
Code: Select all
<?php
/**
 * WoWRoster.net WoWRoster
 *
 * LICENSE: Licensed under the Creative Commons
 *          "Attribution-NonCommercial-ShareAlike 2.5" license
 *
 * @link http://www.wowroster.net
 * @license http://creativecommons.org/licenses/by-nc-sa/2.5/
 * @author Joshua Clark
 * @version $Id: $
 * @copyright 2005-2007 Joshua Clark
 * @package SigGen
 * @subpackage Installer
*/

if ( !defined('IN_ROSTER') )
{
    exit('Detected invalid access to this file!');
}

/**
 * Installer for Reputation Addon
 *
 * @package    Reputation
 * @subpackage Installer
 *
 */
class reputationInstall
{
   var $active = true;
   var $icon = 'inv_misc_key_13';
   var $version = '1.9.9.1569';
   
   var $wrnet_id = '0';
   
   var $fullname = 'reputationinfo';
   var $description = 'reputation_desc';
   var $credits = array(
      array(   "name"=>   "Cybrey and tuigii",
            "info"=>   "Lists faction reputation stats"),
      array(   "name"=>   "tuigii",
            "info"=>   "Adapted for Roster V2 beta"),
      );

   /**
    * Install Function
    *
    * @return bool
    */
   function install()
   {
      global $installer;
      
      # Master data for the config file
      $installer->add_config("'1','startpage','reputation_conf','display','master'");

      # Config menu entries
      $installer->add_config("'110','reputation_conf',NULL,'blockframe','menu'");

      # Generic display settings
      $installer->add_config("'1100', 'reputation_language', '1', 'radio{yes^1|no^0', 'reputation_conf'");

      # Roster menu entry
      $installer->add_menu_button('reputationinfobutton','guild');
      return true;
   }

   /**
    * Upgrade Function
    *
    * @param string $oldversion
    * @return bool
    */
   function upgrade($oldversion)
   {
      global $installer;

      // Nothing to upgrade from yet
      return true;
   }

   /**
    * Un-Install Function
    *
    * @return bool
    */
   function uninstall()
   {
      global $installer;

      $installer->remove_all_config();
      $installer->remove_menu_button('reputationinfobutton');
      return true;
   }
}
Last edited by Chamdar on Fri May 02, 2008 3:29 am, edited 1 time in total.
Chamdar
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Wed Oct 03, 2007 5:42 am

Re: Reputation [v1.9.9.1569] for Roster Beta 2

Postby tuigii » Fri May 02, 2008 11:54 am

That's the one.

What is your roster version ?
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

Re: Reputation [v1.9.9.1569] for Roster Beta 2

Postby Chamdar » Fri May 02, 2008 9:43 pm

1.9.9.1377
Chamdar
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Wed Oct 03, 2007 5:42 am

Re: Reputation [v1.9.9.1569] for Roster Beta 2

Postby tuigii » Fri May 02, 2008 11:19 pm

Humm.

Mine is showing WoWRoster v1.9.9.1758

Go here : http://www.wowroster.net/Forums/viewtopic/t=3929.html to see many thing changed between the current version and yours.

Better update and repost here :)
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

Reputation [v1.9.9.1569] for Roster Beta 2

Postby zanix » Sat May 03, 2008 12:42 pm

Chamdar, you have a really old beta version, I would suggest you update it
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: Reputation [v1.9.9.1569] for Roster Beta 2

Postby Chamdar » Tue May 06, 2008 8:42 pm

Thanks, I will DL the latest version and see if that fixes my issues.
Chamdar
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Wed Oct 03, 2007 5:42 am

Re: Reputation [v1.9.9.1569] for Roster Beta 2

Postby Chamdar » Thu May 08, 2008 12:51 am

After installing the latest version, the issue with the Reputation AddOn has been resolved :)
Chamdar
WR.net Apprentice
WR.net Apprentice
 
Posts: 12
Joined: Wed Oct 03, 2007 5:42 am

Re: Reputation [v2.0.2.0002] for Roster WoWRoster 2.0.8

Postby tuigii » Mon Feb 09, 2009 4:40 pm

New, updated for WOLTK - version 2.0.2.0002 has been released.
You can find it at the top of this thread : http://www.wowroster.net/Forums/viewtop ... html#27816 .

Please, DE and ES user, post your comments, i.e. correct faction and reputations transaltions. I know that when WOLTK came out, some names changed - inform me about it.

The ZIP attached to the first post is the good one.
Last edited by tuigii on Mon Feb 09, 2009 4:42 pm, edited 1 time in total.
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

Previous

Return to Reputation

Who is online

Users browsing this forum: No registered users and 1 guest

cron