- Posts: 404
COMMUNITY FORUM
Item view options not showing in front end edit
- Odin Mayland
- Topic Author
- Offline
- Platinum Member
Less
More
12 years 2 months ago #103911
by Odin Mayland
Item view options not showing in front end edit was created by Odin Mayland
I want to have the "Item view options in category view" and "Item view options" to show in the Edit Item Front End popup window.
How do I do this?
Attachment not found
How do I do this?
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
12 years 2 months ago #103912
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic Re: Item view options not showing in front end edit
Hi. You need to make a template override for this. There is a statement in the itemform.php which hides the options when we are on front-end. It starts in line 812.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Odin Mayland
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 404
12 years 2 months ago #103913
by Odin Mayland
Replied by Odin Mayland on topic Re: Item view options not showing in front end edit
Ok. I see the code but what do I change to allow it to show?
Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
12 years 2 months ago #103914
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic Re: Item view options not showing in front end edit
The check is the :
Of course you need to find where the if ends and remove the endif statement as well. If you are not familiar with this, ask a developer to do it for you.
<?php if($this->mainframe->isAdmin()): ?>
Of course you need to find where the if ends and remove the endif statement as well. If you are not familiar with this, ask a developer to do it for you.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Odin Mayland
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 404
12 years 2 months ago #103915
by Odin Mayland
Replied by Odin Mayland on topic Re: Item view options not showing in front end edit
Ok. I deleted the if and the endif but it is not working.
Hasn't anyone else wanted to have these options available on the fronted?
Hasn't anyone else wanted to have these options available on the fronted?
modernmagic wrote:
Log in or Create an account to join the conversation.
- Odin Mayland
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 404
12 years 2 months ago #103916
by Odin Mayland
Replied by Odin Mayland on topic Re: Item view options not showing in front end edit
I am still looking for some help or a dev that would like to solve this.
My goal is to reduce the requirement for non-tech savy clients to log into the backend. If the item view options were available on the front end then they could modify the "small stuff" themselves. :-)
My goal is to reduce the requirement for non-tech savy clients to log into the backend. If the item view options were available on the front end then they could modify the "small stuff" themselves. :-)
Please Log in or Create an account to join the conversation.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
12 years 2 months ago #103917
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic Re: Item view options not showing in front end edit
Have you modified the correct file? You need to modify the itemform.php not the item.php.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Odin Mayland
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 404
12 years 2 months ago - 12 years 2 months ago #103918
by Odin Mayland
Replied by Odin Mayland on topic Re: Item view options not showing in front end edit
Yes I am editing the itemform.php
I attached the file with the admin if removed. But it still isn't working.
I have tried it in these locations:
/components/com_k2/templates/default/itemform.php
/templates/rt_diametric/html/com_k2/templates/itemform.php
/templates/rt_diametric/html/com_k2/templates/blog/itemform.php
Can you edit, test and reupoad the itemform.php
I attached the file with the admin if removed. But it still isn't working.
I have tried it in these locations:
/components/com_k2/templates/default/itemform.php
/templates/rt_diametric/html/com_k2/templates/itemform.php
/templates/rt_diametric/html/com_k2/templates/blog/itemform.php
Can you edit, test and reupoad the itemform.php
Attachment not found
Please Log in or Create an account to join the conversation.
- Odin Mayland
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 404
12 years 2 months ago #103919
by Odin Mayland
Replied by Odin Mayland on topic Re: Item view options not showing in front end edit
Anyone know how to do this?
can you edit the itemform.php and tell me where to save it?
can you edit the itemform.php and tell me where to save it?
Please Log in or Create an account to join the conversation.
- Taulant
- Offline
- New Member
Less
More
- Posts: 18
12 years 6 days ago #103920
by Taulant
Replied by Taulant on topic Re: Item view options not showing in front end edit
Hello,
have you a solution? which file and what exactly.
I want "Item view option" activate on frontend. Thank you.
have you a solution? which file and what exactly.
I want "Item view option" activate on frontend. Thank you.
Please Log in or Create an account to join the conversation.