vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > Add-On Modules & Modifications > vBa CMPS v3.x & 2.x > Add-On Modules (version 3.x & 2.x)

Reply
 
Thread Tools Display Modes
  #261  
Old 09-23-2006, 04:09 AM
VVIper VVIper is offline
Member
 
Join Date: Oct 2004
Posts: 52
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

I have a date in there that displays that i cannot get rid of, any suggestions.
BTW if i go to the date there is nothing on.
Also the birthdays are not being displayed.

Thanks in advance
Reply With Quote
  #262  
Old 09-23-2006, 09:36 AM
Tom M Tom M is offline
Senior Member
 
Join Date: Jan 2004
Posts: 1,867
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Quote:
Originally Posted by VVIper View Post
I have a date in there that displays that i cannot get rid of, any suggestions.
BTW if i go to the date there is nothing on.
Also the birthdays are not being displayed.

Thanks in advance
A link would be most helpful so I can see exactly what you are referring to.

Do the birthdays show if you use the standalone version supplied as part of vBa?
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
Reply With Quote
  #263  
Old 09-23-2006, 07:43 PM
Ramses Ramses is offline
Senior Member
 
Join Date: Aug 2005
Posts: 249
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Easy installation on my second vb 3.6.1/2.2.0 board, thanks again Tom.
Reply With Quote
  #264  
Old 09-24-2006, 09:45 AM
alekakos alekakos is offline
Junior Member
 
Join Date: Jul 2006
Posts: 1
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Quote:
Originally Posted by Tobad View Post
FYI I fixed the missing titles for admin created holiday by editing the following in the combocalendar.php (this is for VB 3.6 users). Tom M, you were right about some code change in 3.6. Hope this helps anyone else out there.

Find (should be 2 instances of this):

Code:
$vbphrase['holiday_title_' . $eventinfo['varname']]
replace with:

Code:
$vbphrase['holiday' . $eventinfo['holidayid'] . '_title']
Congrats Tobad! It finally worked!
Excellent script Tom!
Reply With Quote
  #265  
Old 09-26-2006, 09:23 PM
texaschickie texaschickie is offline
Junior Member
 
Join Date: Sep 2006
Posts: 4
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Quote:
Originally Posted by Dantenator View Post
Ok... tried something different. I re-uploaded the module but I chose the 'Update all pages' option this time. Now it works properly. All is good now.

Thanks for the support Tom!
I had the same problem in 3.6 - thanks for posting the sollution. works like a charm now.
Reply With Quote
  #266  
Old 10-25-2006, 01:40 PM
chompboard chompboard is offline
Junior Member
 
Join Date: Oct 2006
Posts: 29
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Installed. Works just as advertised out of the box w/ Vb 3.6.2 and Vba 2.2.1 www.chompboard.com

Feature requests:

Display past events
Event number limit in addition to days
Reply With Quote
  #267  
Old 10-25-2006, 01:59 PM
Tom M Tom M is offline
Senior Member
 
Join Date: Jan 2004
Posts: 1,867
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Quote:
Originally Posted by chompboard View Post
Installed. Works just as advertised out of the box w/ Vb 3.6.2 and Vba 2.2.1 www.chompboard.com

Feature requests:

Display past events
Event number limit in addition to days
Not sure about the display of events that already happened as it's for "Upcoming Events"

The limit on the number of events to display feature has been added to the Standalone version of the module. You should be able to modify the code in a similar manner and just hard code the number of days that you want displayed.
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
Reply With Quote
  #268  
Old 11-16-2006, 03:39 PM
FHmania FHmania is offline
Junior Member
 
Join Date: Jul 2006
Posts: 28
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

adv_portal_calendar_day
Default Template Updated in 3.5.3 by vBadvanced
Your Custom Template Last Edited in N/A by N/A [Edit Template]
[View History]
[Revert]
adv_portal_calendar_day_other
Default Template Updated in 3.5.3 by vBadvanced
Your Custom Template Last Edited in N/A by N/A [Edit Template]
[View History]
[Revert]
adv_portal_calendar_header
Default Template Updated in 3.5.3 by vBadvanced
Your Custom Template Last Edited in N/A by N/A [Edit Template]
[View History]
[Revert]
adv_portal_calendar_week
Default Template Updated in 3.5.3 by vBadvanced
Your Custom Template Last Edited in N/A by N/A [Edit Template]
[View History]
[Revert]


Everything is working well with my 3.5.4. & cmps 2.1 But I got a slight prob with the above. How do go about fixing it up?

TIA
Reply With Quote
  #269  
Old 11-16-2006, 03:44 PM
Tom M Tom M is offline
Senior Member
 
Join Date: Jan 2004
Posts: 1,867
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Quote:
Originally Posted by FHmania View Post
Everything is working well with my 3.5.4. & cmps 2.1 But I got a slight prob with the above. How do go about fixing it up?
If things are working right then you can ignore the messages. Otherwise you need to see what the differences are and apply any changes.
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
Reply With Quote
  #270  
Old 11-19-2006, 10:22 AM
DustyBin DustyBin is offline
Junior Member
 
Join Date: Sep 2006
Posts: 2
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Does anybody know how to remove the calendar so this module only shows Upcoming Events?
Reply With Quote
  #271  
Old 11-19-2006, 11:11 AM
Tom M Tom M is offline
Senior Member
 
