HTML Nugget Question

Having trouble installing serendipity?
Post Reply
siringo
Regular
Posts: 92
Joined: Fri Jul 28, 2006 5:39 am
Location: Australia
Contact:

HTML Nugget Question

Post by siringo »

How can I remove the 'Edit' link under the nugget? It looks messy, as shown here on the RHS under the media player links.

Thanks.
Thanks,

Matt.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: HTML Nugget Question

Post by garvinhicking »

Hi!

Those only appear for you as logged in admin user! Your visitors won't see that.

Or you can alter your style.css stylesheet:

Code: Select all

.serendipity_edit_nugget {
  display: none;
}
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
siringo
Regular
Posts: 92
Joined: Fri Jul 28, 2006 5:39 am
Location: Australia
Contact:

Post by siringo »

Thanks Garvin, much appreciated. If visitors don't see it, I'll just leave it. Thanks again.
Thanks,

Matt.
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: HTML Nugget Question

Post by yellowled »

siringo wrote:How can I remove the 'Edit' link under the nugget? It looks messy, as shown here on the RHS under the media player links.
I suppose you know that this only appears if you're logged in?

If you still want to hide it, you can do so using CSS. Add:

Code: Select all

.serendipity_edit_nugget { display: none; }
to the style.css of the template you're using.

A well-intentioned hint: This question isn't really related to the installation, another forum ('Plugins' comes to mind) would have been a better choice.

YL
Post Reply