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
17 May 2013 15:27

myann

Hi,
I want to know if I can disable a date in a calendar field depending on the value of a database query please?
If not is it possible to change the background color of the data depending on the same criteria please?

I have a form which allows my user to ask for displaying they ads in my website at a specific day.
So, I would want my calendars fields check the number of Ads in a speficic position at a specific date (with a query) and then either disabled the date if it's fully booked or...
Category: RSForm! Pro
15 May 2013 13:22

adrianp

Hello,

From my understanding you want to limit the maximum number of submissions based on a date in the calendar? If this is the case, you can try using the following script in the "Scripts called on form process" area:
if(empty($invalid)){
$db = &JFactory::getDBO();
 
$result = $_POST['form']['calendar_field_name'];
 
$db->setQuery("SELECT COUNT(`FieldValue`) FROM #__rsform_submission_values WHERE `FormId`='1' AND `FieldName`='calendar_field_name' AND `FieldValue`='".$result."'");...

For...
Category: RSForm! Pro
13 May 2013 19:05

phonroth701

Is there a way to limit the selection of the date field to a certain number of submissions? For instance I only want 11 people to be able to select any day in the calendar in the calendar.
Category: RSForm! Pro
10 May 2013 10:37

adrianp

Hello,

1. RSForm!Pro does not incorporate the ability to block certain weekdays by default, they can however be disabled through scripting. An similar example can be found here:

www.rsjoomla.com/support/documentation/v...-calendar-field.html

You can find more information on how to further customize the calendar in the following article:...
Category: RSForm! Pro
09 May 2013 14:06

giggimix1

Hi I tried to create two calendars for events and placed in two different templates.
Only that clicking on any event kicks as the default style template.
I have created a menu with two lists of events defining the template ..... but it does not work.
HELP

Thanks Luigi
www.auxosrl.it
Category: RSEvents!Pro
09 May 2013 05:30

hayabusa hitsugaya

You have to have a format for the calendar to go by such as mm/dd/yyyy or yyyy/mm/dd or dd/mm/yyyy

Otherwise the calendar and form would not know what to display and how to display it.
Category: RSForm! Pro
08 May 2013 13:49

EdwinHonk

Hi,
I am trying to customize the calendar popup of RS Forms Pro.
Playing around with the "RSForm! Pro example".

1. Is there any way to block certain weekdays?
I.e. for example sundays?

2. Instead of using the predefined button "popup label" I would like to implement a GIF/png as a link/image-button.
Is this possible? How?

Many thanks in advance

Best regards
EswinHonk
Category: RSForm! Pro
07 May 2013 13:31

dmwalk

I see no way to have recurring events, say on the second Tuesday of every month. This is standard for recurring calendars. Is there a way to do this? Since some months have 4 Tuesdays and others 5 Tuesdays, to repeat every 4 weeks doesn't work. If not possible, please add feature ASAP. Can't believe this is not current feature. JCalPro and JEvents have had this for a long time.
Category: RSEvents!Pro
06 May 2013 20:09

bkim

Help! I'm new to RSForms and not quite CSS or tech savvy.

In any case I created a really basic form and for some reason there is an orange glow/shadow around the input field when it's selected. I've never chosen this as an option and want to either make it blue or get rid of it completely. I went into field attributes and CSS and both were empty. I've also tried inputting CSS to get rid of it and it seems to not even register the CSS. I have absolutely no idea where this orange border is coming...
Category: RSForm! Pro
03 May 2013 19:49

geoandpat

I am looking for a better way to display the calendar on mobile devices (ipad mainly) the flat is difficult to use and the popup is the same but also can be cut off if there is not enough content below it...

A ipad like date select would be amazing but I take anything better...


Thanks
Category: RSForm! Pro
03 May 2013 12:05

jotsib

Well,
if I left blank the date format in the calendar field properties, it returns the selected date and adds the current local time.
If set the date format to dd.mm.yyyy, instead of date it returns back the date format.
Any ideas of could cause this ?
Category: RSForm! Pro
02 May 2013 14:49

joost6

We use you calendar fot a sportsclub where volunteers can subscribe for their duties. There are over 1500 duties in one calendar year!
It would be very very nice but also absolutely necessary for us to have a module which shows on the fronted the personal subscriptions of a person after he/she has logged in on the website. Do you have an option for this?

Can we also export a total list of subscriptions af all the events without having to select each event separately?

For the rest we are very happy with your plugin, it works fine.
Category: RSEvents!Pro
29 Apr 2013 11:52

silviup

I have tested the German language pack for RSEvents!Pro and everything seems to be OK. If the problem persists, please try performing language overrides for the placeholders you have mentioned:

COM_RSEVENTSPRO_CALENDAR_VIEW_TITLE
COM_RSEVENTSPRO_CATEGORIES_VIEW_TITLE
COM_RSEVENTSPRO_EVENTS_VIEW_TITLE
COM_RSEVENTSPRO_EDIT_VIEW_TITLE
COM_RSEVENTSPRO_LOCATIONS_VIEW_TITLE

To perform a language override, head to Extensions >> Language Manager >> Overrides >> click on 'New' >> select 'Constant' in...
Category: RSEvents!Pro
26 Apr 2013 09:27

mt1

ok,

my problem is the german language file.
Just downloads german V4 language file and installed it ...
Still got
COM_RSEVENTSPRO_CALENDAR_VIEW_TITLE
COM_RSEVENTSPRO_CATEGORIES_VIEW_TITLE
COM_RSEVENTSPRO_EVENTS_VIEW_TITLE
COM_RSEVENTSPRO_EDIT_VIEW_TITLE
COM_RSEVENTSPRO_LOCATIONS_VIEW_TITLE
....

in the backend ... frontend seems to work.
Any ideas?

best
mt
Category: RSEvents!Pro
26 Apr 2013 01:52

aque

I would also like to have improvments on the calendar. Different ways to view.
I have included 2 links that show what i am look ing for.

http://oregonstate.edu/cws/training/sites/default/files/book/osu-event-calendar/00-overview/01-osu-event-calendar.png
( I realy like the options feature from this one..

http://support.apple.com/kb/ht2513
How hard and how long would this feature take to build.
Category: RSEvents!Pro
Displaying 541 - 555 out of 1048 results.