Page Index Toggle Pages: [1] 2 3 ... 6 Send TopicPrint
Very Hot Topic (More than 25 Replies) Event Calendar V1.3 for YaBB 2.3/2.3.1 (Read 48261 times)
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Event Calendar V1.3 for YaBB 2.3/2.3.1
Dec 24th, 2008 at 8:52pm
Print Post  
Hello YaBBer

Ho, Ho, Ho, merry Christmas...

...deti and I have update Event Calendar mod for YaBB 2.3/2.3.1

----------------------------------------------------------
Event Calendar + Birthday List V1.3
----------------------------------------------------------




Description:
=============
Event Calendar Features:

  • shows mini calendar + events in 'Info Center' or in calendar window
  • add events for only members or public or private
  • add events monthly or yearly
  • shows birthdays or events or private events icons in mini calendar
  • shows eight standard icons + added 'more icons' in events
  • shows coming events and user birthdays
  • shows event on calendar page
  • shows event of days on calendar page
  • use YaBBC tags
  • edit events
  • go to --> day --> month --> year function
  • event scroll function
  • SSI on external HTML page


EventCal:


Go To Fuction:


Edit Event:


Add/Edit New Event (YaBBC):


EventCal - Birthday List:

  • shows birthday of the day
  • shows age of members
  • shows 'Star sign' of members
  • sort function
  • profile birthdate dropdown (Credit by DummyProof)




Profile Birthdate Dropdown:


Admin Settings:
=============
Admin can set the "Event Calendar"  in  ...
'Admin Center' >> 'BoardMod Mods' >> 'Event Calendar Settings'



  • general setting EventCal ON/OFF
  • enable/denable display Caledar for Guests
  • enable/denable shows Calendar on boardindex
  • enable/denable 'Event Calendar' Button to YaBB's menu
  • enable/denable  show Birthdays in Calendar/Events
  • set First day of week (monday or sunday)
  • set today color in mini calendar (now with Color Picker)
  • -------------
  • enable/denable  show 'Event-Icons' in mini calendar
  • enable/denable  show member links with group-color
  • enable/denable 'Event-Scroll' function
  • set displayed Event(s)-Days in Board- CalendarIndex (xx days or actual month)
  • enable/denable show Events (Event-Scroll) on BoardIndex
  • determine length of characters from each event(s)? (BoardIndex + CalendarIndex)
  •  enable/denable delete old Events or set del-date (by TRoN)
  • -------------
  • select membergroups are allowed to add events
  • allow members to add Events
  • allow members to add 'Private Events'
  • enable/denable show checkbox 'Don't show username link'?
  • -------------
  • general setting Birthday List ON/OFF
  • enable/denable  show member birthdays list
  • enable/denable 'Bithday List' Button to YaBB's menu
  • enable/denable  show member links with group-color
  • -------------
  • Button-Function 'Rebuild Birthday List File'
  • -------------
  • function add/del more 'Event-Icons'


Standard Settings


Event Settings


Access Settings


Birthday List Settings / Rebuild Birthday List File


Calendar Event-Icon Settings


Tab Button Menu


Use EventCal Server Side Include (SSI):
=============
Take also a look of the example .shtml file included in the download zip ....

1.) Display the full EventCal (Mini Calendar + Events)
- Take "calssimode=1" to show full EventCal
- Use "calssidays=??" e.g. "10" to show upcoming events of 10 days

Code
Select All
<!--#include virtual="./cgi-bin/yabb2/YaBB.pl?action=get_cal_ssi;calssimode=1;calssidays=10" --> 



2.) Display only the EventCal Mini-Calendar
- Take "calssimode=2" to show only EventCal Mini-Calendar

Code
Select All
<!--#include virtual="./cgi-bin/yabb2/YaBB.pl?action=get_cal_ssi;calssimode=2" --> 



3.) Display only the EventCal Events
- Take "calssimode=3" to show only EventCal upcoming events
- use "calssidays=??" e.g. "10" to show upcoming events of 10 days

Code
Select All
<!--#include virtual="./cgi-bin/yabb2/YaBB.pl?action=get_cal_ssi;calssimode=3;calssidays=10" --> 



Note:
- To includes CSS tags, place also CSS definitions into a <style> section in the <head> section of the HTML page e.g..

Code
Select All
<link rel="stylesheet" href="http://www.yourdomain.com/public_html/yabbfiles/Templates/Forum/default.css" type="text/css" /> 



