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
21 Dec 2012 09:12

octavian

You're calling the script before jQuery gets loaded and the call to initialize the "Date Picker" script is also taking place before the HTML is loaded. My suggestion would be to remove the calls from your template and add them in RSForm! Pro under "Properties" > "CSS and JavaScript":
- In the "CSS" field:
<style type="text/css" src="/js/jquery.datepick.css"></style>
- In the "JS" field:
<script type="text/javascript"...
Category: RSForm! Pro
20 Dec 2012 19:18

JayShoe

20 Dec 2012 19:17

JayShoe

Hello sir,

I'm interested in doing the same thing on my website. I've included the jquery and the jquery.datepicker calls in my header. I've called my "textfield" field getSetMultiDatePicker as suggested, and I've included the javascript in my form. But yet when I load my form it doesn't do anything. The field is just a regular field with no date picker at all. Do you have any advice on what I can do to make this work?
Category: RSForm! Pro
13 Dec 2012 07:52

octavian

Yes, and in the old version, despite having the full event name displayed, people weren't happy because the names would overlap with their content and would display an obviously "broken" calendar.
From what I can see your calendar displays just fine - you won't be able to display more than one word on the same line because you don't have enough width in there. If you remove the left menu and use the whole width you'll have more information showing up, just like in my screenshot below:
...
Category: RSEvents!Pro
13 Dec 2012 03:52

jrotich

octavian wrote:
This is actually done so that the event name doesn't mess with the layout (having a long event name will align the calendar cells unevenly, to the point where they might overlap from your template content).
In the older version, you supported having the the full name, this change has made the program unuseable for me. I will wait for the option to show the entire title before I put it on my production site.
octavian wrote:
You can still use CSS to manage the layout in whatever way you like. From what I can...
Category: RSEvents!Pro
12 Dec 2012 11:50

octavian

This is actually done so that the event name doesn't mess with the layout (having a long event name will align the calendar cells unevenly, to the point where they might overlap from your template content). You can still use CSS to manage the layout in whatever way you like. From what I can see from your older tickets you've already done this on your /DevSite/ installation.
PS: By upgrading from RSEvents! to RSEvents! Pro everyone has to agree to a few terms of conditions. RSEvents! will no...
Category: RSEvents!Pro
12 Dec 2012 11:40

jrotich

I didn't see any issues, did you resolve? If so, how?
Category: RSEvents!Pro
12 Dec 2012 11:37

jrotich

I submitted a support ticket for the same issue back in September.
I find the calendar useless how it only shows the first name of the event.
I was told it was on their "to do" list, but they have not pusblished any updates for the program since August.
I'm now stuck with no support for the old RSEvents since I upgraded and am waiting for the fix before I upgrade my production site.
I keep checking the changelog for RSEventsPro to see if they have a new version, but so far nothing.
Category: RSEvents!Pro
12 Dec 2012 10:55

adrianp

07 Dec 2012 05:16

NEMGTR_webmanager

Not sure if this will work but have your tried using "text" instead of "value"?
Octavian posted a solution to getting the text of a component www.rsjoomla.com/forum/37-rsform-pro/129...-value-in-email.html

It might be worth a try.

I'm not sure if anyone has done a complete list but here's what I use -- I add to it as I get new info from other forum users.
Component * *
TextBox {TextBox:caption} {TextBox:value}
TextArea...
Category: RSForm! Pro
06 Dec 2012 21:34

info98373

Hi,

I would like to show more of the event name than just the first word in the monthly calendar view. Where can I change this to show the whole event name?

Kind regards,
Willem-hein
Category: RSEvents!Pro
06 Dec 2012 03:28

rodrocolodro

Hello Davis,

How do you resolved this?

Thanks!
Category: RSEvents!Pro
02 Dec 2012 17:47

joomlaice

I have spent hours unsuccessfully searching this forum and many other web sources in search of an answer.

I am using the built-in calendar to populate a file called adate. I want to get a value from that field in JavaScript when the form gets submitted; however, nothing I seem to try gives me what I expect. Is the date field renamed somewhere in RSForm Pro (I saw such a suggestion somewhere), or is it in a special format (also saw this too)?
Category: RSForm! Pro
01 Dec 2012 23:11

NEMGTR_webmanager

Hi,
If you are talking about the Calendar component, check out the following:
www.rsjoomla.com/support/documentation/v...e/57-components.html
It gives an example of some different date options.

If you are trying to put a date into a text field, use this code: (Put this in the Default Value box)

//<code>
$today = date("F j, Y");
return $today;
//</code>

Change the "F j, Y" codes to the PHP codes that give you the format you are looking for. If you don't know PHP, then check...
Category: RSForm! Pro
29 Nov 2012 18:31

abioli

I already have a site where people are given rights according to their own categories.
I would like to add an event calendar, but following the same principle: I would create many event categories, and every contributor has access to insert, modify and delete only its own (category) events.
Is this possible?
Thanks in advance.
Andrea
Category: RSEvents!Pro
Displaying 601 - 615 out of 1048 results.