Guys, I would like to find out how to add or even edit articles from the fronend of the News template..
I would think this would be easy if an article is added using the back-end with K2 Article Manager. I have user that has the same Level as my administrator/Super user. and they are not able to edit articles from the front end.. here is my site.
when i am the super user i should get the option to Add new article or edit the older ones. nothing please check the screenshot
www.somalimn.com/news
please let me know if you need my password and username.
this is test page i can give it to you.
Dear aabshir,
Thanks for contacting us and choosing our product!
About your problem with jux news please pm me your site url and admin account.
I'll check and fix it for you asap!
Dear aabshir,
Thanks for contacting us and choosing our product!
- About your problem I checked your site and see you don't assign admin to reporter group. So you can't edit at front-end.
- However you can't see edit link at front-end. So you can fix it by following steps:
+ Step 1: go to path {root}/templates/jux_news/local/css/themes/blue/ then open file template.css
+ Step 2: Go to line 5863 then add this code:
display: block;
position: relative;
Hope this help!
Honestly I don't think you understood where i was going with this. First of all I already had the Edit button there. now all you did is just make it : block; and Relative;
what i am trying to do is get the option to post new article just like the default K2 templates. where when you sign up with super admin or even a user that has the right to wright to post article like Managers, Reporters.
here is another screenshot of what I want mine to look.
You also said my user was not in the report that is why it did not work. can you do the changes and show me it working please. please feel free to do any change that you feel necessary
Hi,
I checked your site and you can fix it by following steps:
- Step 1: go to path {root}/templates/jux_news/local/css/themes/blue/ then open file template.css
- Step 2: go to line 3581 and add this code
display: block;
position: relative;
Hope this help!