vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > Add-On Modules & Modifications > Module & Modification Discussion & Requests

Reply
 
Thread Tools Display Modes
  #1  
Old 06-05-2005, 01:20 PM
MotoUp MotoUp is offline
Senior Member
 
Join Date: Jul 2004
Posts: 221
Default REQ: Upcoming events module

I really liked having upcoming events as a module, and since I upgraded last night, it's gone...if anyone finds this, or creates it, I would be greatly appreciative.

Thanks in advance.
Reply With Quote
  #2  
Old 06-05-2005, 01:54 PM
LEAD_WEIGHT's Avatar
LEAD_WEIGHT LEAD_WEIGHT is offline
Senior Member
 
Join Date: Mar 2005
Posts: 307
Default Re: REQ: Upcoming events module

U should still have it in your:
Admincp=>Styles & Templates=>Style Manager=>Edit Templates

All u need to do is go to :
Admincp=>vBa CMPS=>Add Module=>[PHP File] or [Template] ( [Template] u do not need to enter code again just title & the the part after "adv_portal_" u might have some problems if u leave Module Shell Template Options Use Module Shell Template=> default settings "yes", u might have to edit your template or just set it to "no"). to add back your modules
__________________
User Name : test
Password : test
www.theundergroundsource.com
Reply With Quote
  #3  
Old 06-05-2005, 06:07 PM
MotoUp MotoUp is offline
Senior Member
 
Join Date: Jul 2004
Posts: 221
Default Re: REQ: Upcoming events module

I guess I'm not following you very well. The template that to be modified before was adv_portal_calendar, and that template doesn't exist any more.
Reply With Quote
  #4  
Old 06-05-2005, 06:11 PM
FightRice FightRice is offline
Senior Member
 
Join Date: Feb 2005
Posts: 151
Default Re: REQ: Upcoming events module

Quote:
Originally Posted by MotoUp
I guess I'm not following you very well. The template that to be modified before was adv_portal_calendar, and that template doesn't exist any more.
You might want to try to run the installer again, and just install the templates. Here is the contents of adv_portal_calendar

Code:
<!-- Mini Calendar -->
	
<table align="center" border="0" cellpadding="4" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
			
	$calendarbits

</table>
<br />
	
<!-- End Mini Calendar -->
Reply With Quote
  #5  
Old 06-05-2005, 06:21 PM
MotoUp MotoUp is offline
Senior Member
 
Join Date: Jul 2004
Posts: 221
Default Re: REQ: Upcoming events module

That's really strange. I just ran the installer and updated templates...that template still doesn't exist. I have multiple adv_portal_calendar templates, but there's something else after them. I don't have just "adv_portal_calendar." It was removed somehow when I upgraded to RC1. Am I missing something?
Reply With Quote
  #6  
Old 06-05-2005, 06:27 PM
FightRice FightRice is offline
Senior Member
 
Join Date: Feb 2005
Posts: 151
Default Re: REQ: Upcoming events module

Did you just download a new .zip file for the installation then reupload all them? or did you have one that was a couple days old.
Reply With Quote
  #7  
Old 06-05-2005, 06:27 PM
cgmojoco cgmojoco is offline
Member
 
Join Date: May 2005
Posts: 39
Default Re: REQ: Upcoming events module

I can't even find the updated version of the upcoming events module for CMPS 2 (I didn't have it installed on CMPS 1)

The version here doesn't seem to work:
http://www.vbadvanced.com/forum/show...8&page=1&pp=30

Because in the instructions it states to put code above line in the mini-calendar.php file:
PHP Code:
eval('$home[$mods[\'modid\']][\'content\'] .= "' fetch_template('adv_portal_calendar') . '";'); 
Problem is that this code does not exist in CMPS2 mini-calendar.php file.


This hack looks promising, and helps to achieve what I've been looking for as an extension to the mini-calendar:
http://www.vbadvanced.com/forum/showthread.php?t=8332
Reply With Quote
  #8  
Old 06-05-2005, 06:31 PM
FightRice FightRice is offline
Senior Member
 
Join Date: Feb 2005
Posts: 151
Default Re: REQ: Upcoming events module

Quote:
Originally Posted by cgmojoco
I can't even find the updated version of the upcoming events module for CMPS 2 (I didn't have it installed on CMPS 1)

The version here doesn't seem to work:
http://www.vbadvanced.com/forum/show...8&page=1&pp=30

Because in the instructions it states to put code above line in the mini-calendar.php file:
PHP Code:
eval('$home[$mods[\'modid\']][\'content\'] .= "' fetch_template('adv_portal_calendar') . '";'); 
Problem is that this code does not exist in CMPS2 mini-calendar.php file.


This hack looks promising, and helps to achieve what I've been looking for as an extension to the mini-calendar:
http://www.vbadvanced.com/forum/showthread.php?t=8332
It doesn't exist yet, thats what we are trying to acheive here, but its the blind leading the blind right now
Reply With Quote
  #9  
