Keyword

frontend editing not working

  • Tom Racine
  • Tom Racine's Avatar Topic Author
  • Offline
  • New Member
More
13 years 3 months ago #62066 by Tom Racine
frontend editing not working was created by Tom Racine
I've installed k2 2.5.4 & I'm running joomla 2.5. I have two users setup and when I go to the front end I can add an item but I cannot edit and existing item. Existing items have "edit item" before the title. Any help would be greatly appreciated.

Thanks.

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

More
13 years 3 months ago #62067 by william white
Replied by william white on topic Re: frontend editing not working
Check your K2 user group permissions that the users belong to.

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

  • Tom Racine
  • Tom Racine's Avatar Topic Author
  • Offline
  • New Member
More
13 years 3 months ago #62068 by Tom Racine
Replied by Tom Racine on topic Re: frontend editing not working
Well, I created a group called site owner for my superuser account and all permissions settings are set to "yes" but still no ability to edit in front end. I seem to recall reading about this somewhere ... joomlaworks google site perhaps ... but that was months ago.

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

More
13 years 3 months ago #62069 by Andrew McEwan
Replied by Andrew McEwan on topic Re: frontend editing not working
I'm having the exact same problem. Looking at the source code for pages that should be editable:
	Joomlart Forum Thread


That thread seems to indicate a problem with the classes not being called correctly. This is getting into realms a bit beyond me. Any ideas?

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

More
13 years 3 months ago #62070 by william white
Replied by william white on topic Re: frontend editing not working
Just to make sure its not something simple, in the k2 dashboard options there is a setting to turn front end editing on or off

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

  • Tom Racine
  • Tom Racine's Avatar Topic Author
  • Offline
  • New Member
More
13 years 3 months ago #62071 by Tom Racine
Replied by Tom Racine on topic Re: frontend editing not working
Everything is enabled for front end editing as far as I can tell. I'm also using a rockettheme template. Actually I installed the latest template locally as it has specific styling for k2, but after adding an item I'm still not able to edit it. I'll post in the rockettheme forum also. I would really like to resolve this as I'm hoping to show others how to add & edit content.
Attachments:

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

  • Tom Racine
  • Tom Racine's Avatar Topic Author
  • Offline
  • New Member
More
13 years 3 months ago #62072 by Tom Racine
Replied by Tom Racine on topic Re: frontend editing not working
Anyone else having this issue? I'm getting nothing from the Rockettheme forum.

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

More
13 years 3 months ago #62073 by william white
Replied by william white on topic Re: frontend editing not working
Take a look at how java is loading and be sure its in t he noconflict mode. search here and on the old forum for info

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

  • Tom Racine
  • Tom Racine's Avatar Topic Author
  • Offline
  • New Member
More
13 years 3 months ago #62074 by Tom Racine
Replied by Tom Racine on topic Re: frontend editing not working
From source:
<script src="/joomla/clarion/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/joomla/clarion/media/system/js/core.js" type="text/javascript"></script>
<script src="/joomla/clarion/media/system/js/mootools-more.js" type="text/javascript"></script>
<script src="/joomla/clarion/media/system/js/modal.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" type="text/javascript"></script>
<script src="/joomla/clarion/components/com_k2/js/k2.js" type="text/javascript"></script>
<script src="/joomla/clarion/plugins/system/rokbox/rokbox.js" type="text/javascript"></script>
<script src="/joomla/clarion/plugins/system/rokbox/themes/light/rokbox-config.js" type="text/javascript"></script>
<script src="/joomla/clarion/libraries/gantry/js/gantry-totop.js" type="text/javascript"></script>
<script src="/joomla/clarion/libraries/gantry/js/gantry-smartload.js" type="text/javascript"></script>
<script src="/joomla/clarion/libraries/gantry/js/gantry-buildspans.js" type="text/javascript"></script>
<script src="/joomla/clarion/libraries/gantry/js/gantry-inputs.js" type="text/javascript"></script>
<script src="/joomla/clarion/templates/rt_clarion/js/load-transition.js" type="text/javascript"></script>
<script src="/joomla/clarion/modules/mod_roknavmenu/themes/fusion/js/fusion.js" type="text/javascript"></script>
<script src="/joomla/clarion/modules/mod_roktwittie/js/roktwittie.js" type="text/javascript"></script>
script type="text/javascript">

Are you saying that the order of the script load could be the problem? I don't know what nonconflict mode means. Why would it impact the editing and not the adding? I looked in the forum archives and it seems that there were many posts about frontend issues but it wasn't clear to me how these issues were resolved.

Sorry I'm not a more advanced user, I do appreciate the help.

Tom

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

  • Tom Racine
  • Tom Racine's Avatar Topic Author
  • Offline
  • New Member
More
13 years 3 months ago - 13 years 3 months ago #62075 by Tom Racine
Replied by Tom Racine on topic Re: frontend editing not working
Okay there seems to be a solution on the Rockettheme forum.
www.rockettheme.com/forum/index.php?f=584&t=155996&p=771076&rb_v=viewtopic#p771076

For those who may be using a rockettheme template but are not currently a member (thus no forum access) do the following;

1. go to the template manager and select the default template
2. click on the "Advanced" tab
3. turn off the "Build Titles Spans" option.

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

More
13 years 1 month ago #62076 by ghulma
Replied by ghulma on topic Re: frontend editing not working
how about im not using rooket thems.
im using allrounder themes.

tnax..
i still got same problem here

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

More
12 years 5 months ago #62077 by Denise Montana
Replied by Denise Montana on topic Re: frontend editing not working
I had the same problem and finally solved it.

When setting up my category in K2, in the Item View Options section I had set Title to Hide.

What I finally figured out is that the code for the front end Edit button is in the Title div. So since I had chosen not to show the Title, the edit button was also hidden.

All I had to do to get the Edit button to show up on the front end was set Title to Show.

Ultimately, I didn't want the title to show so I created a new template and moved the edit code outside of the Title div.

I hope this saves someone the head-banging I went through. It would be helpful if K2 would move that edit button outside of the Title div or at least include a tooltip for the Title option that says "If you hide this you won't be able to access the Edit button from the front end."

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

More
12 years 5 months ago #62078 by william white
Replied by william white on topic Re: frontend editing not working
@denise Good Catch!

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

More
12 years 1 month ago #62079 by Andrew
Replied by Andrew on topic Re: frontend editing not working
I had this problem too. but i forgot to "assign group permissions to these categories" in the group manager

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

More
12 years 3 weeks ago #62080 by Vince Murphy
Replied by Vince Murphy on topic Re: frontend editing not working
Saved me so much time. Much appreciated folks.

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


Powered by Kunena Forum