[DEV] Event Calendar MOD

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
Einstein
Registered User
Posts: 247
Joined: Sat Oct 18, 2003 9:48 pm
Location: Finland
Contact:

[DEV] Event Calendar MOD

Post by Einstein »

I did start making an event MOD that keeps track of all types of events. It's meant to be as dynamical as possible to suit all possible types of events. The main idea is that events can be splitted into different categories (a shortcut can be done to make it simpler). Every event can have different types of data connected to it. What's common for all event are that they are date specific.

Anyway, these are only plans ... hopefully I will have time to implement my ideas. I will appreciate any help that someone can give to me. I'm in need of someone to make graphics. Add-ons, development and fixes can be posted to me through this thread. This seems to be my biggest phpBB project so far. Give me also wishlists for how you think my MOD can make your forum beter.

I'm not dictator. I'm the one that co-ordinate all to work done for this MOD ;)

Download:
Event MOD 0.0.4 - you see the idea from the code, unstable!, DO NOT INSTALL

Code: Select all

##############################################################
## MOD Title:          Event MOD
## MOD Author:         Einstein < kslotte (at) nospam.abo.fi > (Kim Slotte) 
## MOD Description:    This mod will add event calendar to your phpBB board.
## MOD Version:        0.0.4
## Compatibility:      2.0.6
##
## Installation Level: Easy
## Installation Time:  ~5 Minutes
## Files To Edit:
##                     includes/constants.php
##                     //online status
##                     templates/subSilver/overall_header.tpl
##                     templates/subSilver/subSilver.cfg
##
## Included Files:
##                     eventindex.php *
##                     eventforum.php
##                     eventinfo.php
##                     language/lang_english/lang_event.php *
##                     templates/subSilver/vieweventindex.tpl *
##                     templates/subSilver/vieweventforum.tpl
##                     templates/subSilver/vieweventinfo.tpl
##                    
##                     admin/event.php
##                     templates/subSilver/admin/event.tpl
##
## Credits for this MOD goes also to:
##					   Custom Profiles MOD by zayin (Daniel Lewis)
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
##   This MOD is in development status.
##
## ToDo:
##   - Remove marking logic from index template
##   - Get a ID for the index page
##   - icons for event and event_locked
##   - 
##   - 
##   - 
##
## Features for 1.0:
##   - Events organized by a tree structure
##   - Events have custom fields
##   - Users can add events
##   - Admin panel
##
## Features for 2.0:
##   - Tracking of forum or events
##   - Favorite events
##   - Event forum logos
##   - Event discussions
##   - 
##   - 
##
##############################################################
## MOD History:
##
##
##   2004-01-23 - Version 0.0.1
##     - Draft of database tables
##
##   2004-01-23 - Version 0.0.2
##     - Additional database changes
##     - Planning of file edition and included files
##
##   2004-01-23 - Version 0.0.4
##     - Some more planning
##     - Adding some files
##     - eventindex.php, event_index.tpl
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
Last edited by Einstein on Sat Jul 31, 2004 3:55 pm, edited 4 times in total.
thebuisnessman
Registered User
Posts: 86
Joined: Thu Jan 29, 2004 2:07 am

Post by thebuisnessman »

Would you mind giving us a list of what events it records so as to catch some interest here.
Einstein
Registered User
Posts: 247
Joined: Sat Oct 18, 2003 9:48 pm
Location: Finland
Contact:

Post by Einstein »

thebuisnessman wrote: Would you mind giving us a list of what events it records so as to catch some interest here.


Use your imagination ... can be used for any type of events. The main thing is that a event has a date. So that's anytype of information you want to sort by date (or time).

Myself will use it for recording different types of sport competition and trainings. More examples: meetings, matches, timeplans, schedules, courses, happenings, ... it's only your imagination that's your limit ;)
User avatar
tangina337
Registered User
Posts: 57
Joined: Sat Oct 25, 2003 4:27 pm

Post by tangina337 »

Hi I was wondering which file is this to edit?
//online status
Einstein
Registered User
Posts: 247
Joined: Sat Oct 18, 2003 9:48 pm
Location: Finland
Contact:

Post by Einstein »

tangina337 wrote: Hi I was wondering which file is this to edit?
//online status


There will come some changes to the "WhoisOnline" page. Notice that 0.0.4 is still unstable. You will not see anything intresting yet after an installation.
User avatar
kall
Registered User
Posts: 14
Joined: Thu Nov 27, 2003 11:55 pm
Location: New Zealand
Contact:

Post by kall »

Cool!

This is one of the main reasons I am hanging out for 2.1 to be released...well, the private Event side of things anyway.

If you haven't got it planned already, the ability for members to create Private events that cannot be viewed by non-invited users would be sweet.

A member creates an event, chooses it to be Private, then invites other members to it via the PM system. Those members can then view the event, and a list of other members who have accepted the invitation, and post comments to it.

If this could be restricted to certain types of members by group would be even better. :)
Einstein
Registered User
Posts: 247
Joined: Sat Oct 18, 2003 9:48 pm
Location: Finland
Contact:

Post by Einstein »

Thanks kall for your suggestions ... I will keep them in mind.

But I think making public events is more important then private ... for the moment. So private will come at some version.
Einstein
Registered User
Posts: 247
Joined: Sat Oct 18, 2003 9:48 pm
Location: Finland
Contact:

Post by Einstein »

Seems like I will go for phpBB 2.2 with this MOD ..
ayusuf
I've Been Banned!
Posts: 917
Joined: Fri Feb 06, 2004 11:00 pm
Location: Orlando,Fl
Contact:

Post by ayusuf »

You are okay :cry:
User avatar
Baby Boy
Registered User
Posts: 207
Joined: Fri Jun 25, 2004 6:40 am
Contact:

Post by Baby Boy »

Sounds cool, check out some of my mods Imma try and make.
Need a Fresh phpBB Installed, Upgraded or Hooked Up with Some NICE Mods. Send me an email... [email protected] for more info.

CashTalkz Dot Net - Participate in the Forum and Earn Money!
User avatar
LoganSix
Registered User
Posts: 32
Joined: Wed Mar 03, 2004 6:41 pm
Location: Cary, NC
Contact:

Post by LoganSix »

Any status on this MOD?

It would be great if this was like eVite, which would allow people to say "Yes", "Maybe", "No" for an event. The the event creator could send an e-mail to those people who have signed up. Obviously there would be restrictions for who could be the event creator.
dartakaum
Registered User
Posts: 1
Joined: Fri Jun 30, 2006 12:28 am

Post by dartakaum »

is this dead?
User avatar
Saffa
Registered User
Posts: 8
Joined: Tue Jul 25, 2006 7:21 am

Post by Saffa »

Would like to see this MOD in action, any news ?
"I live vicariously through other peoples experiences."
STOB
Registered User
Posts: 8
Joined: Mon Jul 24, 2006 6:40 pm
Location: Howick, QC. Canada

Post by STOB »

Saffa wrote: Would like to see this MOD in action, any news ?


Looks like this is dead...

Too bad as it sounds like what I am looking for...
STOB
User avatar
Saffa
Registered User
Posts: 8
Joined: Tue Jul 25, 2006 7:21 am

Post by Saffa »

Me 2....
"I live vicariously through other peoples experiences."
Post Reply

Return to “[2.0.x] MODs in Development”