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
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
23 Apr 2014 13:49

amcguire

Why, when I upload my own PNG to an event, does it not maintain it's transparency, but the default calendar image is transparent?

I need this image to maintain it's transparency - which seems like it would be the default action since the default style of the Events menu item is to change the background of the event on hover.....

Please advise, thanks.
Category: RSEvents!Pro
21 Apr 2014 09:33

ConquestMedieval

Figured it out through trial and error... not sure if there is a more elegant way to write this...

<style>
.yui-calendar .wd1, .wd2, .wd3, .wd4, .wd5 {
pointer-events: none;
cursor: default;
}

.yui-calendar td.calcell.wd1 a {
color:#E0E0E0;
}

.yui-calendar td.calcell.wd2 a {
color:#E0E0E0;
}

.yui-calendar td.calcell.wd3 a {
color:#E0E0E0;
}

.yui-calendar td.calcell.wd4 a {
color:#E0E0E0;
}

.yui-calendar td.calcell.wd5 a {
color:#E0E0E0;
}
</style>
Category: RSForm! Pro
20 Apr 2014 23:36

ConquestMedieval

Hello,

I am trying to change the calendar to only have Saturday and Sunday as selectable options. I have managed to do this with the following style script in the CSS declarations form.

<style>
.yui-calendar .wd1, .wd2, .wd3, .wd4, .wd5 {
pointer-events: none;
cursor: default;
}
</style>

However the calendar is still non-intuitive, although Mon-Fri are non selectable, the cells still have similar cell styles i.e. the dates through the whole month still appear to be blue with a white...
Category: RSForm! Pro
16 Apr 2014 14:59

studio72

Hello I am struggling a bit with this i have looked through the forum but cant work it out.

I want to use the calander to only allow people to book 4 days in advance, also not on a sunday.

how can i make it so people cannot select them?

if possible but not sure if it is, mon-friday need to then show a time field with 15 minute slots from 8am-6pm and if sat is selected 8am - 4pm?

any help really appreciated.
Category: RSForm! Pro
16 Apr 2014 11:55

alexp

Though not exactly what you need, perhaps the following article will provide some help:

http://www.rsjoomla.com/support/documentation/view-article/97-date-operation.html
Category: RSForm! Pro
16 Apr 2014 11:26

ConquestMedieval

Hello,

I'm using up to date RSForm Pro with Joomla 3.x My programming knowledge in Java, php and joomla is limited but i have experience in general programming techniques.

I am trying to calculate the difference in days between a specified date in-putted by a user using a calendar component and the current system date. The output of which is put into a hidden field.

Is this possible?

Cheers
Category: RSForm! Pro
16 Apr 2014 06:41

PC Fox

Download with FTP-client next .ini-file:
/language/en-GB/en-GB.com_rsform.ini


;# @version 1.4.0
;# @package RSform!Pro 1.4.0
;# @copyright (C) 2007-2010 www.rsjoomla.com
;# @license GPL, www.gnu.org/copyleft/gpl.html

;# CALENDAR
RSFP_CALENDAR_MONTHS_SHORT_1="Jan"
RSFP_CALENDAR_MONTHS_SHORT_2="Feb"
RSFP_CALENDAR_MONTHS_SHORT_3="Mar"
RSFP_CALENDAR_MONTHS_SHORT_4="Apr"
RSFP_CALENDAR_MONTHS_SHORT_5="May"
RSFP_CALENDAR_MONTHS_SHORT_6="Jun"
RSFP_CALENDAR_MONTHS_SHORT_7="Jul"...
Category: RSForm! Pro
15 Apr 2014 19:25

michael.magnusson_telia_com

Can I test it in some way?
Category: Templates
Displaying 421 - 435 out of 1055 results.