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
02 Feb 2016 14:32

adrianp

Hello,

You can try similar steps:

- perform a template override.

- the file in question is located under this path:

\components\com_rseventspro\views\calendar\tmpl\default.php

- open the duplicate used for template overrides and search for (around line 163):
<td class="<?php echo $day->class; ?>">

- you can replace the above line with:
<?php
	if($unixdate->format('m-d-Y') == date('m-d-Y')){
		$todayStyle = 'style="border: 2px solid red;"';
	}else{
		$todayStyle = '';
	}
?>
		<td...
...
Category: RSEvents!Pro
02 Feb 2016 13:55

EnjoyRC

I'd like to indicate the current day in the full calendar view. Is it possible to shade the whole day square, or some other indicator?
Category: RSEvents!Pro
25 Jan 2016 17:03

registrazioni5

Hi,

I know that you can disable some days on the calendars, but it is very difficult in my case create and manage in this way many calendars where for example I need to leave select only one or more days for week.

Is it possible to build a feature to manage the calendar days from the backend without writing a lot of code difficult to customize?

You have done something very similar with the calendar of RSEvents

A feature like this would be useful to many and even make RS Form more great!

Regards
Category: RSForm! Pro
22 Jan 2016 16:15

curt2

In every browser I have tried, when I mouse over an event on the calendar page (after clicking on the main menu link to get there), it opens and closes super fast and it looks like it is blinking fast. It won't stay open for some reason to be read. I have to actually click on the date above the event to get it to open the event itself so I can read the info.

Is there an easy way to make the event info open in, say, a popup window when you mouse over it in the calendar?

My site calendar is...
Category: Templates
13 Jan 2016 11:12

alexp

This has already been added in RSForm!Pro revision 1.51.
Category: RSForm! Pro
13 Jan 2016 00:17

sam.samiei

Hi, any update on Calendar with time?
thanks
Category: RSForm! Pro
29 Dec 2015 10:05

eero

What is the situation with this? A calendar with time selection is a very useful thing to have.

But also very useful would be a dropdown time field functionality which would already have the time calculations in it - this would be useful for many kinds of forms. Booking, time tracking, etc...

Please develop...
Category: RSForm! Pro
21 Dec 2015 08:49

alexp

Most likely a template CSS issue.
Category: RSForm! Pro
18 Dec 2015 18:13

gary.mchollandpilcher

The calendar month and year header on either a flat or pop-up seems to be white and only shows on hover. Is this css or template issues?
Category: RSForm! Pro
10 Dec 2015 15:30

jos.helmich

Hi,

I am webmaster of kuvio.org. A Finnish organization which tries to promote cultural events in our area. Our coordiantor saw a code snippet generator on this site

tapahtumainfo.fi/embed.php

It creates code like this from the calendar.
<iframe src="tapahtumainfo.fi/embed?h=400&j=7" scrolling=no width="200" height="400" frameborder="0"></iframe>

To be embedded in another website.

Is this feature available in RS Events? Would it be easy to make? Or should I put it on the wishlist?
Category: RSEvents!Pro
10 Dec 2015 10:01

alexp

09 Dec 2015 15:14

Langust

09 Dec 2015 13:54

alexp

Why not define multiple birthday fields and simply display the one corresponding to the class they choose. No scripting knowledge required, just conditional fields setup:

https://www.rsjoomla.com/support/documentation/rsform-pro/getting-started/conditional-fields.html
Category: RSForm! Pro
09 Dec 2015 13:44

creativedesign

06 Dec 2015 14:43

creativedesign

I have looked and looked and Im not sure I have been able to find what I am looking for. In my form, there is a drop down for an age range (Classroom registration). I would like to restrict the calendar or birthday component based on the drop down.

Based on my research, it looks like the calendar component would be the easiest to restrict, but I am also open to the idea of a date validation and editing the datevalidation.php file.

Here is what I need to accomplish. The user chooses which...
Category: RSForm! Pro
Displaying 241 - 255 out of 1050 results.