Guild Management Portal

Welcome


Guild Management Portal is a guild management website script written in PHP / MySQL.

There are many other scripts out there, but the goal of GMP is to combine all of the features of those other scripts into one.

It currently features integrated forums, dkp tracking, event scheduling, main and alt character lists, and much more.

The script features custom theme support and easy plug-in support, allowing for full customization.

The script is constantly under construction, so please feel free to leave feedback.

This is an open demo, so please feel free to create an account and have a look around.

Updates for Version 0.902B

Posted: Mar 11, 2010 7:14 pm Author: Romeone
Version 0.902B
-------------------------
Gallery
1. Users that aren't logged in can no longer upload files.

Users
1. The default admin password has been changed back to what it should have been.

Version 0.9B
/*Once the bugs are completely worked out of this version, it will be the first non-beta release*/
-------------------------
Events
1. Location information is now displayed on the Event view page.
2. Added a minimum level field on events. If this value is set, the detailed view will not show characters less than the value.
3. Added a detailed view to the user signups. It shows the user signed up and all of their characters.
4. Added Delete Event and Delete Occurrence links in the Edit Event page.
5. Moved two functions from the Event page to the event functions page where they belong.
6. Added a check to ensure you don't sign up for the same event more than once.

Characters
1. Added a Name search function on the Character List. This searches the character name and owner name columns.
2. Added Owner column on character list.
3. You can now delete your characters from the My Characters page.

Gallery
1. When clicking a picture in the gallery, it is now accessed via jQuery Thickbox.
2. Viewing a picture, you can now see the file URL and the bb-code to use the picture.
3. Combined the code to view a user's gallery with the latest additions gallery.

PMs
1. Added a field in the users table to store the new pm count. (This results in one less query everytime the page is loaded.)
2. Added Inbox and Compose buttons on the PM pages.
3. Added the delete function for PMs.

Sessions
1. Cookies are no longer used for login information.
2. You will only stay logged in for as long as you PHP session lasts.

Forums
1. Added delete reply, quote message, and delete topic links.
2. Added preview button for posts.

Site
1. Added "BBcode is ON/HTML is ON" info to all textareas.
2. Added a cron to update the event list for reccurring events. It also resets the users online today stat.
3. The javascript Ask function has been modified to use a hidden div instead of a javascript confirm box.
4. The loading div has been changed.
5. There are many small style changes as well.
6. Added error_reporting() to the index page.
7. Added Content type ISO to the index page.
Edited By: Romeone On Mar 11, 2010 7:14 pm

Updates Jan 15

Posted: Jan 15, 2010 4:48 pm Author: Romeone
Forums
1. Delete Reply link is working.
2. Quote Reply link is working.

Events
The way events are stored in the database has been completely changed. A new table for the calendar has been added. Events are only put into the event table once now and recurring events are stored by id in the calendar table.

This will decrease the size of the database tremendously and also make it much easier to add recurring events.

When a user signs up for an event, they will be signing up by calendar_event_id instead of by event_id so that signups can still be tracked per event.

A new field has been added on the Add Event page to set the recurrence of the event. Also, the save event select has been removed, as it is no longer needed with the new event system.



Edited By: Romeone On Jan 15, 2010 4:53 pm

Be Advised:

Posted: Jan 15, 2010 3:08 pm Author: Romeone
I am about to redo the way event signups and the calendar works.

If you get errors on those pages, just ignore them.

Thanks.

Updates Jan 13

Posted: Jan 14, 2010 1:01 am Author: Romeone
Events
1. Fixed a bug where marking an event complete would re-sign up all users that were signed up.
2. Removed tracking of individual character DKP.
3. Added stripslashes to location name in add event page.
4. Changed the Upcoming Events page to show a month by month calendar instead of just a list of events.

Users
1. Added get_ranks function to user functions.
2. Added rank selector on the edit user page.
3. Userid 1 can now do anything no matter what their ranks permissions are set to.
4. Added rank configuration.
5. Added adjust DKP link on profiles.
6. Added delete character function.
7. Added delete message function.

Site
1. Large changes to the AoC theme.
2. AoC theme will be the default theme again.
3. Added external link section.
4. themes directory has been moved from /modules/site to the doc root, to make it more accessible.

Forums
1. Polls have been added.


Upcoming
1. Still possibly add YG information for characters.
2. Fix the delete reply, quote, and delete topic links in the forums.
3. Add the "BBcode is On/HTML is On" info to all of the textareas on the site. (currently they only show in the forums).