- If you use the XHTML-auto-scroll ... link also the EventCal "scroller.css"

Code
Select All
<link rel="stylesheet" href="http://www.yourdomain.com/public_html/yabbfiles/ModImages/EventCal/scroller.css" type="text/css" /> 



Mod Package:
=============  
- EventCal_V1_3_yabb23x.mod
- EventCal_V1_3_German_lng.mod
- EventCal_V1_3_German_Du_lng.mod
- EventCal_Dutch_lng_V1-3.mod
- EventCal_Spanish_lng_V1-3.mod
- EventCal_Suomi_lng_V1-3.mod
- EventCal_Swedish_lng_V1-3.mod

Installation:
=============
1) Modify YaBB files using BoardMod or manually.
2) Load modified files to your server in ASCII mode.  

cgi-bin/yabb2/AdminIndex.pl
cgi-bin/yabb2/Admin/AdminEdit.pl (ASCII)
cgi-bin/yabb2/Admin/AdminSubList.pl (ASCII)
cgi-bin/yabb2/Admin/ModList.pl (ASCII)
cgi-bin/yabb2/Admin/ManageTemplates.pl (ASCII)
cgi-bin/yabb2/Languages/English/Admin.lng (ASCII)
cgi-bin/yabb2/Languages/English/Menu.lng (ASCII)
cgi-bin/yabb2/Sources/AdvancedTabs.pl (ASCII)
cgi-bin/yabb2/Sources/BoardIndex.pl (ASCII)
cgi-bin/yabb2/Sources/Profile.pl (ASCII)
cgi-bin/yabb2/Sources/Subs.pl (ASCII)
cgi-bin/yabb2/Sources/SubList.pl (ASCII)
cgi-bin/yabb2/Sources/TabMenu.pl (ASCII)
cgi-bin/yabb2/Templates/default/BoardIndex.template (ASCII)
cgi-bin/yabb2/Templates/yabb21/BoardIndex.template (ASCII)
cgi-bin/yabb2/Variables/Menu0.def (ASCII)
cgi-bin/yabb2/Variables/Menu1.def (ASCII)
cgi-bin/yabb2/Variables/Menu2.def (ASCII)

NOTE: Upload BoardIndex.template to your custom template dir.
Example: /Templates/templatename/BoardIndex.template (ASCII)

Upload From Package
=============
cgi-bin/yabb2/Admin/EventCalSet.pl (ASCII)
cgi-bin/yabb2/Languages/English/EventCal.lng (ASCII)
cgi-bin/yabb2/Sources/EventCal.pl (ASCII)
cgi-bin/yabb2/Sources/EventCalBirthdays.pl (ASCII)
cgi-bin/yabb2/Sources/EventCalSSI.pl (ASCII)

public_html/yabbfiles/Buttons/English/birthdaylist.png (Binary)
public_html/yabbfiles/Buttons/English/eventcal.png (Binary)

public_html/yabbfiles/ModImages/EventCal/birthdaylist.gif (Binary)
public_html/yabbfiles/ModImages/EventCal/eventcal.gif (Binary)
public_html/yabbfiles/ModImages/EventCal/eventcal.js (ASCII)
public_html/yabbfiles/ModImages/EventCal/eventinfobd.gif (Binary)
public_html/yabbfiles/ModImages/EventCal/eventmore.gif (Binary)
public_html/yabbfiles/ModImages/EventCal/scroller.css (ASCII)

