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 May 2014 14:57

keena

Hi All,
Just wondering if anyone has had experience in using the "Manage Directories" and found if it is possible to have the calendar pop up appear when editing a date field.
Strange that when you enter the data initially on a form, the option for a flat or pop-up calendar is available, however when you then choose to edit the submission, you lose all data quality, thus enabling someone to break the date field as it turns into a text box.

Perhaps I missed a setting? Does anyone know if this is "working as intended"?

Thanks.
Category: RSForm! Pro
20 May 2014 07:17

cosmin.cristea

Please make sure you have the latest versions installed of RSEvents!Pro Calendar module and RSEvents!Pro from 07 May 2014 - 1.5.38 - Joomla! 3.x & 2.5 only .

PS: We recommend making a backup before updating.
Category: RSEvents!Pro
19 May 2014 16:11

pads.buyer

I have installed the Calendar module for RSEvents.
However I get the following message when accessing our web site.
"Fatal error: Call to undefined method rseventsproHelper::tooltipLoad() in /homepages/16/d263935895/htdocs/pads/bps/modules/mod_rseventspro_calendar/mod_rseventspro_calendar.php on line 19"
Category: RSEvents!Pro
19 May 2014 09:42

cosmin.cristea

By inserting the following code in the Max date attribute, it will restrict chosing a date that is in the timeframe of now and 18 years ago
//<code>
return date('m/d/Y', strtotime("18 year ago"));
//</code>

More information can be found in the Calendar article
Category: RSForm! Pro
19 May 2014 04:15

chris.j.brown

Perfect, thanks!
Category: RSForm! Pro
19 May 2014 02:22

yaani

Can anyone help me with the code to make sure that a birthdate that is selected in a calendar is a minor (under 18) and display an error if the birthdate selected is greater than 18 years prior to the current date?

Thank you for any assistance with this.
Category: RSForm! Pro
15 May 2014 06:58

cosmin.cristea

<script type="text/javascript">
  function rsfp_onSelectDate(date, type, args, calendar)
{
var dates = args[0];
var date = dates[0];
var year = date[0], month = date[1], day = date[2];
 
var d = new Date(year, month-1, day);
if (d.getDay() == 0 || d.getDay() == 6) {
alert('Available only from Monday to Friday');
return false;
} else {
return true;
}
}
</script>

Insert this code in the CSS and Javascript tab.This will block saturdays and sundays from your calendar, for more...
Category: RSForm! Pro
14 May 2014 23:09

chris.j.brown

I'm trying to work out how to block weekends from the calendar pop-up. I've managed to block out all previous days from tomorrows date but cannot see how to block weekends.
Help would be much appreciated!
Category: RSForm! Pro
14 May 2014 17:28

webs7

I want to have the hover box to show up earlier with the event details not showing the html code. How can I accomplish this? See screen shot for example. The html code needs to be removed here from the users view and it take approx 2-3 seconds for the box of info to show up. I would like it to be instant



Thanks
Category: RSEvents!Pro
14 May 2014 09:16

Ravenclaw

Good time of day!
The question: How can I display categories and tags in the form of lists, replacing this conclusion search form component? if possible-would be happy to help. The standard form of searching the list/calendar of events does not suit the customer site.
Category: RSEvents!Pro
13 May 2014 13:14

cosmin.cristea

<script type="text/javascript">
  function rsfp_onSelectDate(date, type, args, calendar)
{
var dates = args[0];
var date = dates[0];
var year = date[0], month = date[1], day = date[2];
 
var d = new Date(year, month-1, day);
if (d.getDay() !== 6) {
alert('Please select Saturday!');
return false;
} else {
return true;
}
}
</script>
Insert the above code in the CSS and Javascript tab. For more information about how you can control the calendar read here and here
Category: RSForm! Pro
13 May 2014 12:22

paul.w.finch

Is it possible to validate that a date selected from the pop up calendar is a Saturday and refuse any entry that isn't?

Thanks
Paul.
Category: RSForm! Pro
13 May 2014 11:23

perini-ps

Thanks Alex,

Everything looks fine:

- No security issues/restrictions
- Google username and password are fine in RS Events

But:

- It isn't listed as one of the connected apps in Google account permissions
- It's RS Events v1.0; has anything changed since then (eg Google's authentication method) which a later version would take account of?

Cheers,
Paul
Category: RSEvents!Pro
07 May 2014 08:38

alexp

The problem is most likely generated by a security related restriction for your account. Try logging in and see if any security warnings are displayed.
Category: RSEvents!Pro
06 May 2014 20:53

daniel81

I'm also having that problem. :(

Update: I got it to connect but, events are added to a blank category no matter which category I select. Because of this, events don't appear in the calendar.
Category: RSEvents!Pro
Displaying 406 - 420 out of 1048 results.