- Posts: 16
COMMUNITY FORUM
Getting Red message in edit/add item on frontend
- Pete
-
Topic Author
- Offline
- New Member
Less
More
9 years 11 months ago #144619
by Pete
Getting Red message in edit/add item on frontend was created by Pete
"K2_YOU_ARE_ALLOWED_TO Add items, Edit own items, Edit any item, Allow editing of already published items"
is the red message plastered across the top of the edit and add item.
i did a search but the topics didn't quite relate. latest K2 and joomla versions.
image here: imgur.com/f6Q06RK
is the red message plastered across the top of the edit and add item.
i did a search but the topics didn't quite relate. latest K2 and joomla versions.
image here: imgur.com/f6Q06RK
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 11 months ago #144636
by Krikor Boghossian
Replied by Krikor Boghossian on topic Getting Red message in edit/add item on frontend
Hello Pete,
This message pretty much sums up your permissions. It is self explanatory.
If you want to get rid of "K2_YOU_ARE_ALLOWED_TO" read this post: docs.joomla.org/J3.x:Language_Overrides_in_Joomla
and override K2_YOU_ARE_ALLOWED_TO
This message pretty much sums up your permissions. It is self explanatory.
If you want to get rid of "K2_YOU_ARE_ALLOWED_TO" read this post: docs.joomla.org/J3.x:Language_Overrides_in_Joomla
and override K2_YOU_ARE_ALLOWED_TO
Please Log in or Create an account to join the conversation.
- Sulaimon
-
- Offline
- New Member
Less
More
- Posts: 19
9 years 8 months ago #146895
by Sulaimon
Replied by Sulaimon on topic Getting Red message in edit/add item on frontend
Also having this issue. I did override "K2_YOU_ARE_ALLOWED_TO" but still left with "Add items, Edit own items" in red text. How do i get rid of that as well?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 8 months ago #146909
by Krikor Boghossian
Replied by Krikor Boghossian on topic Getting Red message in edit/add item on frontend
You can override the itemform.php file, hide it with CSS (#k2FrontendPermissionsNotice { display: none }) or finally you can add K2_YOU_ARE_ALLOWED_TO to your language overrides.
Please Log in or Create an account to join the conversation.
- Sulaimon
-
- Offline
- New Member
Less
More
- Posts: 19
9 years 8 months ago #146914
by Sulaimon
Tried both options and it worked. Thank you!!
Replied by Sulaimon on topic Getting Red message in edit/add item on frontend
Krikor wrote: You can override the itemform.php file, hide it with CSS (#k2FrontendPermissionsNotice { display: none }) or finally you can add K2_YOU_ARE_ALLOWED_TO to your language overrides.
Tried both options and it worked. Thank you!!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 8 months ago #146952
by Krikor Boghossian
Replied by Krikor Boghossian on topic Getting Red message in edit/add item on frontend
You 're welcome :)
Please Log in or Create an account to join the conversation.