Keyword

Item view options not showing in front end edit

  • Odin Mayland
  • Odin Mayland's Avatar Topic Author
  • Offline
  • Platinum Member
More
12 years 1 week ago #103911 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.

Attachment not found



How do I do this?
Attachments:

Please Log in or Create an account to join the conversation.

More
12 years 1 week ago #103912 by Lefteris
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
  • Odin Mayland's Avatar Topic Author
  • Offline
  • Platinum Member
More
12 years 1 week 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.

More
12 years 1 week ago #103914 by Lefteris
The check is the :
<?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
  • Odin Mayland's Avatar Topic Author
  • Offline
  • Platinum Member
More
12 years 1 week 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?

modernmagic wrote:

Log in  or Create an account to join the conversation.

  • Odin Mayland
  • Odin Mayland's Avatar Topic Author
  • Offline
  • Platinum Member
More
12 years 1 week 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. :-)

Please Log in or Create an account to join the conversation.

More
12 years 1 week ago #103917 by Lefteris
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
  • Odin Mayland's Avatar Topic Author
  • Offline
  • Platinum Member
More
12 years 6 days ago - 12 years 6 days 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


Attachment not found

Attachments:

Please Log in or Create an account to join the conversation.

  • Odin Mayland
  • Odin Mayland's Avatar Topic Author
  • Offline
  • Platinum Member
More
12 years 1 day 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?

Please Log in or Create an account to join the conversation.

More
11 years 9 months ago #103920 by Taulant
Hello,
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.