Page 1 of 1

Linkblog without add link

Posted: Fri Feb 18, 2005 5:02 am
by jptechnical
I would like to use linkblog for adding and managing links, however, I don't want the end user to know there is a way of adding links. How could I use linkblog without making it obvious to visitors that they could add a link. Could adding links be added to the admin interface?

Can I specify no add link somewhere in the tag?

I think this could really make this module complete.

thanks.

Linkblog without add link

Posted: Fri Feb 18, 2005 12:36 pm
by Greg
Sounds like the Bookmarks module is what you are looking for.

Linkblog without add link

Posted: Fri Feb 18, 2005 5:33 pm
by jptechnical
I will check it out

Re: Linkblog without add link

Posted: Wed Mar 02, 2005 7:06 pm
by heavy
Just put this CSS in and the Add a Link link goes away.

.modulelinkbloglink {
    visibility: hidden;
}