I just like to add here the guild flag Version 2.3.1 its basically a fix, based on version eqdkp-1.2.1EQ2GF and compatible to eqdkp 1.3.2.
Click here! Time Stamp: 09 August 00:25
Based on your configuration may you have to chance just something within the flags_plugin_class.php! If you can't reached the Guild Flags - Add, List, Edit Member within admin panel.
$admin_menu = array(
'flags' => array(
0 => $user->lang['flags'],
1 => array('link' => $eqdkp_root_path . 'plugins/' . $this->get_data('path') . '/addflag.php' . $SID,
'text' => $user->lang['add'], 'check' => 'a_flags_add'),
2 => array('link' => $eqdkp_root_path . 'plugins/' . $this->get_data('path') . '/listflags.php' . $SID,
'text' => $user->lang['list'], 'check' => 'a_flags_edit' ),
3 => array('link' => $eqdkp_root_path . 'plugins/' . $this->get_data('path') . '/listmembersflags.php' . $SID,
'text' => $user->lang['edit_member_flags'], 'check' => 'a_flags_edit' )
)
);
return $admin_menu;change it to (root= eqdkp):
$admin_menu = array(
'flags' => array(
0 => $user->lang['flags'],
1 => array('link' => $eqdkp_root_path . 'eqdkp/plugins/' . $this->get_data('path') . '/addflag.php' . $SID,
'text' => $user->lang['add'], 'check' => 'a_flags_add'),
2 => array('link' => $eqdkp_root_path . 'eqdkp/plugins/' . $this->get_data('path') . '/listflags.php' . $SID,
'text' => $user->lang['list'], 'check' => 'a_flags_edit' ),
3 => array('link' => $eqdkp_root_path . 'eqdkp/plugins/' . $this->get_data('path') . '/listmembersflags.php' . $SID,
'text' => $user->lang['edit_member_flags'], 'check' => 'a_flags_edit' )
)
);
return $admin_menu;Take care have fun!
Regards


Sign In
Register
Help
Back to top
MultiQuote