Join Date: Jan 2004
Posts: 1,867
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Quote:
Originally Posted by DustyBin View Post
Does anybody know how to remove the calendar so this module only shows Upcoming Events?
If you only want to show Upcoming Events then you should use just the Upcoming Events module

It's basically the same code (actually has more flexibility) but doesn't have the calendar or birthdays.
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
Reply With Quote
  #272  
Old 12-11-2006, 02:40 PM
vectra-c.com vectra-c.com is offline
Junior Member
 
Join Date: Nov 2006
Location: Eastbourne, UK
Posts: 24
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Quote:
Originally Posted by Tobad View Post
FYI I fixed the missing titles for admin created holiday by editing the following in the combocalendar.php (this is for VB 3.6 users). Tom M, you were right about some code change in 3.6. Hope this helps anyone else out there.

Find (should be 2 instances of this):

Code:
$vbphrase['holiday_title_' . $eventinfo['varname']]
replace with:

Code:
$vbphrase['holiday' . $eventinfo['holidayid'] . '_title']
Help! I've just done this edit and I'm still not having the Admin defined holiday titles appearing. Any other possible reason for this?

Do I have to reinstall any of the module?

Last edited by vectra-c.com; 12-11-2006 at 02:43 PM.
Reply With Quote
  #273  
Old 12-11-2006, 02:51 PM
Tom M Tom M is offline
Senior Member
 
Join Date: Jan 2004
Posts: 1,867
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Quote:
Originally Posted by vectra-c.com View Post
Help! I've just done this edit and I'm still not having the Admin defined holiday titles appearing. Any other possible reason for this?
Did you make the change to the cmps index file?
Code:
$phrasegroups = array('holiday');
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
Reply With Quote
  #274  
Old 12-11-2006, 02:57 PM
vectra-c.com vectra-c.com is offline
Junior Member
 
Join Date: Nov 2006
Location: Eastbourne, UK
Posts: 24
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Ah, thanks Tom - working perfectly now. I must have missed that instruction when going through the thread.

Thanks for that, and an excellent module, and Tobad for the edit as well.
Reply With Quote
  #275  
Old 12-17-2006, 05:44 PM
Danuk2 Danuk2 is offline
Junior Member
 
Join Date: Jun 2006
Posts: 11
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

installed and working fine. thanks for your hard work.
Reply With Quote
  #276  
Old 02-08-2007, 11:59 AM
rodentx's Avatar
rodentx rodentx is offline
Junior Member
 
Join Date: Jul 2005
Posts: 13
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Does anyone know if it's possible to alter the code so that events from let's say Calendar one display in the color "Red" and events from Calendar two display in the color "Blue"? I would think you could add an IF statement maybe in the events template. Any suggetions?

This was requested by some regular users on my site. I started poking around, and thought I'd get some input first before I start playing around.

Thanks!
Reply With Quote
  #277  
Old 02-08-2007, 01:18 PM
Tom M Tom M is offline
Senior Member
 
Join Date: Jan 2004
Posts: 1,867
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Quote:
Originally Posted by rodentx View Post
Does anyone know if it's possible to alter the code so that events from let's say Calendar one display in the color "Red" and events from Calendar two display in the color "Blue"? I would think you could add an IF statement maybe in the events template. Any suggetions?

This was requested by some regular users on my site. I started poking around, and thought I'd get some input first before I start playing around.

Thanks!
Just to clarify... are you talking about wanting the text to appear red/blue? If so it will take a template change as well as a code change in the php file as the calendar information isn't saved along with the event when building the display information. It wouldn't be hard to do if you know php but the other choice is to have multiple calendars show instead of having all the info show on a single calendar. The latter can be accomplished by using the "Upcoming Events" version of the module which only shows the events and not the entire calendar.
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.

Last edited by Tom M; 02-08-2007 at 01:20 PM.
Reply With Quote
  #278  
Old 05-16-2007, 08:10 PM
MiskaTorn MiskaTorn is offline
Junior Member
 
Join Date: Aug 2004
Posts: 8
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Is there any way to have it show events from 2 different calendars? Only showing events that users have access to?

Thanks
Reply With Quote
  #279  
Old 05-16-2007, 08:32 PM
Tom M Tom M is offline
Senior Member
 
Join Date: Jan 2004
Posts: 1,867
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Quote:
Originally Posted by MiskaTorn View Post
Is there any way to have it show events from 2 different calendars? Only showing events that users have access to?

Thanks
Yes and no.

The Combo Calendar can only display events from a single calendar.

There is an Upcoming Events module (one for 3.5 and one for 3.6) that supports the display of a single calendar or all calendars. It's not possible to choose, say, 3 out of 5 defined calendars.

All versions only show events that users have permissions to access.
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
Reply With Quote
  #280  
Old 05-23-2007, 03:37 AM
Carsten Carsten is offline
Member
 
Join Date: Feb 2005
Posts: 56
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Hm, the module doesn´t works with CMPS 3.0!?!? Nothing will showing up in the frontend... In the ACP everything is fine.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Module] Upcoming Events James Goddard Add-On Modules (version 3.x & 2.x) 91 09-03-2006 11:45 PM
module: upcoming events alekone Add-On Modules & Modifications 7 11-02-2005 05:30 PM
REQ: Upcoming events module MotoUp Module & Modification Discussion & Requests 36 08-06-2005 09:14 PM
Move Birthdays from stats module to Upcoming events? MotoUp Troubleshooting / "How do I..." Questions 12 03-03-2005 01:28 PM


All times are GMT -4. The time now is 07:09 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.