Old 06-05-2005, 06:47 PM
cgmojoco cgmojoco is offline
Member
 
Join Date: May 2005
Posts: 39
Default Re: REQ: Upcoming events module

Quote:
Originally Posted by FightRice
It doesn't exist yet, thats what we are trying to acheive here, but its the blind leading the blind right now
Agreed- wish the gurus where willing/able to work Sundays!
Reply With Quote
  #10  
Old 06-05-2005, 06:47 PM
MotoUp MotoUp is offline
Senior Member
 
Join Date: Jul 2004
Posts: 221
Default Re: REQ: Upcoming events module

Okay, so it didn't disappear on me then, it's just not there.
Reply With Quote
  #11  
Old 06-05-2005, 11:12 PM
Torqued Torqued is offline
Senior Member
 
Join Date: Oct 2004
Posts: 122
Default Re: REQ: Upcoming events module

I'm glad I'm not the only crazy one.

I just DL'ed and installed 2.0rc1 and was trying to add back the upcoming events stuff.. but can't find the calendar template, either.
Reply With Quote
  #12  
Old 06-05-2005, 11:27 PM
KW802's Avatar
KW802 KW802 is offline
Administrator
 
Join Date: Mar 2004
Location: A galaxy far, far away...
Posts: 5,030
Default Re: REQ: Upcoming events module

MotoUp, can you provide a link to the version that you have installed?
Reply With Quote
  #13  
Old 06-05-2005, 11:35 PM
MotoUp MotoUp is offline
Senior Member
 
Join Date: Jul 2004
Posts: 221
Default Re: REQ: Upcoming events module

Sure thing....here it is.

http://www.vbadvanced.com/forum/showthread.php?t=131
Reply With Quote
  #14  
Old 06-06-2005, 04:27 PM
MotoUp MotoUp is offline
Senior Member
 
Join Date: Jul 2004
Posts: 221
Default Re: REQ: Upcoming events module

Hey Brian, I'm trying to figure this out...which template is the minicalendar in? I see 4 portal calendar templates, but nothing that resembles the old adv_portal_calendar template.
Reply With Quote
  #15  
Old 06-09-2005, 12:41 PM
MotoUp MotoUp is offline
Senior Member
 
Join Date: Jul 2004
Posts: 221
Default Re: REQ: Upcoming events module

Well, I've really been working hard to try and figure this out, but no luck. Hopefully some more experience coders will be able to figure it out.
Reply With Quote
  #16  
Old 06-11-2005, 08:13 AM
RBasil RBasil is offline
Junior Member
 
Join Date: Jun 2005
Posts: 25
Default Re: REQ: Upcoming events module

Quote:
Originally Posted by MotoUp
Well, I've really been working hard to try and figure this out, but no luck. Hopefully some more experience coders will be able to figure it out.
I've been trying as well with no luck so far. I'm a VBA newbie so I've got a lot to learn.
Reply With Quote
  #17  
Old 06-14-2005, 10:37 PM
cgmojoco cgmojoco is offline
Member
 
Join Date: May 2005
Posts: 39
Default Re: REQ: Upcoming events module

Quote:
Originally Posted by RBasil
I've been trying as well with no luck so far. I'm a VBA newbie so I've got a lot to learn.

I'd like to see this as well, INVALUABLE FOR MY PURPOSES
Reply With Quote
  #18  
Old 06-22-2005, 11:01 AM
JoeyAnderson JoeyAnderson is offline
Junior Member
 
Join Date: Jun 2005
Location: Winston-Salem, NC
Posts: 18
Default Re: REQ: Upcoming events module

Any news? I'd like this, as well.
__________________
Joey Anderson
Owner/Administrator
CarolinaRides.com

My Beloved: 1998 Camaro SS, #256 of 2875, Navy Blue Metallic, T-Tops, M6
Reply With Quote
  #19  
Old 06-22-2005, 02:39 PM
LEAD_WEIGHT's Avatar
LEAD_WEIGHT LEAD_WEIGHT is offline
Senior Member
 
Join Date: Mar 2005
Posts: 307
Default Re: REQ: Upcoming events module

I think alot of ppl want to wait till vba goes to the vb 3.5 or alot of the coders have the flu
__________________
User Name : test
Password : test
www.theundergroundsource.com
Reply With Quote
  #20  
Old 06-22-2005, 09:17 PM
Torqued Torqued is offline
Senior Member
 
Join Date: Oct 2004
Posts: 122
Default Re: REQ: Upcoming events module

Anyone figure out how to get this working w/ 2.x yet?
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
Upcoming Events FragMaster B Feedback & Suggestions 2 04-14-2005 04:51 PM
Move Birthdays from stats module to Upcoming events? MotoUp Troubleshooting / "How do I..." Questions 12 03-03-2005 01:28 PM
Upcoming Events? SalTheWop Troubleshooting / "How do I..." Questions 2 01-18-2005 06:13 PM


All times are GMT -4. The time now is 07:13 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.