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
11 May 2015 11:33

bogdan.tataru

In order to achieve this head to Components > RSForm!PRO > Manage Forms > select you form. In the Properties tab click on CSS & Javascript and add the following script in the Javascript field:
<script type="text/javascript">
function myFunction()
{
var selectedDate=document.getElementById('txtcal4_0').value;
var currentDate = new Date();
var month=currentDate.getMonth()+1; 
if(month<10){
month="0"+month;
}
var today = currentDate.getDate() + "." + month + "." +...

This function must be...
Category: RSForm! Pro
10 May 2015 21:55

Isengo

Hey Folks,
I know there is a post about it. But it won´t work for me somehow - www.rsjoomla.com/support/view-article/91...-calendar-dates.html

I changed all the var´s and ID´s as explained. But when I choose the two dates it always gives me back 0.
function calculateDate(date1, date2){
//our custom function with two parameters, each for a selected date
 
  diffc = date1.getTime() - date2.getTime();
  //getTime() function used...
...
Category: RSForm! Pro
09 May 2015 22:41

xcept

Hey guys,

I looked around the whole forum and found:

<script type="text/javascript">
function rsfp_onSelectDate(selectedDate)
{
currentDate = new Date();
month=currentDate.getMonth() + 1;
today = currentDate.getDate() + "." + month + "." + currentDate.getFullYear();
hours = currentDate.getHours();
if(selectedDate == today && hours >= 10)
{
alert('enter your invalidation message here');
return false;
}
return true;
}
</script>


Though it doesn't seem to work!

what i need is that the form...
Category: RSForm! Pro
07 May 2015 08:42

belmondjoe

Hi, Im'm just wondering if I can make a call function using dates from my database and putting it on my calendar fields? Or preventing the dates from my database to be selected in my calendar fields?
Category: RSForm! Pro
04 May 2015 12:13

jabaleva

Issue resolved:

In order to use the "Date modifier" and also be able to select the same date in the second calendar you will require a slight source code modification. Please try going to components\com_rsform\assets\calendar\ and editing the cal.js file by searching for:

var minDate = new Date(theDate.getFullYear(), theDate.getMonth(), theDate.getDate()+1);

and replacing this with

var minDate = new Date(theDate.getFullYear(), theDate.getMonth(), theDate.getDate());
Category: RSForm! Pro
03 May 2015 10:56

jabaleva

I am building a form where staff can input the dates and times they worked in a certain location.

From a Calendar they click on their "Start Date" and from a Dropdown they click on their "Start Time". From a second set of Calendar and Dropdown, they then click on their "End Date" and "End Time". The staff usually work plus or minus eight hours.

I need to restrict the dates in the second calendar, so that the staff can only click on a date beginning from the Start Date. Using the Date Modifier...
Category: RSForm! Pro
26 Apr 2015 09:54

Mail0447

Hi :),

I have a dinner reservation form with a calendar and a dropdown where the user can choose a time.

I need the chosen date to change the available time/value in the dropdown. There are two conditions that need to be available.

1. If the user chose this date, then user can pick a value: 11:30 to 23:00
2. If the user chose this date, then user can pick a value: 17:00 to 22:00

I have tryied some custom javascript by creating an array with the two types of dates using selectDate and it...
Category: RSForm! Pro
22 Apr 2015 08:20

andrea.campane

I already found in the list the localization for that module in italian.
Category: RSEvents!Pro
21 Apr 2015 09:24

andrea.campane

Is there a way to get the Calendar Module for RSEvents!Pro localized in my page ?

It's possible to create a file for the localization ?
Category: RSEvents!Pro
21 Apr 2015 08:32

alexp

rgillies6 wrote:
I am running Joomla 3.4.1

I have updated tot eh latest available version of RSEvents

I have updated to the latest versions of the Calender Module and The Coming Events Module

When I attempt to edit the Calendar module there is no tab for Menu Item assignment.

Please help.

You too haven't updated all that needs to be updated: components, modules and plugins.
Category: RSEvents!Pro
21 Apr 2015 05:49

rgillies6

I am running Joomla 3.4.1

I have updated tot eh latest available version of RSEvents

I have updated to the latest versions of the Calender Module and The Coming Events Module

When I attempt to edit the Calendar module there is no tab for Menu Item assignment.

Please help.
Category: RSEvents!Pro
17 Apr 2015 18:09

teeball

Prior to RSEvents Pro 1.8 I could use my browser's print function to print the RSEvents Pro Calendar as well as any Calendar event web page I clicked on. Now, however, when I print the Calendar (or any event web page) I get "/index.php?..." tags printed after almost every piece of information displayed on the web page. This only happens with RSJoomla web pages, all my other Joomla generated web pages print properly.

Does anyone know what is causing these "/index.php? ..." tags to print on every RSEvents Pro generated web page and how I can fix it?

Thanks.
Category: RSEvents!Pro
08 Apr 2015 13:06

jesse.williams

This will do the trick.


<?php $details	= rseventsproHelper::details($this->calendar->events[$event]->id);?>
 <img src="<?php echo $details['image_s']; ?>" alt="<?php echo $this->escape($event->name); ?>" />
Category: RSEvents!Pro
07 Apr 2015 13:52

bogdan.tataru

Even if you use the Admin panel or the "Create Event" menu item, the event image can easily be attached by clicking on the "Calendar" icon on the left top corner of the page. A pop-up window will be displayed and you can choose for the desired image. All you have to do next is to crop image at the right dimensions.
Category: RSEvents!Pro
02 Apr 2015 12:03

alexp

korom wrote:
The same problem! Could not specify the website (joomla 3.4) pages for this module. It does not work properly

Please update to the latest RSEvents!Pro version. Once you have updated the extension, you will also have to update all associated plugins and modules.
Category: RSEvents!Pro
Displaying 301 - 315 out of 1048 results.