how do i remobve this edit link if users not loged in?

Use this forum to ask questions about how to do things in GuMax skin.
Post Reply
User avatar
jcrigler
Rank 1
Rank 1
Posts: 6
Joined: March 25th, 2008, 8:01 pm

how do i remobve this edit link if users not loged in?

Post by jcrigler »

I installed version 3.3 of Paul's skin. When users are not loggedin the toolbox with the "edit" link does not show up. This is what I wanted. However, there is still an edit link on each article. Anyone know how to disable this link (or remove it) when user is not logged in. there was a forum post on this here viewtopic.php?f=6&t=96
which i tried..... but it did not remove the link.
Attachments
Example of my site with user not logged in and the edit button still visible.
Example of my site with user not logged in and the edit button still visible.
edit link.jpg (96.87 KiB) Viewed 5569 times
User avatar
jcrigler
Rank 1
Rank 1
Posts: 6
Joined: March 25th, 2008, 8:01 pm

Re: how do i remobve this edit link if users not loged in?

Post by jcrigler »

Never mind.....
All I had to do was protect the page .... DUH!!! :roll:
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: how do i remobve this edit link if users not loged in?

Post by Paul »

Do you mean the edit link inside the article?

If it is, open file gumax_template.css then find this section

.editsection {
font-size: 90%;
margin-top: 1px;
color: #ddd; /* color for [] */
display:none;
}

add "display:none;" inside of it.
Post Reply