They dont work 2gether they overlap or soemthing i think it has to do with the CLAN user clas cus both of them use it but basically the rwar text messes up and where it says "wars, challenge us" or any of that it says something different and it is very annoying could u help me? thank you ^^
Posts: 29 Joined: Sat Feb 18 2006, 06:47PM Registered Member #1065
I had the same thing happen to me last week. I tried out that CIM plugin to see what it offered. It messed with my user classes and conflicted with RWar even though the war feature was deactivated.
After seeing what CIM did to my user classes, I didn't try to figure out what the conflict was with the RWar menu. I tried looking at the code to see if he took RWar and modified it to be his creation. I think the war feature is new and just added in the latest CIM release.
I don't think it has anything to do with the class names because I changed my version of RWar to use a different name than "clan".
CIM might work fine for someone just setting up a website but it was a mess trying to install it to an existing site. For the clan roster piece, I use jbOrganization.
Please actually have both plugins installed, otherwise I cant see the problem for myself !
Anonymous
Fri Jun 23 2006, 04:44AM
Guest
oh nvm.. now rwar is working fine.. i installed it before isntalling CIM and it works fine now ^^ now i just have to talk to creator of CIM cus it wont save my info
Anonymous
Sat Jul 01 2006, 07:35PM
Guest
I have both these plugins installed and working fine. The only problem that I had was with the Fight US and War Stat buttons, as they pointed to CIM's own pages. A quick edit of roster.php sorted this.
// Fight us if(IsSet($_POST['fightus'])){ header("Location:".e_PLUGIN."clan_info_menu/fightus.php"); exit;
changed to
// Fight us if(IsSet($_POST['fightus'])){ header("Location:".e_PLUGIN."rwar_menu/challenge.php"); exit;
and
//War stat if(IsSet($_POST['warstat'])){ header("Location: ".e_PLUGIN."$claninfo_warplug"); exit;
changed to
//War stat if(IsSet($_POST['warstat'])){ header("Location: ".e_PLUGIN."rwar_menu/index.php"); exit;