0
Another question. How can I delete the "List" view button as well as the two boxes to the left of the date as seen in my attachment? I do not need the visitors to the site to see those elements. All they need to see is my availability for the month.
Responses (6)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0well, the code you are looking for is in the file:
/components/com_calendarplanner/views/month/default.php (for the month view)
Also in folders /week and /day.
try to carefully locate it. you won't have problem for the LIST one.
however, if you just remove the dropdowns on the left, you will most likely have problems, because there is JavaScript code that acts on that. this is way more difficult to eliminate. I can't just point you to it, to remove these, some custom coding work would be necessary..
the other thing you could try, if you know CSS, is try to simply "hide" them with CSS, instead of actuall "destroying" them. -
Accepted Answer
-
Accepted Answer
0I need to turn this off as well. Think I'll use CSS
What would be great though is a toggle on/off of filter options in the component admin. Is this a possibility for addition?-
rogimonmore than a month agoI would love the toggle on/off as well in the component admin. However, the CSS workaround did the trick.
-
-
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »