Wednesday, 04 February 2015
  7 Replies
  1.9K Visits
0
Votes
Undo
Hi Friends !
I´m using JEvents for create events on my online calendar, but the users of my site are asking for remove some fields, Can I do this using a Custom Fields plugin ?


Thanks.

Alfredo.
Wednesday, 04 February 2015 16:36
·
#140585
0
Votes
Undo
the easiest solution is to use the layout editor to customise the event detail or editing page - see https://www.jevents.net/docs/jevents/it ... ut-editing

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!

Wednesday, 04 February 2015 17:40
·
#140586
0
Votes
Undo
Hi Geraint, Thanks for your answer... In fact I need hidding the fields when I will Create a new event. For exemple, the fields Location, contact, Extra Info, etc... I read the document "Hiding Fields in the Event Editing Screen" and edit the ccs from JEvents 3.0.13 to: JEvents cPanel -> Custom CSS, but dosen´t work... What Can I do.

Regards.
Wednesday, 04 February 2015 23:19
·
#140587
0
Votes
Undo
Hello,

What doesn't work? what have you tried in the steps taken??

Thanks
Tony

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!Join the JEvents club today!

Thursday, 05 February 2015 16:27
·
#140588
0
Votes
Undo
Hi Tony !
I just need hiding some fields in the moment of create a new event. I tried custom the css in cPanel, but dosen´t work. Do you know what Can I do ?

Thanks.
Thursday, 05 February 2015 20:15
·
#140589
0
Votes
Undo
Hello,

If you add it into the custom CSS then that CSS loads in the front end. Are you trying to hide them in the backend?

Thanks
Tony

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!Join the JEvents club today!

Friday, 06 February 2015 13:45
·
#140590
0
Votes
Undo
Thanks for your support. I hid some fields editing the icalevent.edit_page file. I´m need yet modify the layout on the moment of create the event.

1) Is it possible resize the editor box of description field ?
2) Is it possible set as default the checkbox of option "is this event on all day event" ?

Thanks.
Friday, 06 February 2015 14:44
·
#140591
0
Votes
Undo
1, Changing the default size of the description field is not easy - you will need a template override to do this. Though most editors remember the size change if you re-size the edit area when you edit an event

2. Assuming you are using Joomla 3.3 - create a file templates/YOURTEMPLATE/html/com_jevents/icalevent/edit_datetime.php with this content
<?php
defined('JPATH_BASE') or die();

// is it a new event
if($this->row->ev_id()==0){
// make it an all day event
$this->row->_alldayevent = 1;

// to set no end time use this
//$this->row->_noendtime = 1;

$document = JFactory::getDocument();
$document->addScriptDeclaration("
window.addEvent('load', function(){
$('allDayEvent').checked=true;
toggleAllDayEvent();
});
");

}

include(JEV_ADMINPATH."/views/icalevent/tmpl/".basename(__FILE__));

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!

  • Page :
  • 1
There are no replies made for this post yet.

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.