Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
Mod Name / Version: Eventspal.php v1.0

Description: Ok I can now

Get Yearly public dates and filter them correctly even recurring yearly

Get Monthly public dates and filter them correctly even recurring Monthly

Get Birthdates and filter them correctly

Lastly I can now get dates from the post table and calendar according to usergroup.

Added a check so that if you have no events, it will spit out so.

Working Under: UBB.Threads 6.4 and 6.4.1

Mod Status: Beta

Any pre-requisites: IIP because you will not authenicated without it unless you add a function for that.

Author(s): scroungr

Date: 01/13/04

Credits: David Lozier for original IIP, Joshpet for updating IIP

Files Altered: eventspal.php

New Files: eventspal.php

Database Altered: No

Info/Instructions: Just change extension from .txt to .php upload this into the pals directory and overwrite existing eventspal.php and set the variables

// Setable variables

// should admins/mods see all dates
// 0 - yes
// 1 - no
$adminmodshow = '1';

// should all events for a given date show under one date
// 0 - yes
// 1 - no
$showdatesunderone = '0';

// show Group Dates on events pal
// 0 - Show Seperately Below the Events under a Group Heading
// 1 - Show Mixed in with the Events
// 2 or other means won't show at all
$groupshow = '0';
// show all Group Dates or just the users in events pal
// 0 - Show all dates for okay board's for all
// 1 - Show all dates for okay board's just for user
$showallgroupdates = '1';

// show Birth Dates on events pal
// 0 - Show Seperately Below the Events under a Birthday Heading
// 1 - Show Mixed in with the Events
// 2 or other means won't show at all
$birthdayshow = '2';

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.
Attachments
105068-eventspal.zip (0 Bytes, 63 downloads)

Last edited by scroungr; 05/23/2004 4:39 PM.
Sponsored Links
Entire Thread
Subject Posted By Posted
Beta-[6.4] Eventspal.php v1.0-5 scroungr 01/14/2004 6:51 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/14/2004 6:54 AM
Re: Beta-[6.4] Eventspal.php v1.0 Zackary 01/14/2004 7:20 AM
Re: Beta-[6.4] Eventspal.php v1.0 Pappy 01/14/2004 8:02 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/14/2004 3:28 PM
Re: Beta-[6.4] Eventspal.php v1.0 Pappy 01/14/2004 8:19 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/14/2004 11:38 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/14/2004 11:38 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/15/2004 8:07 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/15/2004 8:40 AM
Re: Beta-[6.4] Eventspal.php v1.0 Pappy 01/15/2004 2:16 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/15/2004 4:05 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/15/2004 10:40 PM
Re: Beta-[6.4] Eventspal.php v1.0 Pappy 01/16/2004 7:25 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/16/2004 3:37 PM
Re: Beta-[6.4] Eventspal.php v1.0 Pappy 01/16/2004 7:25 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/16/2004 9:40 PM
Re: Beta-[6.4] Eventspal.php v1.0 JoshPet 01/18/2004 10:05 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/20/2004 4:31 AM
Re: Beta-[6.4] Eventspal.php v1.0 JoshPet 01/20/2004 4:44 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/20/2004 4:46 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/20/2004 4:48 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/22/2004 6:54 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/22/2004 6:55 AM
Re: Beta-[6.4] Eventspal.php v1.0 Pappy 01/22/2004 1:14 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/22/2004 3:33 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/22/2004 6:40 PM
Re: Beta-[6.4] Eventspal.php v1.0 Pappy 01/22/2004 10:44 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/22/2004 11:33 PM
Re: Beta-[6.4] Eventspal.php v1.0 Pasqualist 01/23/2004 1:00 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/23/2004 1:20 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/23/2004 1:45 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/23/2004 3:13 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/23/2004 3:57 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/23/2004 7:05 AM
Re: Beta-[6.4] Eventspal.php v1.0 Pasqualist 01/23/2004 10:55 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/23/2004 3:33 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 01/31/2004 7:20 AM
Re: Beta-[6.4] Eventspal.php v1.0 AKD96 02/05/2004 1:44 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/05/2004 1:55 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/05/2004 1:58 AM
Re: Beta-[6.4] Eventspal.php v1.0 AKD96 02/05/2004 2:24 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/05/2004 2:50 AM
Re: Beta-[6.4] Eventspal.php v1.0 AKD96 02/05/2004 3:06 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/05/2004 3:21 AM
Re: Beta-[6.4] Eventspal.php v1.0 AKD96 02/05/2004 3:32 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/05/2004 3:47 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/05/2004 3:49 AM
Re: Beta-[6.4] Eventspal.php v1.0 AKD96 02/05/2004 5:34 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/05/2004 6:02 AM
Re: Beta-[6.4] Eventspal.php v1.0 AKD96 02/05/2004 6:14 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/05/2004 9:08 AM
Re: Beta-[6.4] Eventspal.php v1.0 Medar 02/05/2004 4:38 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/05/2004 5:51 PM
Re: Beta-[6.4] Eventspal.php v1.0 Medar 02/05/2004 6:28 PM
Re: Beta-[6.4] Eventspal.php v1.0 Pappy 02/05/2004 6:50 PM
Re: Beta-[6.4] Eventspal.php v1.0 Medar 02/05/2004 8:41 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/15/2004 12:12 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/22/2004 2:14 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/22/2004 2:24 AM
Re: Beta-[6.4] Eventspal.php v1.0 Medar 02/23/2004 4:38 PM
Re: Beta-[6.4] Eventspal.php v1.0 Medar 02/25/2004 6:54 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/25/2004 7:19 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/26/2004 12:21 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/26/2004 7:56 AM
Re: Beta-[6.4] Eventspal.php v1.0 Medar 02/27/2004 12:08 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/27/2004 12:24 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/27/2004 12:32 AM
Re: Beta-[6.4] Eventspal.php v1.0 JoshPet 02/27/2004 11:40 AM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/27/2004 4:45 PM
Re: Beta-[6.4] Eventspal.php v1.0 Medar 02/27/2004 6:32 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 02/27/2004 7:31 PM
Re: Beta-[6.4] Eventspal.php v1.0 Zackary 05/23/2004 10:27 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 05/23/2004 11:35 PM
Re: Beta-[6.4] Eventspal.php v1.0 Zackary 05/24/2004 4:01 PM
Re: Beta-[6.4] Eventspal.php v1.0 scroungr 05/24/2004 5:04 PM
Re: Beta-[6.4] Eventspal.php v1.0 Zackary 05/24/2004 5:47 PM
Re: Beta-[6.4] Eventspal.php v1.0 Zackary 05/25/2004 3:12 PM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
hatter
hatter
USA
Posts: 69
Joined: January 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)