UBB.Dev
Mod Name / Version: Yet Another Calendar mod v1.0

Description: Built-in Calendar does not provide any purpose as it is. You have to manually go through each day to see what is going on that particular day. It does not provide any monthly over-view. This mod does exactly that. Another big change was month view: instead of showing two months this mod shows one month.

Working Under: UBB.Threads 6.4

Mod Status: Finished

Any pre-requisites: None

Author(s): PaNTerSan

Date: 04/27/04

Credits: None for now.

Files Altered: calendar.php, templates\default\calendar.tmpl

New Files: None

Database Altered: NO

Info/Instructions: This mod does not include events added by moderators or admins (or users depending on $config['publicevents'] ) as the authors need was to make users see the actual over-view of what they needed to see: birthdays and topics. Also authors site already has two "event-calendar forums" so there was no need for a third event forum.
Previews are in the zip file.
You should reconsider following settings via config.inc.php
Code
 <br />    $config['publicevents'] = 1; <br /> <br />  // Show age when displaying birthdays? <br />    $config['showage'] = '0'; <br /> <br />  // Show birthdays on the calendar? <br />   $config['cal_bday'] = '1'; <br /> <br /> // Show birthdays on the main forum listing? <br />    $config['main_bday'] = '1'; <br />


Disclaimer: Please backup every file that you intend to modify.
If the modification modifies the database, it's a good idea to backup your database before doing so.

Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.


History
2004-04-27 PaNTerSan - 0.9.0b Original coding started
2004-04-30 PaNTerSan - 0.9.1b Removed source files
2004-04-30 PaNTerSan - 0.9.2b Auto jumb boxes -> thanks to Santana's Auto Jump Box mod


Attached File
112448-YAC_v0.9.2b.zip  (47 downloads)
/golf clap
Cool, I had something similar on my list.
Maybe I'll have enhance yours to take care events also.
[]Astaran said:
Maybe I'll have enhance yours to take care events also. [/]
In calendar.php adjust the query from showday.php and add a value to $marray2 That should be everything you really need to do. Then just update my zip file and change history
Nice mod, helps functionality tremendously
I removed the zip file since it contained source code of InfoPop:
"we are not allowed to attach whole "Infopop" scripts as they are copyright. So you must include instructions on how to alter existing scripts. We are allowed to share templates and stylesheets."

I will make the comparison and attach new instructions ASAP.
History changed
I didn't upgrade attachment (still says beta) since only status has changed.
© UBB.Developers