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
28 Aug 2014 12:20

aztrid

Thank you for your reply. It didn't work and it took my contact form away. I removed it and the contact form is still missing from its place in the right sidebar. I removed the calendar component from the form and the form did not come back.

I shall build another form now. I take it that the above code is obsolete or my RS!form version is.

Best regards,

Astrid
Category: RSForm! Pro
28 Aug 2014 11:38

cosmin.cristea

Insert this code in the Min Date area of the calendar field's Additional Attributes:
//<code>
return date('m/d/Y', strtotime("7 days"));
//</code>

More information can be found in this article:
http://www.rsjoomla.com/support/documentation/view-article/833-calendar.html
Category: RSForm! Pro
28 Aug 2014 11:23

aztrid

Hi all,

I have this walking tour booking site for tourists on which they can book a walking tour of Copenhagen: newporttours.dk/

In the Contact form, I have this calendar where the inquirer can submit a date on which he wishes to book the tour.

I think the Calendar component has some problems such as

1. There is no option to have past days "greyed out" (unselectable) and
2. I can't set the min date to be e.g. "current date plus 7 days" (we need time to arrange the tour)

Does anyone...
Category: RSForm! Pro
27 Aug 2014 20:07

albertganss

Has anyone done this?
I was trying to add the event category color to the mini calendar dates. It seems easy enough but I am not a php programmer. Anyone wanna take a shot at it?

Alberto
Category: RSEvents!Pro
18 Aug 2014 08:41

cosmin.cristea

I have tried the code provided in your reply (with the given changes to the form ID and field names) and it works as intended. Please make sure you're using the exact form id and names for the calendar fields. Nan is usually used to indicate an error condition for a function that should return a valid number.
Category: RSForm! Pro
17 Aug 2014 13:11

luckgood

Help Me! :ohmy:
I want to calculate the difference in days between two calendar dates. Using this materials, as a result I've got next answer: NAN. What it's mean?
This is my script:
<script type="text/javascript">
function calculateDate(date1, date2){
 
  diffc = date1.getTime() - date2.getTime();
 
  days = Math.round(Math.abs(diffc/(1000*60*60*24)));
 
return days;
}
 
function rsfp_onSelectDate(date, type, args, calendar){
 
argsstr = String(args);
spldate =...

Thanks!
Category: RSForm! Pro
05 Aug 2014 06:24

dsizz

Hi Guys,

I am not sure if this requirement is possible with rsevents pro, actually i have a small calendar module on the home page and is there any way to tweak it so that once the user click on any date and it take to a page with a bigger calendar view.

Thanks
Category: RSEvents!Pro
04 Aug 2014 08:44

cosmin.cristea

The ordering of the events displayed in the calendar, can be changed for both the Menu item and for the Calendar Module. This option can be found here: :

Menus > Calendar Menu Item > Option > "Default ordering"
Extensions > Module Manager > Search for the RSEvents!Pro Calendar > "Default ordering"
Category: RSEvents!Pro
02 Aug 2014 14:55

giggimix1

Hello I have a problem on scripts:
www.edeos.eu/new/prossimi-webinar-e-corsi

Can you give me a hand?
Category: RSEvents!Pro
02 Aug 2014 12:45

michael.williams

How can I reorder the events in the calendar days to appear by earliest event on top?
Category: RSEvents!Pro
24 Jul 2014 21:48

contact14

Hi i have a problem with rsevents pro,
I have an event that appear on calendar and on rsevents-slider. The problem is the links from calendar don't show the same as the slider !! i need both points to the same link ! Any idea ?
*
Cheers
Category: RSEvents!Pro
05 Jul 2014 09:31

fritz.gehrmann

Hi!

I don't see my Calendar. regardless of whether popup or flat :(
The following Error Message: MONTHS_SHORT is not defined in cal.js

Hope you can help me :-)

Best Regards
Fritz

test.schwedenaktiv.de/test22.html
Category: RSForm! Pro
25 Jun 2014 18:01

orglube

Hello Everyone,

I need to build a school planning of children's attendances to the scholl restaurant : I thought that RS products might be usable to do what I want.

Here is the problem to solve :

- I know which days in the week every child used to attend to the restaurant (based on parents declaration at the beginning of the year);

- I am therefore able to prefill for each coming month a "previsional" planning of attendance to the restaurant for each child

- I would like to offer to the...
Category: General Discussion
24 Jun 2014 12:09

eddie2

I need guide to css for the hover over calender action
Currently its just a mess of gigs with no class attached? How do I add a class for the calender hover text!

Regards

Eddie
Category: RSEvents!Pro
20 Jun 2014 01:01

tomicat

I've been wracking my brains over this one for some time, so hopefully one of you wizards can help me out.

I have an RSForm mapped to create articles in my J3 site. I want to be able to take a date from a Calendar field and use it as the publish up date of the article. Now, I have this working using a hidden field with default value of:

//<code>
return date('o-m-d H:i:s');
//</code>

My problem is that when the article is created, it adds GMT (+10) to the time. So If I were to make a...
Category: RSForm! Pro
Displaying 391 - 405 out of 1055 results.