- Posts: 38
COMMUNITY FORUM
registered user access in
- guida
-
Topic Author
- Offline
- Junior Member
Iam using tiny MCE and i notice that outside users (despite their publishing restrictions) still can see and click on buttons like module, links, menu,etc...
is there any tip to remove these functions?
I have tried to set no editor but the buttons still show in the bottom of the edition area. by clicking on modules for instance, users can see modules positions and all the modules i have in the administrator area.
I believe it is not supose to happen. How can i fix this?
I send images that display the problem with or without editor
i guess this is an important "small" detail, so i aprecciate your asnwer
Ana lázaro
Attachments:
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- guida
-
Topic Author
- Offline
- Junior Member
- Posts: 38
The problem is if i use the ice is works fines in joomla articles, template, by not in k2, i mean the k2 user module.
I will let you know in my next trial.
Please Log in or Create an account to join the conversation.
- guida
-
Topic Author
- Offline
- Junior Member
- Posts: 38
Ana lázaro
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- guida
-
Topic Author
- Offline
- Junior Member
- Posts: 38
I have managed to change the editor to jce and did all that i can do to simplify the registered user editor as you can see in the image i send.
But those buttons at the bottom are still there as it shows in the image (arrows)
If for instance the regisred user clicks on modules he can see all the modules i have published as the positions they are assigned to.
Althought they can take no action, it doesnt seem right.
honestly, i dont know what else i can do. there is not option in jce to get rid of those buttons...
Can you give me a clue?
Ana
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- guida
-
Topic Author
- Offline
- Junior Member
- Posts: 38
Can you be more accurate?
Please Log in or Create an account to join the conversation.
- guida
-
Topic Author
- Offline
- Junior Member
- Posts: 38
<div id="editor-xtd-buttons" class="btn-toolbar pull-left" role="toolbar" aria-label="Barra de ferramentas">
k2itemformeditor
k2tabscontent
I made some trials but i dont want make more changes and mess all the code and compromise other parts
Just give a proper answer: the file and the part of the exact code
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
You're asking me to tell you which third-party extension to disable as if I know which extensions your site has installed on. Joomla has over 10,000 working extensions last time I checked.
Go to the plugin manager, filter the "k2" type plugins first and then disable one by one while checking the form, until you find the one messing your buttons. Do the same for "system" type plugins.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- guida
-
Topic Author
- Offline
- Junior Member
- Posts: 38
just have two "alien" modules and plugins that don't belong to k2 and after removing them it didnt solve.
Please Log in or Create an account to join the conversation.
- guida
-
Topic Author
- Offline
- Junior Member
- Posts: 38
the solution is in k2 backend.css
div#k2Modal div#editor-xtd-buttons .button2-left {display:none;}
i glad i found it but not having the right instructions in this forum made me spend lots of time
ana
Please Log in or Create an account to join the conversation.
- guida
-
Topic Author
- Offline
- Junior Member
- Posts: 38
.k2AccountPage th.k2ProfileHeading {text-align:left;font-size:18px;padding:8px;background:none;}
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
The frontend is a different story since a template's CSS or JS files can easily alter the default styling in K2.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.