Missing Roster

On , in , by

Home Forums RaidPlanner Discussions Bug reports Missing Roster

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1077
    Anonymous
    Inactive

    Hi there,

    I upgraded to take advantage of the Repeating events (Thank you very much BTW) but I appear to have lost my roster page.

    http://squish.alotspace.com/index.php/events/members

    It’s just loading up as a blank page, with minimal code when viewing source.

    Any ideas ? I have tried deleting the link and re-creating it incase something changed in the linking with the update.

    Thanks

    #1078
    Taracque
    Member

    Try to reset the menu in joomla backend (change the type of the Member menü to a roster view). If that doesn’t help, please turn on debugging in joomla and post any error messages you got.

    #1094
    Anonymous
    Inactive

    Hi,

    I created a new menu link completly and get the same result. Turning on debug info produces nothing. (Still white page) I can see the debug info on other pages but not roster.

    All i get is

    hope code tags work!
    [code]

    window.addEvent(‘domready’,function(){
    if ($(‘roster_table’)) {
    if ((MooTools.version >= ‘1.2.4’) && (typeof(HtmlTable)!=’undefined’)) {
    var rosterTable = new HtmlTable(
    $(‘roster_table’),
    {
    properties: {
    border: 0,
    cellspacing: 1,
    cellpadding: 5
    },
    sortable :true,
    zebra: true,
    selectable: true,
    allowMultiSelect: false,
    paginate:true,
    paginateRows:25,
    paginationControlPages:25,
    filterable:true,
    strings:{
    next:’Next’,
    previous:’Prev’,
    rows:’Rows’
    },
    classHeaderPaginationContorlTH:”,
    classHeaderPaginationContorlTR:”,
    classHeaderPaginationContorlDiv:’rp_header’,
    classHeaderPaginationContorlUL:’rp_left’,
    classHeaderPaginationContorlLI:’rp_control’,
    classHeaderNumOfRowsContorlUL:’rp_right’,
    classHeaderNumOfRowsContorlLI:’rp_control’,
    classHeaderFilterContorlDiv:’rp_filter’
    }
    ).updatePagination();
    }
    }
    });

    [/code]

    This used to work no problem before the latest update.

    #1095
    Anonymous
    Inactive

    Ok some info…

    I went to edit the guild (Squish) inside and got this error :

    RaidPlanner theme (RaidPlannerPluginShiva) not found

    So i made a new guild (test) and a test char (123) and linked to that.. All working…

    What i have done is move all chars to test, Deleted Squish, and renamed test to squish and its now displaying normally..

    Guess its game template related sorry! hope it helps anyone else

    I’m about to tweak the roster view so that clicking on the char name links to their profile which was a small hack i did on the old version. =)

    #1098
    Taracque
    Member

    If you have access to the database, make the sync_plugin field of your guild to empty, and that will fixes your guild.
    If you need a customized character link, you should make a new game theme, and theres a function called characterLink which generates the links for characters in roster view.
    If you provide some more information, I can make the plugin for you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
 

Comments are closed.