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
30 Aug 2016 06:51

fretsmaster

Good day friends :)

I require some help with the calendar function in the form maker.

The date picker button is not aligned when I add it onto the form.

Is there any way I can align the buttons with the text field for the calendar? It must be top-aligned.http://

Thanking you in advance :)
Category: RSForm! Pro
19 Aug 2016 17:54

erwin1

I know this is an old post, but I would like to know this also.
Category: RSDirectory!
18 Aug 2016 17:27

RPPEO

Looking for a suggestion to resolve an issue with the Google Sync offered by RSEvents. We have events going back to 2007, so while trying to import 9 years of data the server (GoDaddy) bails as there is simply too much data. Obvious options are to grab the calendar ICS file, BUT RSEvents only allows CSV importing. The other is to specify a date range to import, but the sync in RSEvents is rather dumb and doesn't allow you to filter events by date or any other value.

If you have managed to sync a busy Goolge Cal how did you do it?

Thank you
Category: RSEvents!Pro
15 Aug 2016 00:40

laurent.bachot

Hello,
is it possible to have a view per week in the calendar ?
Thank's
Category: RSEvents!Pro
04 Jul 2016 11:21

sm32

Hello.
Can i create an own calendar?
I mean each user on directory site.org/calendar could see his own calendar with events he joined to.
User can join to event same way like on most social websites by clicking on event button named "add".
Is this similar to subscriptions? Can i make it this way but without pricing?
Category: RSEvents!Pro
01 Jul 2016 06:58

pradip5

Hi,
I want show all Tuesdays, Thursdays and Saturdays (1st, 3rd & 5th) in the calendar. All other days should be hidden. I could manage to hide days. But not able to hide alternate Saturdays. Please help.
<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() == 1 || d.getDay() == 3...
Category: RSForm! Pro
28 Jun 2016 15:10

mchmaster84

Hi. So from what I can see, every time I want to sync items between google calendar and rsevents, I have to click the synchronize button. Is that correct? Is there a way it can be automated such as in DPCalendar?
Category: RSEvents!Pro
28 Jun 2016 10:15

dragos

Hello,

In order to control the 'Date and Time picker' please refer to the following article:
www.rsjoomla.com/support/documentation/r...and-time-picker.html

Although we do not have a copy-paste solution, you can try refering to the followind articles for a starting point:

www.rsjoomla.com/support/documentation/r.../date-operation.html...
Category: RSForm! Pro
22 Jun 2016 11:44

RPPEO

Good morning folks, a client is interested in using RSEvents to manage a small training center. They currently use Google Calendar, and each month create and print a paper version to post on the wall. I've been poking around looking at options within the software or Joomla to do this but haven't found the right solution yet.

If you have any suggestions they would be appreciated.

Thank you
Category: RSEvents!Pro
16 Jun 2016 06:52

dragos

Hello,

The RSForm!Pro component does allow you to control the Calendar or Date and Time Picker, but this requires custom scripting. In order to control the Calendar field, you can go to Components > RSForm!Pro > Manage Forms > Select Form > Form Properties > CSS and Javascript and use the following function, specific for the Calendar field: rsfp_onSelectDate(). Find out more information about how to define and use this function at the link below:...
Category: RSForm! Pro
13 Jun 2016 09:57

quabu

We are looking for someon to change the calendar menu item view to have a weekly calendar view like this: weekcal.com/weekcal/images/gallery/screen1_ipad.jpg

The hours on the left side and the events on for every day of the week with week pagination

Anyone can help me?
Category: RSEvents!Pro
13 Jun 2016 08:57

casper.nhr.hansen

In the past versions of RSForm Pro i have used a PHP-script to alter the selected date of the popup calender in RSForm Pro.

After the latest update, this seems to have changed a bit, and my configuration is not working any more.

I have tried outputting php-code from the field "Min Date (m/d/Y)" but the code does not change the startdate.
//<code>
$date = '"mindate": "01/06/2017", "pagedate": "06/2017"';
return $date; //</code>

The output shows the following:...
 

Could anyone advice how to...
Category: RSForm! Pro
10 Jun 2016 13:04

sfuchs

Hello

In one future website, we have a calendar that displays training sessions for certains dates. Every one can purchase a session via the calendar

After the event purchase, the new registered user will have in his private area some downloadable documents related to his recent purchase.
After the purchase, the user will receive a mail with attached related documents.
That means that every events has is own separated list of documents.

Is it possible with RS Events Pro ? And maybe with the...
Category: RSEvents!Pro
04 Jun 2016 22:58

selor

Hi

any tutorial to setup the callback on google side for put the good parameters in RS events pro ? for google synch ?

regards ..
Category: RSEvents!Pro
18 May 2016 16:06

daspinwall

I am making an employee vacation request form. I have two calendars that, through a script, populate a text box with the total number of days off. Before I had this, users would manually enter their total number of days off. I thought I would automate it. The problem is, once I add this script, all calculations stop working. I have a calculation that multiplies the total number of days off by the total number of vacation hours per day to fill a text box with the total number of hours requested....
Category: RSForm! Pro
Displaying 196 - 210 out of 1050 results.