Only show custom fields?
JEvents 2.0 was launched over 2 years ago and the latest stable version is version 2.2 which will run on Joomla 1.5 and Joomla 2.5. JEvents 1.5 is therefore no longer actively supported - you should upgrade to JEvents 2.2+ as soon as possible.
Forum rules
Please include as much detail in any test or bug reports for JEvents 1.5 as possible.
First of all, check if you are running the latest available version of Joomla! and JEvents. Posts for issues, where both systems are not updated, will be ignored.
We need the following at least:
* PHP version (e.g. 5.2.5). Note: Support for PHP4 is discontinued.
* Joomla! version
* JEvents version
* Web Server software (Apache or IIS with version number if possible)
* Server Operating system (e.g. Linux, Windows, Solaris, Darwin ...)
* Database version
* memory_limit from your phpinfo
* Web browser and version
Please enable error reporting and include any error messages in your posting. You do this via the Joomla Configuration - set "error reporting" to "maximum" on the Server tab.
Finally, please describe the steps required to recreate the problem and also please enable error reporting and give us any error messages generated.
Please include as much detail in any test or bug reports for JEvents 1.5 as possible.
First of all, check if you are running the latest available version of Joomla! and JEvents. Posts for issues, where both systems are not updated, will be ignored.
We need the following at least:
* PHP version (e.g. 5.2.5). Note: Support for PHP4 is discontinued.
* Joomla! version
* JEvents version
* Web Server software (Apache or IIS with version number if possible)
* Server Operating system (e.g. Linux, Windows, Solaris, Darwin ...)
* Database version
* memory_limit from your phpinfo
* Web browser and version
Please enable error reporting and include any error messages in your posting. You do this via the Joomla Configuration - set "error reporting" to "maximum" on the Server tab.
Finally, please describe the steps required to recreate the problem and also please enable error reporting and give us any error messages generated.
Only show custom fields?
by tbitsch » Tue Jul 26, 2011 6:28 pm
Hi,
I've used quite alot time here, trying to find a work-around to my problem. When I create a new event, I what to disable/hide/remove the following fields;
- Event creator
- Select Ical
- "12 hour"
- Activity
- Location
- Contact
- Extra Info
I have disabled alle Ical, but still the dropdown is showed. I hope somebody can tell me excatly how to disable/hide/remove these fields.
Please reply - thanks.
Best regards
Thomas (Denmark)
I've used quite alot time here, trying to find a work-around to my problem. When I create a new event, I what to disable/hide/remove the following fields;
- Event creator
- Select Ical
- "12 hour"
- Activity
- Location
- Contact
- Extra Info
I have disabled alle Ical, but still the dropdown is showed. I hope somebody can tell me excatly how to disable/hide/remove these fields.
Please reply - thanks.
Best regards
Thomas (Denmark)
- tbitsch
- Posts: 3
- Joined: Tue Jul 12, 2011 5:26 pm
Re: Only show custom fields?
by tbitsch » Tue Jul 26, 2011 8:22 pm
I've solved part of my problem
Delete extra calendars, so I now only have one (deleted the Ical dropdown) and the I have put the following lines to me template.css file;
tr#jeveditlocation {display:none;}
tr.jev_contact {display:none;}
tr.jev_event_adresse {display:none;}
.accesslevel {display:none;}
tr.jev_extrainfo {display:none;}
Now I would like to delete the 12-hours checkbox, but how is it done?
Thanks in advance
Thomas
Delete extra calendars, so I now only have one (deleted the Ical dropdown) and the I have put the following lines to me template.css file;
tr#jeveditlocation {display:none;}
tr.jev_contact {display:none;}
tr.jev_event_adresse {display:none;}
.accesslevel {display:none;}
tr.jev_extrainfo {display:none;}
Now I would like to delete the 12-hours checkbox, but how is it done?
Thanks in advance
Thomas
- tbitsch
- Posts: 3
- Joined: Tue Jul 12, 2011 5:26 pm
Re: Only show custom fields?
by carcam » Wed Jul 27, 2011 6:14 am
Hi tbitsch,
you might use a CSS class for that as you did with the others:

you might use a CSS class for that as you did with the others:
- Code: Select all
.checkbox12h{display:none}
-
carcam
- Contributor
- Posts: 3391
- Joined: Wed Aug 06, 2008 7:50 pm
- Location: Córdoba
Re: Only show custom fields?
by tbitsch » Wed Jul 27, 2011 6:57 am
That was easy and the trick did the work 
Thanks
/Thomas
Thanks
/Thomas
- tbitsch
- Posts: 3
- Joined: Tue Jul 12, 2011 5:26 pm
Re: Only show custom fields?
by mrdindon » Thu Mar 22, 2012 5:04 pm
Can somebody tell me to witch css file I should add this mod.... i'm using beez2 template and I tried everything to make it work but it didn't...
I want to remove the "event Creator" drop down when creating a new event....
I want to remove the "event Creator" drop down when creating a new event....
- mrdindon
- Posts: 2
- Joined: Thu Mar 22, 2012 4:37 pm
Re: Only show custom fields?
by Tonyp » Thu Mar 22, 2012 7:47 pm
Hi Mrdindon,
There is currently no class defined so cannot remove that one.. I will put it to Geraint to class it in the next release or two.
At present you can add the languge string:
JEV_EVENT_CREATOR=""
to: languages/en-GB/overrides/en-GB.override.ini
And apply:
To your template.css inside you sites template.
Regards
Tony
There is currently no class defined so cannot remove that one.. I will put it to Geraint to class it in the next release or two.
At present you can add the languge string:
JEV_EVENT_CREATOR=""
to: languages/en-GB/overrides/en-GB.override.ini
And apply:
- Code: Select all
select#jev_creatorid.inputbox {
display: none !important;
}
To your template.css inside you sites template.
Regards
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8718
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Only show custom fields?
by reditech » Sat Mar 24, 2012 8:02 pm
The other field I wish to remove is the activity/description field. I have tried adding tr.jev_description {display:none;} and tr.jev_activity {display:none;} to my css but no luck.
- reditech
- Posts: 22
- Joined: Sat Mar 24, 2012 6:27 am
Re: Only show custom fields?
by Geraint » Sun Mar 25, 2012 10:20 am
This class is not being set at present - I hadn't expected anyone would want an event without a descirption
Change the file administrator/components/com_jevents/views/icalevent/tmpl/edit.php at line 358 to
<tr class="jev_description">
Then your css will work.
I'll add this to the next version of JEvents.
Change the file administrator/components/com_jevents/views/icalevent/tmpl/edit.php at line 358 to
<tr class="jev_description">
Then your css will work.
I'll add this to the next version of JEvents.
------------
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: 30518
- Joined: Fri Feb 15, 2008 6:14 pm
8 posts
• Page 1 of 1
Return to JEvents 1.5 (No longer actively supported)
Who is online
Users browsing this forum: Bing [Bot], ppantel, Yahoo [Bot]

