Aldor / Scryer v0.5.4 [Roster 2.0 addon]

Aldor / Scryer reputation comparison

Moderator: titan99

Aldor / Scryer v0.5.4 [Roster 2.0 addon]

Postby Subxero » Fri Dec 07, 2007 11:52 pm

Update to 0.5.4 to resolve install problems compliant with roster2 SVN 1500
Subxero - Priest 70 Holy - Asphelt Knight Officer - Zul'jin Horde.
User avatar
Subxero
WR.net Artisan
WR.net Artisan
 
Posts: 234
Joined: Thu Jul 06, 2006 4:08 pm
Realm: Zul'jin (PvE) - US

Re: Aldor / Scryer v0.5.4 [Roster 2.0 addon]

Postby wallfw » Thu Dec 20, 2007 11:29 pm

getting this when i click on member name in list

The a= parameter does not provide accurate enough data or is badly formatted

using Aldor / Scryer v0.5.4 and WoWRoster v1.9.9.1551
wallfw
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Mon Apr 30, 2007 7:52 pm

Re: Aldor / Scryer v0.5.4 [Roster 2.0 addon]

Postby Wyren » Mon Sep 15, 2008 12:39 pm

wallfw wrote:getting this when i click on member name in list

The a= parameter does not provide accurate enough data or is badly formatted

using Aldor / Scryer v0.5.4 and WoWRoster v1.9.9.1551



If you open edit the factions.php file located in Aldor_Scryer/inc/, find line 138, it should look like this:
Code: Select all
$rep[$standing] .=('<td class="membersRow'. (($striping_counter % 2) +1) .'"><a href="'.makelink('char-info&member='.$row['member_id']).'">'.$row['member'].'</a></td>');

Change it to:
Code: Select all
$rep[$standing] .=('<td class="membersRow'. (($striping_counter % 2) +1) .'"><a href="'.makelink('char-info&amp;a=c:'.$row['member_id']).'">'.$row['member'].'</a></td>');
Wyren
WR.net Journeyman
WR.net Journeyman
 
Posts: 81
Joined: Wed Jul 26, 2006 3:07 pm

Aldor / Scryer v0.5.4 [Roster 2.0 addon]

Postby Bloody » Wed Sep 24, 2008 1:50 pm

Nice work, but there are 2 little things wrong with the shattrath flask (for german language)
in //locale/deDE.php

you mußt change
Code: Select all
$lang['Shatar'] = "Der Sha'tar";


into

Code: Select all
$lang['Shatar'] = "Die Sha'tar";



also you mußt change

Code: Select all
$lang['rep_to_en'] = array(
    "Der Sha'tar" => "Shatar",
    "Expedition des Cenarius" => "Cenarion_Expedition",


into

Code: Select all
$lang['rep_to_en'] = array(
    "Die Sha'tar" => "Shatar",
    "Expedition des Cenarius" => "Cenarion_Expedition",


With these little changes, everything works fine :)
Bloody
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Wed Dec 20, 2006 5:30 am

Previous

Return to Aldor / Scryer

Who is online

Users browsing this forum: No registered users and 1 guest

cron