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
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
15 Apr 2014 10:40

adrianp

Hello,

We haven't received any incompatibility reports between RSAria! and the mentioned extensions.
Category: Templates
14 Apr 2014 17:59

michael.magnusson_telia_com

Hello!

Before I buy the template RSAria I have to ask you if I could use Google Calendar and GCalendar together with this template?

Best Regards,

Michael Magnusson
Category: Templates
14 Apr 2014 12:11

perini-ps

Hi all,

I have a couple of questions on the synchronisation between Google Calendar and RS Events Pro. In an earlier post I asked for help because it wasn't working. Now, magically, it's working (!!!) but not 100%.

Synchronisation pulls in events from GCal. However, when they arrive in RS Events Pro:

- They are 1 hour too early (is this a time difference setting? How can this be changed?)

- The location is being pulled through from GCal, but it isn't then displaying on the RS Events Pro...
Category: RSEvents!Pro
09 Apr 2014 12:23

adrianp

Hello,

You can consider using the calender field instead, which was actually designed for such a case. The calendar field allows setting the date format as well as making the input readonly(thus, users will have to select the date).

More information on this field can be found here:

www.rsjoomla.com/support/documentation/v...le/833-calendar.html
Category: RSForm! Pro
06 Apr 2014 14:18

draklems

Old thread but I'm looking for the same type of solution. Is there any way to not allow the user to choose weekends in the calendar?
Category: RSForm! Pro
21 Mar 2014 10:50

gavin3

Hi there

I have been using this page as reference:

www.rsjoomla.com/support/documentation/v...the-date-format.html

Please can you let me know what my calendar field ID would be...is it my name/caption?

Also...I have looked on uk3.php.net/manual/en/function.date.php and would like this format:

F j Y so it would be March 10, 2001

This is my code which doesn't seem to work when placed in PHP SCRIPTS $POST section.

if(isset($processform)){
    $date =...
Category: RSForm! Pro
20 Mar 2014 15:53

jgarcia9

Hello,

Based on your script sample you can calculate the amount of days between 2 calendars (date picker). It works fine for the exception that it does the math based on calendar days (7 days) like the ones used for booking. How can I just do the math based on week days (working days) Mon-Fri? Thanks for the help!
Category: RSForm! Pro
Displaying 421 - 435 out of 1048 results.