public_html/yabbfiles/ModImages/EventCal/EventIcons/*.gif (all files) (Binary)

public_html/yabbfiles/ModImages/EventCal/Templates/default/eventcal.gif (Binary)
public_html/yabbfiles/ModImages/EventCal/Templates/yabb21/eventcal.gif (Binary)

NOTE: Upload eventcal.gif to your custom template dir.
Example: public_html/yabbfiles/ModImages/EventCal/Templates/templatename/eventcal.gif (Binary)


Edit Variables/taborder.txt to show Event Calender /Birthday List Tab Button on new Style

search
Code
Select All
ml 


add below
Code
Select All
eventcal
birthdaylist 



Credits:
=============
Mod: Event Calendar / Birthday List [V 1.2]
Original code by Christian Tribelnig (XTC) http://www.yabbserver.com

Extended Version Event Calendar V1.3 for YaBB 2.3/2.3.1 by
- Jeffrey Man (Jet Li) http://www.yabbworld.com
- Detlef Pilzecker (deti)

ToDo List:
=============
- Update new Add/Edit Event Layout
- Remove Guest to Add Event and Add Checkbox
- Fix view Permission if click on Date on Calendar for guests to see Events
- Fix Error Handling if no have Permission
- Fix class title if add new Templates
- Fix check user time format instead from Forum default time format
- Add Validation Code for Guests add Events
- Add User Selector for add Users in "Allow these members to add Events"
- Add Weekly Events

Mod History:
=============
Status Users Today V1.3 ( December 24th 2008 )
- Updated for YaBB 2.3/2.3.1

Download:
=============
Event Calendar V1.3
« Last Edit: Mar 8th, 2009 at 9:04am by Jeff »  

greetings
Jeff
Back to top
WWW  
IP Logged
 
chillipepper
Full Member
***
Offline


I love YaBB 1G - SP1.2!

Posts: 189
Joined: Jul 1st, 2008
Gender: Male
Re: Event Calendar V1.3 for YaBB 2.3/2.3.1
Reply #1 - Dec 24th, 2008 at 10:20pm
Print Post  
Thanks santa Wink just what i have been waiting for..Merry Christmas everyone
  
Back to top
 
IP Logged
 
mick
Senior Member
****
Offline


I love YaBB

Posts: 345
Location: Dorsten
Joined: Nov 29th, 2005
Gender: Male
Re: Event Calendar V1.3 for YaBB 2.3/2.3.1
Reply #2 - Dec 24th, 2008 at 11:28pm
Print Post  
Merry Christmas!

Installed this Mod in two Boards (one of them with
Quiz) without Problems. Runs well!

Thank you! And: Happy Birthday, Jet Li!

Greetings
Mick
  
Back to top
WWW  
IP Logged
 
mick
Senior Member
****
Offline


I love YaBB

Posts: 345
Location: Dorsten
Joined: Nov 29th, 2005
Gender: Male
Re: Event Calendar V1.3 for YaBB 2.3/2.3.1
Reply #3 - Dec 25th, 2008 at 1:11am
Print Post  
Hi,

German_Du.mod works on Folder German, not
German_Du.

Greetings
Mick
  
Back to top
WWW  
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Event Calendar V1.3 for YaBB 2.3/2.3.1
Reply #4 - Dec 25th, 2008 at 7:20am
Print Post  
thnx All

@mick
sorry, updated package. I hate copy/paste lng modfile. I had forgot modify the German_Du.  Grin
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
MeisterGigi
Junior Member
**
Offline


xxx

Posts: 74
Location: Germany/Austria
Joined: Dec 4th, 2004
Gender: Male
Re: Event Calendar V1.3 for YaBB 2.3/2.3.1
Reply #5 - Dec 25th, 2008 at 2:58pm
Print Post  
Wow, jet Li did it, and as promised on Christmas, thanks, i will install it soon.
  
Back to top
 
IP Logged
 
D0T-C0M
God Member
*****
Offline



Posts: 806
Location: Tracadie
Joined: Sep 22nd, 2001
Gender: Male
Re: Event Calendar V1.3 for YaBB 2.3/2.3.1
Reply #6 - Dec 26th, 2008 at 4:17am
Print Post  
Merry Christmas Jet-Li.  you have just released my single most important mod. thank you.
  
Back to top
 
IP Logged
 
tonyvic
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 47
Location: Brighton, Sussex
Joined: Dec 12th, 2007
Gender: Male
Re: Event Calendar V1.3 for YaBB 2.3/2.3.1
Reply #7 - Dec 26th, 2008 at 6:51am
Print Post  
Thank you very much Jet Li & deti, my best present this year.
Installed & working with no problem.

Tony
« Last Edit: Dec 26th, 2008 at 8:26am by tonyvic »  
Back to top
WWW  
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Event Calendar V1.3 for YaBB 2.3/2.3.1
Reply #8 - Dec 27th, 2008 at 2:36pm
Print Post  
@All
for adding new Template (new or old Style) user get wrong catbg class title. Now here a fix until next Version of this mod is released.

in EventCal.pl

search
Code
Select All
	my $title_class = $usehead eq 'default' ? 'tabtitle' : 'catbg'; 



replace
Code
Select All
	my $title_class = $usehead =~ /21$/ ? 'catbg' : 'tabtitle'; 



If you add new Template with old YaBB 2.1 Style, add 21 after your template folder- / filename.

Example:
cgi-bin/yabb2/Templates/templatename21/templatename21.html

public_html/yabbfiles/Templates/Forum/templatename21/
public_html/yabbfiles/Templates/Forum/templatename21.css
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
Simps
Junior Member
**
Offline


Gruellered!!!

Posts: 60
Location: Midlands, UK
Joined: Dec 24th, 2007
Re: Event Calendar V1.3 for YaBB 2.3/2.3.1
Reply #9 - Dec 28th, 2008 at 7:35pm
Print Post  
Added and works great. Thank you very much  Cheesy Cheesy
  
Back to top
WWW  
IP Logged
 
batchman
Global Moderator
*****
Offline


What's up?!

Posts: 1280
Location: Orlando
Joined: Apr 28th, 2002
Gender: Male
Re: Event Calendar V1.3 for YaBB 2.3/2.3.1
Reply #10 - Dec 28th, 2008 at 9:27pm
Print Post  
Jet Li, as I am doing installs today, and as I want to get both Calendar and Chat installed, do I need to install Chat first, before Calendar, to use the chat / quiz compatible mod, or does the order not matter?
  

Improving my forum, one mod at a time!


Now up and running again, with an accurate link.


Back to top
WWW  
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Event Calendar V1.3 for YaBB 2.3/2.3.1
Reply #11 - Dec 28th, 2008 at 9:28pm
Print Post  
no need order, in chat topic is compatible modfile too.  Grin

if you install chat first, then need compatible mod for it.  Wink

if you install eventcal first, then install in chat topic the compatible modfile.
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
batchman
Global Moderator
*****
Offline


What's up?!

Posts: 1280
Location: Orlando
Joined: Apr 28th, 2002
Gender: Male
Re: Event Calendar V1.3 for YaBB 2.3/2.3.1
Reply #12 - Dec 28th, 2008 at 10:01pm
Print Post  
One issue, two questions:

The birthday list seems to display birthdays how -it- decides, rather than using the date format of the forum, itself, or what a user has selected. How does one fix this? (In the US, we usually use month, date, year, and that is how my forum is set up ... but the birthday list is showing it as date, month, year.)

As long as you aren't adding extra templates, but only using the default templates, (default and YaBB 2.1) do you have to worry about the fix in post 8?

Finally, if one doesn't wish the star signs portion of the birthday list, is there any way to disable just that portion?

It has installed cleanly on my test forum, and I have asked my members to test it. Will report any problems as they come up.
  

Improving my forum, one mod at a time!


Now up and running again, with an accurate link.


Back to top
WWW  
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Event Calendar V1.3 for YaBB 2.3/2.3.1
Reply #13 - Dec 28th, 2008 at 11:12pm
Print Post  
Quote:
As long as you aren't adding extra templates, but only using the default templates, (default and YaBB 2.1) do you have to worry about the fix in post 8?

default is check New YaBB Style.
without this fix, user have problem with new templates if add old or new style. the catbg is not showing correctly.  Tongue

For you not important in next version if you have only 1 Template like me.  Grin I test it intensive on my testforum with more templates.

Quote:
Finally, if one doesn't wish the star signs portion of the birthday list, is there any way to disable just that portion?


Maybe in next Versions.  Wink

Quote:
The birthday list seems to display birthdays how -it- decides, rather than using the date format of the forum, itself, or what a user has selected. How does one fix this? (In the US, we usually use month, date, year, and that is how my forum is set up ... but the birthday list is showing it as date, month, year.)


Will fix in next Version. Currently is check the forum default time. Until next Version change the forum default time format in Admin Center.
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
batchman
Global Moderator
*****
Offline


What's up?!

Posts: 1280
Location: Orlando
Joined: Apr 28th, 2002
Gender: Male
Re: Event Calendar V1.3 for YaBB 2.3/2.3.1
Reply #14 - Dec 29th, 2008 at 12:11am
Print Post  
The problem is, I just double-checked my forum's default time in the admin center, and it is set for month/date/year. My personal settings are set for month/date/year. The calendar is displaying date/month/year, so it isn't taking it from the forum default settings. (Not a big problem, but I'm testing it, so I'm passing on the info.)

I have no problem in waiting for the next version for a solution, but I did need to let you know that the current version isn't doing what you seemed to indicate in the post above.

Again, thank you! its great to have this mod back!
  

Improving my forum, one mod at a time!


Now up and running again, with an accurate link.


Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: [1] 2 3 ... 6
Send TopicPrint