1. tbitsch
  2. JEvents 1.5 (No longer actively supported)
  3. Tuesday, 26 July 2011
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)
Accepted Answer Pending Moderation
0
Votes
Undo
I've solved part of my problem :D

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
carcam
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
Hi tbitsch,
you might use a CSS class for that as you did with the others:


.checkbox12h{display:none}


;)
Accepted Answer Pending Moderation
0
Votes
Undo
That was easy and the trick did the work <!-- s;-) --><img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->

Thanks

/Thomas
Accepted Answer Pending Moderation
0
Votes
Undo
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....
tonyp
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
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:

select#jev_creatorid.inputbox {

display: none !important;

}

To your template.css inside you sites template.

Regards
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!
Accepted Answer Pending Moderation
0
Votes
Undo
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.
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
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.
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.
Be one of the first to reply to this post!

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.