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
- 
				jptechnical
- Forum Members 
- Posts: 131
- Joined: Wed Jan 12, 2005 12:18 am
- 
				jptechnical
- Forum Members 
- Posts: 131
- Joined: Wed Jan 12, 2005 12:18 am
Linkblog without add link
I will check it out
			
			
									
						
										
						Re: Linkblog without add link
Just put this CSS in and the Add a Link link goes away.
.modulelinkbloglink {
visibility: hidden;
}
			
			
									
						
							.modulelinkbloglink {
visibility: hidden;
}
Look for more CMS help in #cms on Freenode IRC
			
						