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 Mar 2014 15:08

inventivo

An example, when using the calendar.

<?
$eventdate = $event->start;
$backtodate = new DateTime($eventdate);
$formatedbacktodate = date_format($backtodate, 'm-d-Y');
?>

<a class="backer" href="<?php echo rseventsproHelper::route('index.php?option=com_rseventspro&view=calendar&layout=day&date='.$formatedbacktodate);?>">Zurück zum Kalender</a>
Category: RSEvents!Pro
19 Mar 2014 10:31

inventivo

Could you give a more detailed info on how to construct the link?
I think the template override is not the problem here.
Thanks in advance!
Category: RSEvents!Pro
04 Mar 2014 16:49

josh.thomson

For anyone interested, I managed to develop a script to complete this specification. (without much help)

It can be found here:

amazewebs.yitweb.com/#scriptv5

The script I created is using a Google Service Account for authentication and takes the variables from the forms output.

To get the form to output these variables I wrote this code within the "PHP Scripts/$thankYouMessage":
$thankYouMessage= '
<form id="silentform" action="/path/to/this/file.php" method="get">
<input...

Be sure...
Category: RSForm! Pro
04 Mar 2014 15:22

josh.thomson

uk1.php.net/manual/en/function.date.php

Yes 'M' is correct, However, I do not think that RSForms is designed to take all php date formats.

So to achieve this, I think you need to run something like this:
<?php
$date = new DateTime($_POST['form']['date']);
echo $date->format('M dd yy');
?>

check out: uk1.php.net/datetime.format


It's also my understanding that you need to put the tags //<code> & //</code> before and after code to allow for it to parse php within the...
Category: RSForm! Pro
03 Mar 2014 21:02

rowby

Hi

Using Joomla 3.1.5 adn RS FORM Pro1.4.0

I am trying to get the calendar field to result in this format

Jan 14 20124. It is my understanding to make it look like that I do the following in date attributes: M dd yyyy

But when I do that it still stays as 01 14 2014 on the front end.

Basically my client wants the month to show as JAN FEB etc instead of numbers 01 02 etc

Thanks for any clarification.
Category: RSForm! Pro
02 Mar 2014 03:09

tewebmaster

You either need to adjust your column width, or you can shrink the box that contains the date (not the popup button). To do this, use the following CSS in the Css and Javascript properties box (make sure you add the style tags):

.rsform-calendar-box{
width: 70px;
}

The width above will shrink only the input box to the size of the date. (I wouldn't go any smaller or the date will be cut off). I had the same problem earlier. This CSS will only apply to this form, unless you edit the original file. (I wouldn't recomend that).

Hope this helps! :)
Category: RSForm! Pro
28 Feb 2014 23:24

perini-ps

Thanks Pierre.

Anyone? Is there a way to overcome this issue...?
Category: RSEvents!Pro
28 Feb 2014 17:22

pierreolivier.bonnet

Hello,
I have the same problem.
Thank you for yor help.
Category: RSEvents!Pro
28 Feb 2014 08:44

r.loberto

Hello,
I need some suggestion for calendar module.

Translation: There is one file to modfy?
Disable tooltip: It's showing blank tooltip, for my site is better hide, is css or javascript?

And after click I need to disable the hover effect in events list (seems no css but javascript)

Thankyou in advance.
Category: RSEvents!Pro
26 Feb 2014 09:00

adrianp

Hello,

You can try using a similar script within the "Default value" area of the calendar field:
//<code>
return date('d.m.Y');
//</code>

More information on the RSForm!Pro calendar field can be found here:

www.rsjoomla.com/support/documentation/v...le/833-calendar.html
Category: RSForm! Pro
25 Feb 2014 19:41

ByDomino

Has this ever been implemented into the native version of Rsforms Pro? Either way can someone direct me to a step by step on how to get the calendar and field selection in?
Category: RSForm! Pro
25 Feb 2014 18:08

trihead

Hi there

I am wondering how can I have default value for current date in a date field?

Thanks
Category: RSForm! Pro
18 Feb 2014 13:15

perini-ps

Hi all,

I'm trying to sync GCal with RS Events Pro (V1.0 on J3.1).

Each time I hit "Synchronise", a message comes back:

Error
BadAuthentication


Does anyone know how to overcome/fix it...?

Cheers,
Paul
Category: RSEvents!Pro
18 Feb 2014 11:59

josh.thomson

This video Explains the Issue:


Thanks
Category: RSForm! Pro
17 Feb 2014 12:42

josh.thomson

I have been asked to create a feature that will automatically take the details from a form submission and to populate & create a google event on an existing google calendar. Hopefully to all process as the user clicks "Submit"

I have been looking into the Google Api Documentation and at various guides, but have been unable so far to produce any results.

Does this seem like a plausable feat?


My current plans:

Build a php script to use OAuth, the authentication parameter for using google api...
Category: RSForm! Pro
Displaying 436 - 450 out of 1048 results.