i said, i would write a raid signin plugin and here it is the very first and ugly beta version (attached file). This plugin is for the EQDKP version 1.3.0 and ptimized for World of Warcraft.
Edit: added a screenshot of a raid plan of my german wow guild. The plugin uses a random & wildcard system, to help the leaders to assign raid slots.
2nd Edit: if you want to see the raid planer in action, visit the test system at astranger.dnsalias.net/eqdkp.
Admin-Rights: user: RaidPlanerAdmin pw: RaidPlanerAdmin
User-Rights: user: RaidPlanerUser pw: RaidPlanerUser
To use it:
1. extract to "plugins" folder
2. make the changes described below
3. go to "Administration Panel" -> "Manage Plugins" and click install
4. give the nessessary right to the users
5. to plan a raid go to "Administration Panel" -> "Raid Planner" -> "Add"
6. to signin you have to associates some members to the users an click at "Raid Planner" at the menu on the top.
WARNING: this version is early BETA! Use it on your own risk! Backup your files and database before installation.
Changes on original files:
file:
"/eqdkp/admin/index.php"
line:
579-627
old:
... => array('link' => ' ... .php' .$SIDnew:
... => array('link' => $eqdkp_root_path . 'admin/' . ' ... .php' .$SIDfile:
"eqdkp/templates/default/settings.html"
line:
after 130
new:
<table width="100%" border="0" cellspacing="1" cellpadding="2">
<tr>
<th align="center" colspan="2">{L_WILDCARD}</th>
</tr>
<tr>
<td width="40%" class="row2">{L_WILDCARD}</td>
<td width="60%" class="row1">
<input type="checkbox" name="wildcard_set" value="Y"{WILDCARD_CHECKED} />
</td>
</tr>
</table>
<br />Screenshot:
screenshot.gif (180.18K)
Number of downloads: 12955
Know Bugs:
When you have problems to get the plugin running and you have changed the standard table prefix plz do the following changes:
OPEN
{eqdkp_root}/plugins/raidplan/listraids.php
FIND
$sql_count = "SELECT count(*) FROM eqdkp_raidplan_raid_attendees WHERE attendees_subscribed=1 AND confirmed=0 AND raid_id=" . $row['raid_id'];
REPLACE WITH
$sql_count = "SELECT count(*) FROM " . RP_ATTENDEES_TABLE . " WHERE attendees_subscribed=1 AND confirmed=0 AND raid_id=" . $row['raid_id'];
FIND
$sql_count = "SELECT count(*) FROM eqdkp_raidplan_raid_attendees WHERE attendees_subscribed=1 AND confirmed=1 AND raid_id=" . $row['raid_id'];
REPLACE WITH
$sql_count = "SELECT count(*) FROM " . RP_ATTENDEES_TABLE . " WHERE attendees_subscribed=1 AND confirmed=1 AND raid_id=" . $row['raid_id'];
SAVE AND CLOSE
{eqdkp_root}/plugins/raidplan/listraids.phpIf you want to make a donation, look at my Amazon wish list!
Attached File(s)
-
raidplan_v0.1RC2.zip (30.59K)
Number of downloads: 40125
This post has been edited by A.Stranger: 11 October 2005 - 07:07 AM


Sign In
Register
Help
Back to top
MultiQuote
