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
19 Nov 2010 23:55

fher

Is possible to display the calendar hidding or read-only the past days and avoid to select past dates?
Category: RSForm! Pro
11 Nov 2010 21:03

jbavington

Thanks.

I see the category colors are applied to the event name when in Calendar monthly view. Is there a way to have the event name text be white and the background-color for the text be the category color?

Jason
Category: RSEvents!
11 Nov 2010 06:43

alexp

Hello,

This is most likely caused by the fact that you are not using the correct id. The text field that holds the calendar value is something like this : txtcalx, where x is actually a counter (0, 1, 2...etc).

Example:
document.getElementById('txtcal0').value

To determine the correct id it would be best to use an inspecting tool like Firebug or view the page source.
Category: RSForm! Pro
09 Nov 2010 09:20

jeff.glenn

Currently if you select an event with 2 categories, it shows up twice in the calendar. Is there a way to fix that?

For example.. If you have the following categories for a school:
* Admissions
* Drama
* Athletics
* Basketball
* Baseball

For Basketball, the event would be in both Athletics and Basketball categories.
However, in the general calendar, the basketball events are showing up twice.

You can see this in the demo version on your website, just select 2 categories and view the calendar.
Category: RSEvents!
09 Nov 2010 04:47

neil2

Hi,

I am trying to find the correct javascript syntax for validating the return value for a calendar field when submit button is pressed.


This code works for a text field.

var x=document.getElementById("test");
document.writeln(x.value);

but we cannot access a calendar field in the same way - this code doesn't work.

var x=document.getElementById("date");
document.writeln(x.value);

Does anyone know what the javascript syntax is for handling a calendar field?

Thanks, Neil
Category: RSForm! Pro
20 Oct 2010 12:04

rob5

"Its not that good, that you see Events bginning at 10pm and Ending 6am are shown on both days in the calendar"

I too need to code changes to implement this, any possibility of supplying the code?

Thanks
Category: RSEvents!
20 Oct 2010 01:15

mcwolf00

Hi,

I find a way but I need to exact the value of the date I choose in calendar.
In Javascript, I use var d1=document.getElementById('dd').value ; to get the value of the date which names dd. But the value is null when I did this js.

Did any people meet this issue before? Or how can I fix this issue.

Thank you very much in advance.
Category: RSForm! Pro
17 Oct 2010 12:24

Flosen

Is it possible to show zhe uploaded picture in the event description?

How can i deactivate that the enddate is required?

Its not that good, that you see Events bginning at 10pm and Ending 6am are shown on both days in the calendar
Category: RSEvents!
06 Oct 2010 05:51

Flosen

And here is the German Backend


#
# @version 1.0.1
# @package RSEvents! 1.2.0
# @copyright (C) 2009 www.rsjoomla.com
# @license GPL, www.gnu.org/copyleft/gpl.html
#


#GENERAL

RSE_FILTER=Filter
RSE_CLEAR_FILTER=Filter löschen
RSE_PUBLISHED=Veröffentlicht
RSE_ORDER=Soertierung
RSE_SELECT=Auswählen
RSE_SAVE_BTN=Speichern
RSE_CANCEL_BTN=Abbrechen
RSE_CANCEL_OPERATION=Vorgang abgebrochen
RSE_PUBLISHED_ERROR=Eintrag wählen um
RSE_COPY_OF=Kopie von
RSE_#=#
RSE_BACK=Zurück...
Category: RSEvents!
06 Oct 2010 02:35

Flosen

Here you have a complete Frontend Translation without missing translations

#
# @version 1.0.1
# @package RSEvents! 1.2.0
# @copyright (C) 2010 www.rsjoomla.com
# @license GPL, www.gnu.org/copyleft/gpl.html
#


#GENERAL

RSE_SELECT=Auswählen
RSE_FILTER=Filter
RSE_BACK_BTN=zurück
RSE_SAVE_BTN=Speichern
RSE_CANCEL_BTN=Abbrechen
RSE_NEW_BTN=Neu
RSE_ORDER=Sortierung
RSE_COPY_OF=Kopie von
RSE_CANCELED_OPERATION=Vorgang abgebrochen
RSE_ACCESS_DENIED=Zugang verweigert...
Category: RSEvents!
29 Sep 2010 12:43

rocquoone

I solved this. I was not adding a calendar component to the form, I was adding a date picker. I chose the field to edit, and the correct calendar drop down appeared in the component section, where I was able to select the format I wanted.
Category: RSForm! Pro
29 Sep 2010 11:47

rocquoone

Hello
I am having difficulty changing the date format on the calendar component of two forms I have on a site. I've changed the format by doubleclicking the component name and changing the format field from dd.mm.yyyy to mm.dd.yyyy but it is not reflecting on the form on the front end. I've cleared the cache, to no avail. Do I need to remove the field from the form and add it back in again to get this to work?

TIA
Category: RSForm! Pro
27 Sep 2010 07:54

andreic

Hello,

Please make sure that you are using the latest version of the component (rev 21) and the upcoming module. I have tested this functionality on our test server and the event icons were displayed in the upcoming module without having to access a calendar or event details page.
Category: RSEvents!
27 Sep 2010 07:42

andreic

Hello,

The category color feature has been included in the RSEvents! functionality since revision 16. The category colors can only be viewed in the Calendar monthly view. You can view the complete changelog of the component in order to see the new features that were added in the latest revisions:

www.rsjoomla.com/customer-support/docume...vents-changelog.html
Category: RSEvents!
26 Sep 2010 06:18

4038

image is not displayed until visiting a calendar or event page

why and how to fix it, thanks
Category: RSEvents!
Displaying 796 - 810 out of 1048 results.