J and Beyond 2013 | An International Joomla! Conference - May 31st - 2nd, 2013, Noordwijkerhout, The Netherlands
It is currently Mon May 20, 2013 10:38 pm

locking importet ical events  Topic is solved

Forum for JEvents 3.0 for Joomla 3.0 and 2.5.

locking importet ical events  Topic is solved

Postby mhaasler » Wed Feb 20, 2013 2:20 pm

I want to lock events, that are imported through an ical url, so i can move them to a subcategory of the imported one. I activated the option in the settings but there is a error on the edit event page (see attachement -sorry for the german translation). Is it only a display error or doesn't the funkten work yet
Attachments
screenshot.jpg
screenshot.jpg (194.53 KiB) Viewed 137 times
mhaasler
Posts: 2
Joined: Wed Feb 20, 2013 2:08 pm

Re: locking importet ical events

Postby Geraint » Wed Feb 20, 2013 2:34 pm

thanks for spotting this problem. If you edit the file administrator/components/com_jevents/views/icalevent/tmpl/edit.php and change lines 376-388 to read:
Code: Select all
               <div class="control-group">
                  <label class="control-label"><?php echo JText::_("JEV_LOCK_EVENT"); ?></label>
                  <div class="controls radio btn-group">
                     <label class="radio btn"  for="lockevent1">
                        <?php echo JText::_("JEV_YES"); ?>
                        <input type="radio" name="lockevent" id="lockevent1" value="1" <?php echo ($this->row->lockevent() ? "checked='checked'" : "") ?> />
                     </label>
                     <label class="radio btn" for="lockevent0">
                        <?php echo JText::_("JEV_NO"); ?>
                        <input type="radio" name="lockevent" id="lockevent0" value="0" <?php echo (!$this->row->lockevent() ? "checked='checked'" : ""); ?> />
                     </label>
                  </div>               
               </div>               
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.

Join the JEvents club today!
User avatar
Geraint
Posts: 30529
Joined: Fri Feb 15, 2008 6:14 pm

Re: locking importet ical events

Postby mhaasler » Wed Feb 20, 2013 2:52 pm

Thanks for the quick response. It's working now.
mhaasler
Posts: 2
Joined: Wed Feb 20, 2013 2:08 pm


Return to JEvents 3.0 (Free Access)

Who is online

Users browsing this forum: Google [Bot]

Main Menu

User Menu

Hosted By


Who is online

In total there is 1 user online :: 1 registered and 0 hidden (based on users active over the past 5 minutes)
Most users ever online was 94 on Tue Sep 01, 2009 12:33 am

Users browsing this forum: Google [Bot]

Login Form