Edited By: Romeone On Jan 14, 2010 3:31 pm

Updates Jan 10

Posted: Jan 10, 2010 2:35 pm Author: Romeone
Site
1. The default theme has been changed.
2. You can select the old AoC theme by going to Edit Account and changing the theme to AoC.
3. All of the user list, character list, and dkp list tables have changed format. They are now sortable and the sorting function is done via AJAX calls.
4. Users can now select what timezone and what format all of the dates on the site will be displayed in.
5. BBCode and HTML can be used in any text area now. The site owner can turn BBCode and HTML off for the whole site, or they can adjust user ranks to allow one or both.



Upcoming Changes / Additions
1. Add customizable pages for things like guild info, recruitment policy.
2. Still possibly add YG information for characters.
3. Link on user profiles for admins to adjust their DKP.
4. Add logging of DKP adjustments.
5. Fix the delete reply, quote, and delete topic links in the forums.
6. Add polls, in the forums and to display site wide.
7. Add customizable link section to display site wide.
8. Add the "BBcode is On/HTML is On" info to all of the textareas on the site. (currently they only show in the forums).
9. Add delete character link.
10. Add delete PM link.



Edited By: Romeone On Jan 10, 2010 7:17 pm

Updates Jan 7

Posted: Jan 7, 2010 6:54 pm Author: Romeone
DKP
1. The DKP standings page has been updated
2. The link to the DKP standings page has been added.
3. The date that an adjustment was made will now work properly.


Users
1. A users forum signature has been removed from their profile page.
2. The PM system has been added. You can send a PM by going to a users profile and clicking Send Message or by going to your messages and clicking compose.
3. The To User field can be either the users ID number or the users Display Name.


Events
1. The signup button will no longer show up if it is passed the event time.


Characters
1. You can now set a character as your main in the Edit Character page.
2. The first character on each account will automatically be set as that user's main character.
3. The class under which users show up in the DKP standings comes from that user's main character.
4. If you don't have any characters set as your main, you will not show up in the DKP list.


Upcoming Changes / Additions
1. Still more admin functions
2. Make all tables sortable.
3. Possibly add YG info to character profiles.

Updates Jan 5

Posted: Jan 5, 2010 9:18 pm Author: Romeone
I have made several changes in the last day, so I figured I would list all of them.

Events
1. You can now select a preferred character to use when you sign up for an event.
2. When you mark an event complete, a character dropdown list will show up for each user that was signed up.

Characters
1. There is now a link to edit your character in the Character List and the My Characters page.
2. You can add a URL for an avatar for your character.
3. You can add additional information about your character that will show up on your character's profile.
4. You can mark raids that you have attended.
5. Raids that your character has attended will show up on the character profile.
6. Character DKP adjustments will show up on the character profile.
7. The owner on the character profile is now a link to the owner's profile, which shows all of their characters.

Forums
1. The edit function is now working.
2. The show new post button is now working.
3. The topic contains new posts image is now displaying correctly.


There has been alot of other bug fixes and other small stuff done too.


Upcoming Changes/Additions
1. Add a PM system
2. Add default class avatars
3. Lots of Administrative functions

Edited By: Romeone On Jan 5, 2010 9:43 pm

Script Release Schedule

Posted: Jan 4, 2010 8:25 pm Author: Romeone
Currently there is no set date for when the Guild Management Portal script will be available for download, though it will be very soon.

There are just a few more adjustments and additions that need to be added before the script will be released to the public.

Once we have determined that it is ready to be distributed, there will be a download link on the Guild Management Portal home page: http://www.guildmanagementportal.com

Feel Free...

Posted: Jan 4, 2010 8:12 pm Author: Romeone
This is an open demo and not for any particular guild. So feel free to register an account, make characters and anything else you would like to do.

The more you do, the more feedback you can provide, so please go nuts.

Welcome to the Guild Management Portal

Posted: Jan 4, 2010 7:49 pm Author: admin
Thanks for visiting the demo of the Guild Management Portal.

This script is still in early beta, so there are bound to be some bugs, still floating around out there.

If you find any, fell free to post them in the feedback section of the forums. We will try to fix them as quickly as possible.

Also, if you have any suggestions or feedback on the site, please don't hesitate to share it with us.


Thank you for visiting The Guild Management Portal!
Statistics
There are 2 Users online:
0 Members, 2 Guests.
Loading...
Loading