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
29 Dec 2011 17:17

vertti

I was thinking is it possible to have multiple events calendars for example to a Footballclub? Meaning there would be several teams (Old Boys, Men, Juniors, Ladies, Girls) and so on.

Old Boys for example would have their own individual calendar on their subsite as everyone else.

So Old Boys could add events only to their calendar and there would be multiple categories inside their calendar. (Games, Trainings, Meetings)

Basically when the admin of the Old Boys team goes to the site, he...
Category: RSEvents!
16 Dec 2011 12:35

andreic

Hello,

You can use the code NEMGTR_webmanager mentioned(with a slight adjustment) in the "Default value" of the calendar field and display the current date in your desired format:
//<code>
$today = date("l j F Y");
return $today;
//</code>

In order to have any date that the user selects from the calendar in the same format you will need to add the format marinus mentioned in the "Date format" property of the calendar field:

dddd dd mmmm yyyy
Category: RSForm! Pro
13 Dec 2011 18:15

aborlix

Hello, sorry but I still can not do that!


Change the whole line of origin ...

<td class = "<? php echo $ day-> class; ?>">< a href =" <? echo <php echo $ this-> is_module? 'class = "editlinktip hasTip" title ="'.$ this-> _showDetails ($ day-> events, ).'"' $ suffix:'';?>>



FOR:

<php if (empty ($ day-> events)) {?>
<span class="rse_date"> <php echo date ('j', $ day-> unixdate);?> </ span>
<php} else {?>
<a href = "<? echo <php echo $...
Category: RSEvents!
12 Dec 2011 06:13

haris5

aborlix - its at the same position... its either the first or the second.

Regards
Category: RSEvents!
10 Dec 2011 21:49

kyle.gonyea

I have Google Calendar and RS Events set up to synch and it appears to be working okay except for repeating events. For instance, we have events that occur every Saturday and the synch function only pulled in one. I assume that if we re-synched after that event ends it would probably pull in the next one then but we really need it to pull in all events for a month or two at a time. I haven't started to dig in to the code quite yet but thought I'd post in case someone out there has any suggestions or has done this already...
Category: RSEvents!
10 Dec 2011 00:02

aborlix

Hello haris5, I managed to do the 1st option, but the 2nd i dont not know where to put the code! Can you help me please!


<?php if(empty($day->events)) { ?>
<span class="rse_date"><?php echo date('j', $day->unixdate); ?></span>
<?php } else { ?>
<a href="<?php echo rseventsHelper::route('index.php?option=com_rsevents&view=calendar&layout=day&date='.date('m/d/Y',$day->unixdate).$itemId);?>" <?php echo $this->is_module ? '' : ''; ?>>
<span class="rse_date"><?php echo date('j', $day->unixdate);...
Category: RSEvents!
03 Dec 2011 14:48

NEMGTR_webmanager

I only use this code when I put it in a text box or hidden field -- so people don't have to enter or select a date. I've never tried it in the calendar field. Sorry. Maybe someone else can help out on this one.

Kathy
Category: RSForm! Pro
03 Dec 2011 13:07

filippo.bracci

Hello Kathy,

I have tried to as you told me but it doesen't work.

I have added the code in the default value of "Calendar" field, but anything happen...
Category: RSForm! Pro
22 Nov 2011 18:24

haris5

This is a hack to remove the comments in the callendar plus disabling the link from the empty days of the callendar, i m sharing as promised!!

So in the event of an update of the component this will be overwritten....apply with caution!!


You will need to edit the components/com_rsevents/helpers/calendar.php file and search for this class: editlinktip hasTip.

Around line 675, you will need to replace this:

<td class="<?php echo $day->class; ?>"><a href="<?php echo...
Category: RSEvents!
18 Nov 2011 19:16

doogledesign

I would be interested in this as well.
Category: RSEvents!
17 Nov 2011 18:47

ksmall

We company only publishes events Monday through Friday. Is there a way to only show the work week?

Calendar screenshot

Thanks!
Category: RSEvents!
17 Nov 2011 15:16

gary76

Hi,

I have a problem on the following site www.goodiebag.co.za/ where the 'upcoming events' right hand side calls the event above the homepage content and not into a new page as when you navigate through the top menu
www.goodiebag.co.za/index.php/events/calendar/04/2012

Can anyone assist me with this, why its calling the event into the homepage content?

Regards,

Gary
Category: RSEvents!
17 Nov 2011 10:11

Joni

I have made a form with Calender. I do have an nl-NL.com_rsform.ini file in the language dir of Joomla.
The name of short days and of the months are in Dutch.
The long name of the day is in english....?

I want the full name of each day in Dutch, like this:
RSFP_CALENDAR_WEEKDAYS_LONG_1="Maandag"

But it does not work. So, I have changed the en_GB.com_rsform.ini a little bit to get Dutch names.. but it still give english names.
Where can I change this?

Using Joomla 1.7.2. and RSFormPro 1.4.0
Category: RSForm! Pro
10 Nov 2011 18:10

john18

Does anyone have recommendations on how to sync multiple Google Calendars in RSEvents?
Category: RSEvents!
10 Nov 2011 15:33

rocquoone

Alex, thank you for this!

Do you know how to control the format in which this information is displayed? I am familiar with changing the php settings in google calendar so that I don't get European date format, or 24 hour format, but I don't know how to do it within RSForms pro. (My users on the site in question are non military, US citizens)

TIA
Category: RSForm! Pro
Displaying 706 - 720 out of 1055 results.