Advanced Search

Search by Keyword
Search by User Name
   

Search Options

Find Posts from
Sort Results by
Jump to Result Number
Search in Categories

Search Results

Searched for: calendar
22 Jun 2009 18:17

seeks888

HI,

I am evaluating RSevents and have been looking at the demo. I pretty much like what I see however...

Can I manage the number of people that can subscribe to an event?
I notice that 'Vacancy' appears next to the posting on the event listing but cant see what conditions will change it to "No Vacancy" or "full" or something.
This would be very handy to limit the subscribers to a set number.

Second question, would it be possible to colour code the categories of events so they stand out on the...
Category: RSEvents!
22 Jun 2009 03:08

bogdan

Hello ,

Please edit /components/com_rsevents/helpers/calendar.php

and comment line 490
<?php /* if(!$this->is_module) { ?><th width="3%"><?php echo JText::_('RSE_WEEK'); ?></th><?php } */ ?>

and line 500-502
<?php /* if (!$this->is_module) { ?>
							<td class="week"><a href="<?php echo JRoute::_('index.php?option=com_rsevents&view=calendar&layout=week&date='.date('m/d/Y', $day->unixdate)); ?>"><?php echo $day->week; ?></a></td>
						<?php } */ ?>

Regards!
Category: RSEvents!
22 Jun 2009 02:53

bogdan

Hello ,

With RSEvents! you can only have one calendar that shows all the events created by the users. Also , we have added this request in our TODO list .

Regards!
Category: RSEvents!
21 Jun 2009 12:34

richsaun

I'm looking for this functionality too - is it possible with RSEvents?
Category: RSEvents!
21 Jun 2009 01:58

michael.burgess

I'm brand new to RSEvents and am trying to get it quickly set up for a client but wondered: How can I remove the "week" column from the overall calendar view? I am not sure which PHP file in which folder I need to modify and which lines to remove.
Category: RSEvents!
19 Jun 2009 09:48

cambler

Still hoping for an answer to this...
Category: RSEvents!
18 Jun 2009 08:01

MStates

I'm in the cal.js file under rsforms directory. I was hoping someone could help me with what to add/modify this file so I can "Hide" Saturday and Sunday, and disable the users being able to click on a day the happened in the "Past"...

So basically just have it show the current day being an option, and any day after that isnt on Sat or Sun.




Thanks in advance!
Category: RSForm! Pro
17 Jun 2009 08:35

cambler

That's not quite what I'm after.

What I need is for each user to be able to have their own calendar with only their own events. A single calendar for that user and only that user can put entries on it.

Then, I need for ALL other users to be able to say, "I want to see this user's calendar, please."

So Jane Model can enter events on her calendar showing when she's available and when she's booked, and Joe Photographer can say, "Let me see Jane's calendar so I know when she's available."

Is that possible?
Category: RSEvents!
17 Jun 2009 05:46

bogdanc

Hello,

You can create a group that has the permission to add Events. All those events will appear in a calendar. If you download the Calendar module and have in your menu: "My Events" every user will be able to see their events in the calendar via "My Events" and all other events in any day via the Calendar Module.

Regards!
Category: RSEvents!
16 Jun 2009 13:06

cambler

I'm looking for a component that will allow my users to create their own event calendars. My site is for models and photographers to network and schedule shoots with each other.

What I'd like is the ability for a user to create a calendar and then populate it with their own events such that other users can view their calendar. Each user could put in events like "availability" in a location, "booked" on a shoot, etc.

Is this possible with RSEvents?
Category: RSEvents!
10 Jun 2009 06:49

redbeard

Thanks for the response.

For exporting events... We create a calendar of events and then make the calendar available online for users. We also publish this calendar of events in various print magazines throughout the year. It is always easiest to maintain one calendar of events and distribute that event list to other mediums.

The print mags to which we currently publish our calendar takes a CSV file of the events of a pretty simple format: event date/time, event name, short description, web...
Category: RSEvents!
05 Jun 2009 19:09

redbeard

I have a couple of questions on features:

1) Does RSEvents support iCal format/webcal protocol (so I can see my RSEvents entries in my Google calendar)?

2) Does RSEvents have some sort of event export function (either front-end or back-end)? Or is the schema sort of self-explanatory that I can write my own export SQL script?

Thanks.
Category: RSEvents!
26 May 2009 19:28

vndesign

still no good. i've submitted a ticket for this issue.
thank you very much for your help!
Category: RSForm! Pro
26 May 2009 15:17

almeidaniel

Someone solved this problem?
I really need help in this one.
Thanks
Found another code but can’t put it to work

<?php
/**
 * Finds the difference in days between two calendar dates.
 *
 * @param Date $startDate
 * @param Date $endDate
 * @return Int
 */
function dateDiff($startDate, $endDate)
{
    // Parse dates for conversion
    $startArry = date_parse($startDate);
    $endArry = date_parse($endDate);
 
    // Convert dates to Julian Days
    $start_date =...
Category: RSForm! Pro
26 May 2009 05:38

almeidaniel

I´m sorry
Not that one...
This one instead
<img src="your/path/image.png" id="btn'.$calendars[$componentId].'" 
type="button" value="'.$data['POPUPLABEL'].'" 
onclick="showHideCalendar(\'cal'.$calendars[$componentId].'Container\');" 
class="btnCal" '.$data['ADDITIONALATTRIBUTES'].' />
Category: RSForm! Pro
Displaying 916 - 930 out of 1055 results.