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
02 Jul 2013 15:36

joel8

Help! I am using the calendar module on a site that is in development but there is no tooltip when I hover the calendar date.

I have the site live temporarily if you care to have a look. www.ourtobago.com

The event date is September 28th
Category: RSEvents!Pro
01 Jul 2013 06:25

octavian

As provided in the article, the correct syntax is:
RSFormProCalendars[formId][calendarName]
Category: RSForm! Pro
30 Jun 2013 14:59

Picht

Hi

Has anyone used this calendar item "RSFormProCalendars" that is described here in the last part of the page ?

www.rsjoomla.com/support/documentation/v...ng-the-calendar.html

I wold like to set the value of my calendar to a specific date and i am trying this, but without success:
<script type="text/javascript">
function rsfp_onSelectDate(selectedDate)
{
RSFormProCalendars[1].select(selectedDate);
return true;
}
</script>

The form has the ID 1 and the calendar the...
Category: RSForm! Pro
15 Jun 2013 10:03

info433

Hello everyone

I would like to ask if there is possibility to disable days from calendar so the user won't be able to select that day. I am using rsform for excursions booking and some days are full booked so i need to disable that days. Is this possible?

Waiting for your answers.

Thank you in advance
Category: RSForm! Pro
14 Jun 2013 08:12

bauschem

rsevents is in fact not an event manager, its an event scheduler!
rsevents is not concepted for clubevents. the reason is that fill in an end-time is required, even if your dont have an end time of your event. rsevents only work with a fixed space of time, not with a single time.
its optimized eg for a fitness center, school or kindergarden where you got fixed end-times.
Category: RSEvents!Pro
12 Jun 2013 09:18

mcdbkk

is it possible to show something like "wed 12.06.2013" in the date field after having chosen the date in the calendar.
if yes - also possible in 3 languages (en, ge, fr)?
Category: RSForm! Pro
12 Jun 2013 08:54

mcdbkk

i am setting up a website in 3 languages (english, german and french). is there an option to show the calendar in other languages than english?
Category: RSForm! Pro
12 Jun 2013 08:52

mcdbkk

is there any easy way to change the start day to monday instead of sunday?
Category: RSForm! Pro
10 Jun 2013 09:25

silviup

This can only be achieved using custom scripting, as there is no default feature offering such functionality.

Please add the following code:

$database = JFactory::getDBO();
$date=$_POST;
$database->setQuery("SELECT COUNT( `FieldName` )
FROM #__rsform_submission_values
WHERE `formId` = '1'
AND `FieldName` = 'calendarfield'
AND `FieldValue` = '$date'");
$database->query();
$nr=$database->loadResult();
if ($nr > 30) $invalid[] = RSFormProHelper::getComponentId("ContactBy");

in Components >>...
Category: RSForm! Pro
07 Jun 2013 21:55

dmeffe5

Is there any way to change the backend calendar date/time when entering a New Date? I dislike how you have to click or drag through the time. I'd rather just type a time in manually if at all possible...
Category: RSEvents!Pro
07 Jun 2013 15:14

doug04

Hello,

I have a form which has more than 100 fields. So, I wanted to have some of the fields lined up vertically so that it will not look lengthy. However, I learnt that in order to make the fields vertical (appear one after another) I have to disable to autogenerate layout. After doing this, the calendar control is not appearing at all and also the checkboxes options are taking extra line space. So, i contacted Support, and they said, in order for Calendar to work properly you have to...
Category: RSForm! Pro
07 Jun 2013 00:40

info879

Information how to do this would be great!
Category: RSEvents!Pro
31 May 2013 19:21

toddlando

I need to validate a date field to ensure that the date selected is no more than two years prior to today's date. I can limit the calendar selection by inputting a max or min date, but this does not actually validate the date, and does not prevent someone from overriding by inputting a date as text ("01/01/1901").

There must be a way, but I've read every post on this forum related to date validation and the support docs and can't find the solution.
Category: RSForm! Pro
23 May 2013 14:29

picturemeclubbing

I still need help in this area. Can anyone help me please?
Category: RSEvents!Pro
18 May 2013 04:05

phonroth701

Is there a way to make today's date un-selectable in the date picker?
Category: RSForm! Pro
Displaying 526 - 540 out of 1048 results.