Page 1 of 1

How do I remove the 'Edit' link?

Posted: December 4th, 2007, 1:18 am
by costofliving.in
My goal is to remove the 'Edit' link at the bottom of the pages without disabling editing. My reasoning is that I want users to make edits by section rather then by page (all pages are pre-populated with information divided into sections). I understand that they can bypass this by editing the URL, but I can live with that. I'm using your original skin. How might I go about this?

Thanks in advance.

Re: How do I remove the 'Edit' link?

Posted: December 4th, 2007, 10:30 am
by Paul
You need to open file GuMax.php, and put if statement inside content edit loop section.

Re: How do I remove the 'Edit' link?

Posted: December 4th, 2007, 6:19 pm
by costofliving.in
I'm sorry - I should have mentioned that I'm using the original skin which doesn't appear to have a gumax.php file.

Re: How do I remove the 'Edit' link?

Posted: December 5th, 2007, 11:25 pm
by Paul
So it will be in your default skin's php file.

Re: How do I remove the 'Edit' link?

Posted: December 6th, 2007, 1:02 am
by costofliving.in
I did it a slightly different way - thanks much for the help. Your input led me down the path I needed to go.