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
28 Jun 2017 15:13

djieply.mai

Hi,

Thanks for your info.
The weird thing is that I have created two ini languages (as did before on other components) and I've put them into the language directory, but no translation appears.

I made a copy of:
\language\en-GB\en-GB.com_rsform.ini
and placed it translated in:
\language\nl-BE\nl-BE.com_rsform.ini
\language\fr-FR\fr-FR.com_rsform.ini

When I go to overrides: I can't seem to find the constant on either of those two languages.

Probably doing something wrong here.
Kind regards,
Category: RSForm! Pro
28 Jun 2017 12:52

adrianp

Hello,

You can either:

- download and install a language pack (a French language pack is available for RSForm!Pro.

- or by creating your own translation (in case there's no language pack available).

Normally, you can find these labels specified in the frontend language file:

\language\en-GB\en-GB.com_rsform.ini

For example:

RSFP_CALENDAR_MONTHS_LONG_3="March"

You can then use the standard Joomla! language overrides feature to provide a different translation using the language constant:...
Category: RSForm! Pro
28 Jun 2017 09:22

djieply.mai

Hello,

I have the same issue. Is there a solution yet?
Kind regards
Category: RSForm! Pro
09 Jun 2017 06:23

octavian

01 Jun 2017 16:52

Crispin

How can I use a fontawesome or Glyphicons for the Calender pop up button. It doesn't appear possible using any of the overides.

ie
<i class="fa fa-calendar" aria-hidden="true"></i>

Thanks
Category: RSForm! Pro
28 Apr 2017 22:45

jeff04

I'm doing a website for a local water district. They want customers to select their desired star of service date, but no more than 14 days in advance. How can I limit the calendar field to account for this? Any ideas?

I've found bits and pieces that seem to be part of the equation, like this:

www.rsjoomla.com/support/documentation/r.../date-operation.html

but nothing is working for me yet...

Any ideas out there?
Category: RSForm! Pro
27 Apr 2017 13:37

xingu

Hello, I would like to disable past dates and todays date in the datepicker function.

Here is the example they give for something close.

jQuery('#datetimepicker7').datetimepicker({
timepicker:false,
formatDate:'Y/m/d',
minDate:'-1970/01/02',//yesterday is minimum date(for today use 0 or -1970/01/01)
maxDate:'+1970/01/02'//tomorrow is maximum date calendar
});

I removed the stuff I don't want like max date and timepicker:false but want to also try and exclude current day too. Maybe use -1...
Category: RSForm! Pro
27 Apr 2017 11:12

dragos

Hello,

If you wish to disable the date picker and choose only these hours, you should try using the following code instead:
<script type="text/javascript">
jQuery(document).ready(function(){
  myDateTPicker = RSFormPro.jQueryCalendar.calendars[17]['dtp'];
  //replace 17 with your form ID and the date time picker name.
  myDateTPicker.calendarInstance.setOptions({
    datepicker:false,
    timepicker:true,
    allowTimes:['12:00', '13:00', '15:00','17:00', '17:05', '17:20', '19:00',...

Make...
Category: RSForm! Pro
26 Apr 2017 23:18

xingu

Hello, I need help to figure out how to remove the unavailable times in the timepicker. The example page has a solution but I cannot seem to understand how to incorporate it with my form.
allowTimes options TimePicker Example #
xdsoft.net/jqplugins/datetimepicker/

The example is:

jQuery('#datetimepicker5').datetimepicker({
datepicker:false,
allowTimes:[
'12:00', '13:00', '15:00',
'17:00', '17:05', '17:20', '19:00', '20:00'
]
});

I entered this but it does not work.

<script...
Category: RSForm! Pro
15 Apr 2017 02:26

webmaster02

Using RSDirectory just purchased... is there an event calendar built in? If not... does RSEvents integrate?

We will sell memberships for businesses and non profits to promote their goods and services. Many of these groups, particularly the non profits, will have events. We would like a paid member to be able to post events to a publicly viewable calendar. How best to do that?
Category: RSDirectory!
22 Mar 2017 09:26

gurdip

Submitted a support ticket, apparently this issue is due to the template.

Will be contacting the template developer as suggested.
Category: RSEvents!Pro
21 Mar 2017 11:09

gurdip

Hi,

For some reason, the Calendar Search css is being overridden somehow.

My website:
stage.treknology3.com/events-calendar

How do I fix this? Thanks.

Gurdip
Category: RSEvents!Pro
09 Mar 2017 16:47

jon27

Gooday,

We are using Rs Events Calendar module. I have just downloaded from RS Joomla and it says that is for joomla 3, but in joomlas admin backend i see: v 1.5 19/03/2012.

When we click on a day of the current month shows the events well, but when we navigate through the months of the module rsevents, to the next or previous month, clicking an event disappears the navigation changing the url to:
Component / rseventspro / day

We want to maintain the navigation environment and be able to...
Category: RSEvents!Pro
01 Mar 2017 12:52

wd5mush

I am using the date and time pickers for a hiring system. Sometimes the start and finish dates chosen are a long way in advance of the current date.
I use one pop-up calendar to select the hire start date and another for the end date. As set up, both the start and end date calendars are initialised to show today's date.
Has anyone come up with some java script that would allow the end date calendar to focus on the booking start date when it initialises?
I realise I can set it up so the user...
Category: RSForm! Pro
27 Feb 2017 19:41

kees.de.goeijer

Hello,

In the calendar I use a filter form the legenda (categories). Is it possible to make a link from a page somewhere else in the website to the calendar including the filter?

Someting like this:
<a class="rsepro_legend_text rsepro_legend_selected" href="calendar page" onclick="rs_calendar_add_filter('filtername','0');">
Category: RSEvents!Pro
Displaying 166 - 180 out of 1055 results.