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
  #241  
Old 08-17-2006, 02:39 PM
Tobad Tobad is offline
Junior Member
 
Join Date: Feb 2004
Posts: 10
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Quote:
Originally Posted by StuntFactoryX View Post
im using 3.6 and i have it working
could you confirm that your Admin created holidays (not events) show up? I'd appreciate it.
Reply With Quote
  #242  
Old 08-23-2006, 10:27 PM
StuntFactoryX StuntFactoryX is offline
Senior Member
 
Join Date: May 2006
Posts: 174
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

i made an holiday and it shows theres nothing there for a title.

and the uncatched templates are already included in the module. im not sure why they dont catch.
Reply With Quote
  #243  
Old 08-23-2006, 10:39 PM
StuntFactoryX StuntFactoryX is offline
Senior Member
 
Join Date: May 2006
Posts: 174
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

PHP Code:
Heavy Metal 
adv_portal_calendar_day
Default Template Updated in vBadvanced CMPS 2.1.0 by vBadvanced
Your Custom Template Last Edited in vBadvanced CMPS N
/A by N/[Edit Template
[
View History
[
Revert]  
adv_portal_calendar_day_other
Default Template Updated in vBadvanced CMPS 2.1.0 by vBadvanced
Your Custom Template Last Edited in vBadvanced CMPS N
/A by N/[Edit Template
[
View History
[
Revert]  
adv_portal_calendar_header
Default Template Updated in vBadvanced CMPS 2.1.0 by vBadvanced
Your Custom Template Last Edited in vBadvanced CMPS N
/A by N/[Edit Template
[
View History
[
Revert]  
adv_portal_calendar_week
Default Template Updated in vBadvanced CMPS 2.1.0 by vBadvanced
Your Custom Template Last Edited in vBadvanced CMPS N
/A by N/[Edit Template
[
View History
[
Revert]  
Default 
Style 
adv_portal_calendar_day
Default Template Updated in vBadvanced CMPS 2.1.0 by vBadvanced
Your Custom Template Last Edited in vBadvanced CMPS N
/A by N/[Edit Template
[
View History
[
Revert]  
adv_portal_calendar_day_other
Default Template Updated in vBadvanced CMPS 2.1.0 by vBadvanced
Your Custom Template Last Edited in vBadvanced CMPS N
/A by N/[Edit Template
[
View History
[
Revert]  
adv_portal_calendar_header
Default Template Updated in vBadvanced CMPS 2.1.0 by vBadvanced
Your Custom Template Last Edited in vBadvanced CMPS N
/A by N/[Edit Template
[
View History
[
Revert]  
adv_portal_calendar_week
Default Template Updated in vBadvanced CMPS 2.1.0 by vBadvanced
Your Custom Template Last Edited in vBadvanced CMPS N
/A by N/[Edit Template
[
View History
[
Revert
Reply With Quote
  #244  
Old 08-23-2006, 11:12 PM
Tom M Tom M is offline
Senior Member
 
Join Date: Jan 2004
Posts: 1,867
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

If this is a custom skin being used you might want to double check and make sure the templates really exist in the style. Otherwise I'm pretty much out of ideas.
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
Reply With Quote
  #245  
Old 08-24-2006, 02:19 PM
Tobad Tobad is offline
Junior Member
 
Join Date: Feb 2004
Posts: 10
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

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']

Last edited by Tobad; 08-25-2006 at 12:08 PM.
Reply With Quote
  #246  
Old 08-25-2006, 03:22 AM
Gandalf-LoJ Gandalf-LoJ is offline
Junior Member
 
Join Date: Feb 2005
Location: Hastings, UK
Posts: 24
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

just a heads up, my combocalendar.php has
Code:
$vbphrase['holiday_title_' . $eventinfo['varname']]
(note the underscore after holiday_title_)

Not sure if that's a typo in your post or not.
__________________
*G*
Reply With Quote
  #247  
Old 08-25-2006, 12:08 PM
Tobad Tobad is offline
Junior Member
 
Join Date: Feb 2004
Posts: 10
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Quote:
Originally Posted by Gandalf-LoJ View Post
just a heads up, my combocalendar.php has
Code:
$vbphrase['holiday_title_' . $eventinfo['varname']]
(note the underscore after holiday_title_)

Not sure if that's a typo in your post or not.
You are correct...it was a typo on my behalf. I edited the post.
Reply With Quote
  #248  
Old 08-26-2006, 08:46 AM
Lee Roper Lee Roper is offline
Junior Member
 
Join Date: Aug 2006
Posts: 1
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

I like it! Cheers for the module!
Reply With Quote
  #249  
Old 08-30-2006, 10:36 PM
hades hades is offline
Junior Member
 
Join Date: Mar 2005
Posts: 14
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

something is wrong please help

i ahve it set to show events as fr ahead as 60 days and i have an event on the calendar in 4 days and it still says no upcoming events!
Reply With Quote
  #250  
Old 08-30-2006, 11:01 PM
Tom M Tom M is offline
Senior Member
 
Join Date: Jan 2004
Posts: 1,867
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Does the event show on the FORUMHOME page?

Note: The only real limitation is that the number of days specified for the upcoming events will be limited to the number specified for the Forum Home Page Display as the databuild routine references that variable.

If that's not the problem then make sure that permissions are correct and that the correct calendar has been selected.
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
Reply With Quote
  #251  
Old 08-30-2006, 11:24 PM
hades hades is offline
Junior Member
 
Join Date: Mar 2005
Posts: 14
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

nope actually it doeas not show on forumhome, so whats the next step m8?

did i miss a setting?
Reply With Quote
  #252  
Old 08-30-2006, 11:27 PM
hades hades is offline
Junior Member
 
Join Date: Mar 2005
Posts: 14
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

yes i need to edit option/forumhome settings

it works now, thanks!
Reply With Quote
  #253  
Old 08-31-2006, 10:59 AM
floydian1 floydian1 is offline
Member
 
Join Date: May 2006
Posts: 34
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

How bout this... I have multiple calendars and would like to be able to show upcoming events from all the various calendars.

Any ideas on how difficult this would be to do?

Here is my website: http://www.indianaauditions.com
Reply With Quote
  #254  
Old 08-31-2006, 11:10 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 floydian1 View Post
How bout this... I have multiple calendars and would like to be able to show upcoming events from all the various calendars.

Any ideas on how difficult this would be to do?

Here is my website: http://www.indianaauditions.com
If events from all calendars show up on the Forum Home page then it should be possible to do the same with the events for the module. I took a look at your site and no events were shown in the forum so I can't answer it definitively.
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
Reply With Quote
  #255  
Old 09-06-2006, 07:21 AM
cartman's Avatar
cartman cartman is offline
lil bastard
 
Join Date: Sep 2004
Posts: 16
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

nice work yet again Tom - well done
Reply With Quote
  #256  
Old 09-08-2006, 03:26 AM
vb31337 vb31337 is offline
Junior Member
 
Join Date: Aug 2006
Posts: 3
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Hey Its a great module and ive been dying for it, but i cant get it to show upcomming events :s

Im using vb 3.6 cmps 2.2 link www2.u18rockers.com
Reply With Quote
  #257  
Old 09-08-2006, 11:09 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 vb31337 View Post
Hey Its a great module and ive been dying for it, but i cant get it to show upcomming events :s

Im using vb 3.6 cmps 2.2 link www2.u18rockers.com
I see you also have an "Upcoming Events" module loaded. If that works and the combo calendar doesn't then it's a configuration problem. You may want to double check that the module is marked as "active" and is allowed to be shown. Also make sure that the number of days to display covers the date range for the event.

BTW - I looked at the Forum Home page and no events were shown there so this means that it's very likely that no events would show in the combo calendar.
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
Reply With Quote
  #258  
Old 09-12-2006, 05:07 PM
cjrock cjrock is offline
Junior Member
 
Join Date: Jul 2006
Posts: 24
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

I have read this forums posts and I have tried everything, but I still have a problem I have an event on this friday and its not showing up as a upcoming event!
I know that it has been asked multiple times here and I have check the corect calendar is displayed and the days for upcoming events is set to 30 days in both the module and the forum home page. is there anything else to do? when I make a event for todays date it shows up in upcoming events.

Please help.
Reply With Quote
  #259  
Old 09-12-2006, 06:01 PM
Tom M Tom M is offline
Senior Member
 
Join Date: Jan 2004
Posts: 1,867
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

If you'd like to supply me a link and ACP login via PM I'll be happy to take a look at it.
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
Reply With Quote
  #260  
Old 09-13-2006, 09:21 AM
cjrock cjrock is offline
Junior Member
 
Join Date: Jul 2006
Posts: 24
Default Re: [Module] Combo: Calendar + Birthdays + Upcoming Events

Okay I struggled at this and I want to share what I was doing wrong for overs that might need it.

I was changeing the home page in the edit pages section of the cmps control panel. it was set at 30 days along with the module itself was set at 30 days.

I didn't not know that there was another place that i wasn't looking. Its under the vBulletin options control panel and there is a edit forums home page option. at that point the events were set to 1 day only. I change that it all works fine

thought I would share just in case there was someone out there that had a brain malfunction like me.
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 06:57 PM.

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.