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
10 Aug 2013 10:05

zoranlukovic

How to remove a links "no events" for days without events. I want to have a links only for days with events, other days in calendar not to be links.
Category: RSEvents!Pro
09 Aug 2013 14:17

webmaster890

/media/system/js/calendar-setup.js
change
f("firstDay",null)
to
f("firstDay",1)
Category: RSEvents!Pro
09 Aug 2013 07:25

paladin brewer

Hello,

Your "create event" page does not seem to get along with my pull out teamspeak module. You can see for yourself.

My main site:
test.9thsword.org

The create event page:
test.9thsword.org/members-only/event-cal...it-event/4-new-event

Any thoughts here would be greatly appreciated.
Category: RSEvents!Pro
02 Aug 2013 18:06

fullmedia

Hi

I've been a license holder of RSEvents, literally for years. I think it is an excellent component but ... to this day I still use JEvents on my site. The reason for it is almost trivial, but for me it is important; the reason? JEvents allows me to import JomSocial events into its calendar.

For those who do not use JomSocial, this isn't even a consideration, but since my site is all but centered around the social features of JomSocial, it's a big deal.

Question: Just hard would it be to...
Category: RSEvents!Pro
28 Jul 2013 07:29

nids_511

Hi, I was looking up the forum for a solution to blocking Sundays on my RSForms calendar and bumped into your post. Did you ever find a solution to it ?
Category: RSForm! Pro
26 Jul 2013 11:08

frdrique.vilain

hello

how can I make two colums in my form so that the text is first in one and then the second column.
Because when I select the model two columns that are alternately put on two columns and not one after the other and then the other column.

Also how can I do to have a date field without the calendar, but the fields of style dd mm yy

thank you for your help

frederique
Category: RSForm! Pro
19 Jul 2013 13:20

silviup

To fix this you need to update both the calendar module (if you are using it) and the component, we have corrected this issue.

More on updating the component here:

www.rsjoomla.com/support/documentation/v...ing-rseventspro.html
Category: RSEvents!Pro
19 Jul 2013 08:53

indrek9

If an event is entered "ALL DAY EVENT" then calendar tooltip shows event (example: 3 events (one all day event and two events start and end dates)), but after the click on this date, then the list only two events that entered start and end dates.

My English is not the best :blush:
Category: RSEvents!Pro
18 Jul 2013 09:47

silviup

The calendar field is automatically translated by the Joomla! installation if you have installed the RSForm!Pro German and French language packs (you can download them from our website, in Downloads >> My Downloads >> RSFomr!Pro).

Note that the calendar field's caption, default value, description and validation message can be configured separately per installed language (if the user views the website in German, for example, the caption, default value, validation message and description will be...
Category: RSForm! Pro
17 Jul 2013 14:20

katarsis

Hello,
I saw a similar question but for french..

I need the same thing as you : French and English

DId you get an answer ?

Thanks
Category: RSForm! Pro
07 Jul 2013 11:31

Picht

Hi

I have a form with 2 date fields.

What i want to achieve is that when i choose a date in the first calendar, then the date gets passed to the field for the second calendar AND as the selected date for the second calendar.

For now this code is entered and it takes care of the first part (setting the selected date in calendar 1 in the second calendar textfield:
<script type="text/javascript">
function rsfp_onSelectDate(selectedDate, type, args, calendar)
{
   if (calendar == 'Calendar...
...
Category: RSForm! Pro
05 Jul 2013 12:45

silviup

To achieve this, add the following script in the Javascript area of the CSS and Javascript tab found in Components >> RSForm!Pro >> Manage Forms >> edit your form >> Properties:

<script type="text/javascript">
function rsfp_onSelectDate(selectedDate)
{
currentDate = new Date();
month=currentDate.getMonth() + 1;
today = currentDate.getDate() + "." + month + "." + currentDate.getFullYear();
hours = currentDate.getHours();
if(selectedDate == today && hours >= 10)
{
alert('enter your...
Category: RSForm! Pro
04 Jul 2013 19:36

sarah72

Hi, I have a form set up to do online ordering and have a date field that people need to choose when yo pick up their order. I need to set a restriction that they cannot choose the same day if it is after 10am. Is there a script that I can enter to make this happen?

I already have the min date set so they cannot choose a day that is before today, but I need to place a restriction if it is past 10am that it doesn't allow them to choose the same day.

Thanks in advance.

S
Category: RSForm! Pro
04 Jul 2013 02:16

fdigital01

I can't see how to set a start and end time for an event - only the dates....

Can anyone help?

Thanks

it's a bit tricky but you can change the date when setting the day... it is at the bottom of the calendar
Category: RSEvents!Pro
03 Jul 2013 08:16

rbosboom

Hello,

I would like to have a custom validation rule for a date in a textbox field. I don't want to use the calendar for this but just a textbox with a date format like 03/07/2013

Thanks.

Rob
Category: RSForm! Pro
Displaying 511 - 525 out of 1048 results.