locking importet ical events 
Forum for JEvents 3.0 for Joomla 3.0 and 2.5.
locking importet ical events 
by 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 (194.53 KiB) Viewed 137 times
- mhaasler
- Posts: 2
- Joined: Wed Feb 20, 2013 2:08 pm
Re: locking importet ical events
by 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!
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!
-

Geraint - Posts: 30529
- Joined: Fri Feb 15, 2008 6:14 pm
Re: locking importet ical events
by 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
3 posts
• Page 1 of 1
Return to JEvents 3.0 (Free Access)
Who is online
Users browsing this forum: Google [Bot]

