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
31 Oct 2017 11:25

dragos

Hello,

The Default Value of the calendar type fields will normally require an actual date and not a string, instead of Start Date of Hunt and End Date of Hunt you should use an actual date.

You can find more details here:

www.rsjoomla.com/support/documentation/r...in-the-database.html
Category: RSForm! Pro
19 Oct 2017 14:57

lyochum1

Thank you so much for the reply.

You are awesome!
That worked great. I had to add that line but it worked!

THANK YOU AGAIN!
Category: RSEvents!Pro
19 Oct 2017 09:02

dragos

Hello,

You can try adding the following css rule in one of your template css files:
.rsepro-calendar-events .event a {
	color:your_color_here;
	font-family: your_font_here;
}
Category: RSEvents!Pro
19 Oct 2017 02:21

lyochum1

I am having a heck of a time trying to figure this out...
How can I change the color and font of the event title that comes up in the calendar page?
Category: RSEvents!Pro
11 Aug 2017 21:24

Daruma

Hi, I am using the "RSEvents!Pro Calendar" Module here -> http://browardmpo.org/index.php/calendar
Whenever someone selects a month from the month drop-down, the page refreshes and updates the calendar accordingly. I'm trying to get it to update the month drop-down as well, so that it matches what's being displayed. Is this possible?
Category: RSEvents!Pro
19 Jul 2017 11:25

dragos

Hello,

Your code will actually disable the Mondays and Tuesdays, the calendar count starts from Sunday, which is 0. In order to disable Saturdays and Sundays, you should try this instead:

www.rsjoomla.com/support/documentation/r...time-picker.html#dcw
Category: RSForm! Pro
06 Jul 2017 14:35

info3946

I fixed it by replacing the date element with the "calendar" element - I may need to check all my websites now that are using this
Category: RSForm! Pro
05 Jul 2017 12:10

adridebekker

Hello,
Is something like this possible?
<script type="text/javascript">
jQuery(document).ready(function(){
  var myDisabledDates = ['weekDay == 1','weekDay == 2'];
  //the dates you want to disable
  myDateTPicker = RSFormPro.jQueryCalendar.calendars[4]['datum'];
  //replace 25 with your form ID and the date time picker name.
  myDateTPicker.calendarInstance.setOptions({
    disabledDates: myDisabledDates
  });
});
</script>
Category: RSForm! Pro
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
Displaying 151 - 165 out of 1048 results.