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
13 Oct 2016 08:08

adridebekker

The code must be:

//<code>
return date('m/d/Y', strtotime("+10 Days"));
//</code>
Category: RSForm! Pro
11 Oct 2016 19:01

corévol

Hi, I try the link but it does not word and I really need this kind of script.

So can you help mle please ?

Regards
Category: RSForm! Pro
10 Oct 2016 07:31

hans2103

Hi there,

using RSEvents!Pro I'm synching Google Calendar using the API to my Joomla! website.
It seems that all calendars and items are being synched to one category.

I would like to synch a selection of the available Google Calendars and I would like to synch them to separate categories (just like in Google Calendar).

How can this be achieved?
Category: RSEvents!Pro
09 Oct 2016 19:04

etagure

Hi, I want to hire a programmer to made some changes in RSevent calendar module and in Rokminievents module. Anybody who can do job, please contact me on This e-mail address is being protected from spambots. You need JavaScript enabled to view it
Category: RSEvents!Pro
04 Sep 2016 21:49

tristantang

On initial page following the menu click (domain.com/events), the event calendar on the sidebar doesn't display any event initially, until I click on the arrows to navigate to another month and back.
When the calendar shows "no events", I click on the dates and the URL becomes "domain.com/events/day/09-13-2016/569", and the main position would display the date with no events.
When the calendar does show the events after navigating to a different month and back, I click on the dates and the URL...
Category: RSEvents!Pro
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
Displaying 196 - 210 out of 1055 results.