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
08 Feb 2021 14:28

dragos

Hello,

RSJoomla! is releasing its products only in English language, the rest of the language files are donated by the community and might not be complete. You can try creating / completing your own language pack by referring to this article.
Category: RSForm! Pro
08 Feb 2021 11:48

web42

Hi.
I would like the calendar to appear in Greek (or another language) other than English.

I have uploaded the language files normally and all are set to Greek lang. Nevertheless, the calendar is still displayed in English.

I have read everything about it in the forum but whatever I tried I did not succeed.

What can I do to achieve this?

Thanks.
George
Category: RSForm! Pro
26 Jan 2021 10:00

iceferret

I use form 1 to pass some user entered info to form 2. This form checks the database and if the info is correct prefills the form fields with all the users data. If I use a calendar field their birthday i.e 1960-12-12 is prefiled correctly, using a birthday field I only get the year i.e 1960 - month - day.
The data is passed to the $val by
$val['bday'] = $row['birthday'];
Any ideas? B)
Category: RSForm! Pro
25 Jan 2021 12:32

gregs

I just tried it and you're right.

I think it didn't affect my use because I don't use those data-picker calendars but rather pull-downs and text fields.
Category: RSForm! Pro
20 Jan 2021 19:22

Romuba

Thank you Gregs.

I have used the script as per the link and it works very well except for the Calendar and the Date and Time picker. Those details are not saved and when the data is retrieved they are blank. Everything else seems to work perfectly.

Any idea what could be wrong?
Category: RSForm! Pro
07 Jan 2021 15:53

contact827

You fixed it, after a discussion in a ticket :
We'll also include this small fix in our component pack so there won't be no such issues on the future upon updating the component.
Category: RSComments!
07 Jan 2021 14:47

dragos

Hello,

Please submit a support ticket so our staff members can investigate this matter properly.
Category: RSComments!
14 Dec 2020 19:47

jamesk9

Hey,

Had hetzelfde, de volgorde is belangrijk:

Probeer dit eens:
<script type="text/javascript">
jQuery(document).ready(function() {
 
// Datum is mm/dd/yyyy
var disabledDates = ['12/30/2020','11/10/2020','10/11/2020'];
 
myDateTPicker = RSFormPro.jQueryCalendar.calendars[5]['datumtijd'];
 
myDateTPicker.calendarInstance.setOptions({
	//i.p.v. een "we are closed" popup, diable the day
	//disabledWeekDays: [1],
	dayOfWeekStart: 1,
	disabledDates: disabledDates
});...

Een tip, ipv...
Category: RSForm! Pro
14 Dec 2020 18:23

contact827

Hello
I'm trying to use RSComments in SPproperty (from Joomshaper), but the RSComments code , {rscomments option="com_spproperty" id="135"} , disables 2 other elements in the page :
A map of OpenStreetMap, and a calendar widget, inserted from another site (Smoobu). Part of the code :
<script type="text/javascript" src="https://login.smoobu.com/js/Apartment/CalendarWidget.js"></script>

How to fix that ?
Category: RSComments!
20 Nov 2020 16:22

marcomunari.it+avangate.com

Due to covid-19/coronavirus, all the events of this period do not happen in a physical place, but online. How to manage them with RSEvents!Pro?

Unfortunately the field "location" cannot be left empty.

It would be nice to be able to indicate a link, as an alternative to the location, specifying that it is an "online event" (usually online events have a link).
Just like "Google Calendar" has been doing for some time.


Thank you.
Category: RSEvents!Pro
18 Oct 2020 08:31

pat01

Hi

Old thread but it still might help someone... :)

Disable weekdays:
<script type="text/javascript">
// Disable weekdays
jQuery(document).ready(function(){
  myDateTPicker = RSFormPro.jQueryCalendar.calendars[14]['Cal4'];
  myDateTPicker.calendarInstance.setOptions({
    disabledWeekDays:[1,2,3,4,5]
  });
});
</script>

Disable weekends:
<script type="text/javascript">
// Disable Saturday and Sunday
jQuery(document).ready(function(){
  myDateTPicker =...

Important:
To make it work...
Category: RSForm! Pro
06 Oct 2020 12:19

andy752

How do I change the icon for each category?
I changed it on the category record but it stays as the default calendar icon.

Andy
Category: RSEvents!Pro
05 Oct 2020 09:21

yolknet

In the code below I'm trying to combine a weekly day with specific dates. Both options work separately from each other, but how can I use them both in one script?
disabledDates = ['10/10/2020','11/10/2020','10/11/2020'];
 
myDateTPicker = RSFormPro.jQueryCalendar.calendars[5]['datumtijd'];
 
myDateTPicker.callbackSelectedDateTime = function(selectedDateObject, calendarInstance, calendarDateObject, input, inputFormat)
{
	weekDay = calendarDateObject.getDay();
 
	if (weekDay == 1) {...
Category: RSForm! Pro
02 Oct 2020 17:21

eddalangworth

Hello,
I wonder if someone here can point me in the right direction.

I have a form that is connecting to Strip and all is working fine with that connection.

I am using Multiple products and am using - Select quantity as the first option for each product. So when it moves over to the Stripe it just lists everything like this :) . No change of line. I think this is quite off-putting for the customer.

Vínarterta - - Select quantity, Rúllupylsa - - Select quantity, Hangikjöt - - Select...
Category: RSForm! Pro
29 Sep 2020 07:18

info4060

Hi Supportteam,

I am unable to generate an end date according to the manual. (www.rsjoomla.com/support/documentation/r.../date-operation.html)
The difference is that I have 2 date fields and that I have to indicate the correct one.

The script I made now does something, but it doesn't give an end date just a big number.

In my PDF it shows now: From 10-10-2020 to 1602280806
But I don't know how to get this number 1602280806 into a date.

My script looks like...
Category: RSForm! Pro
Displaying 61 - 75 out of 1055 results.