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
24 Oct 2015 14:35

irfan.raza

Hi

Can someone plz help me out to fix the Calendar layout view of my page Here

Event Names are all over on this Calendar Layout view, I can't even view my full Calendar because of this. Help me plz....
Category: RSEvents!Pro
23 Oct 2015 20:16

djaber2000

I am trying to limit the Calendar selections to the Current month only. (in October, users can only select an October Date, in November they can only select a November date, etc..). I want this to be automatic, without having to hardcode the dates, and change the script every time the month changes.

I am placing the code below in the Min and Max fields, but cant get it to restrict selections for the current month only.

//<code>
return date('m');
//</code>

It works for restricting a specific...
Category: RSForm! Pro
21 Oct 2015 13:57

kampats

alexp wrote:
If you simply need to change a font size, perhaps it would be best to make some CSS adjustments. Can you post a link to your page so i can have a look ?


here is a page..

www.inthessaloniki.com/en/festivals-and-.../60-art-thessaloniki

I do not know where is the css file soI can change it. The inspection shows a cache file
Category: RSEvents!Pro
30 Sep 2015 08:23

joeausti

I want to put it in a hidden field. What is the javascript for adding to a date. What changes?

<script type="text/javascript">
function rsfp_onSelectDate(selectedDate)
{
if(selectedDate == "31.12.2010")
{
alert("Happy New Year!");
return true;
}
else return false;
}
</script>
Category: RSForm! Pro
30 Sep 2015 07:46

alexp

You can use the "rsfp_onSelectDate()" Javascript function for this. More details provided here:

https://www.rsjoomla.com/support/documentation/rsform-pro/customizing-rsform-pro/controlling-the-calendar.html
Category: RSForm! Pro
30 Sep 2015 07:03

joeausti

How do you add dates to second calendar that is 1 year after first calendar? Example:
First calendar value=1 October 2015
Second calendar value=1 October 2016 (Automatically)
Category: RSForm! Pro
22 Sep 2015 07:20

alexp

1. Yes, of course. More details on calendar field configuration. Some examples available in the FAQ section as well.

2. Searching through the doc always helps. RSForm!Pro has a payment package plugin that does this.
Category: RSForm! Pro
18 Sep 2015 03:35

till0

Hi there,

in mobile view the date picker pop up disrupts the responsive layout of my (most?) forms. In default mode it pops up to the right of the <input> opening it. So I thought "Why not make use of the bootstrap classes already in Joomla and rearrange things a little bit?" So I did a small core hack. I'm posting it here not that you may reproduce it. But maybe the developers would think about changing their code in a future release.

Open...
Category: RSForm! Pro
16 Sep 2015 21:04

will63

Is there an easier way to add the currently selected month and year to the calendar view than the following method?
<?php $cmonthName = date('F', mktime(0, 0, 0, $this->calendar->cmonth));?>
<?php echo $cmonthName; ?>
<?php echo $this->calendar->cyear; ?>

I mainly wanted it visible for printing to make the calendar look more publisher-ish on paper.
Category: RSEvents!Pro
28 Aug 2015 17:09

sam.samiei

Hi Josh,
im looking to add the form submission to Google calnder and was wondering if you could share the script as the link mentioned above is not live,

thanks.
Sam
Category: RSForm! Pro
26 Aug 2015 21:39

vivitoyenlamosquitia

Hello,
You can see in the url I want to do.
I inserted the following code in Javascript:

<script>
function rsfp_onSelectDate(date, type, args, calendar)
{
var valor="<?php require('http://*********/horario.php');?>";
document.getElementById('Horario').innerHTML=valor;
}
</script>

But I returned this Clicking on a date:

<select name="form[Horario][]" id="Horario" class="rsform-select-box"><!--?php require('http://******/horario.php');?-->
</select>

Ie tells me the contents of php , what it is due ? How do I have to do ?
Category: RSForm! Pro
14 Aug 2015 12:24

octavian

No, there's only one solution - update RSEvents! Pro as well as the modules.
Category: RSEvents!Pro
13 Aug 2015 22:29

studiolarga

I Have a same problem with no tab for Menu Item assignment.
Is there now any solution?

Thanks.
Category: RSEvents!Pro
07 Aug 2015 12:13

adrianp

Hello,

You can use the previous script along with a CSS approach on this:
.wd0{
  pointer-events: none !important;
  cursor: default !important;
}
.wd0 a:link{
  color:grey !important;
}
Category: RSForm! Pro
06 Aug 2015 14:54

sam.samiei

Thanks for your reply.
i was wondering is it possible to make the Sundays not selectable? right now they can click on it and it shows them a message saying we are closed on Sunday. i would prefer disable the day rather than showing them a message on pop ups.

Sam
Category: RSForm! Pro
Displaying 271 - 285 out of 1048 results.