BlogHarbor Home Page
FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  UsergroupsRSS   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
How to NOT show a profile (or link to a profile)
 
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> Beginner's Lounge
View previous topic :: View next topic  
Author Message
biggerfish



Joined: 31 Jul 2005
Posts: 23
Location: norwalk, ct

PostPosted: Mon Aug 15, 2005 5:10 pm    Post subject: How to NOT show a profile (or link to a profile) Reply with quote

Is this possible? I have an author account, that I do not want to display a profile for.

Thanks!
_________________
rich graham
www.biggerfish.biz
norwalk, ct usa
Back to top
View user's profile Send private message Visit poster's website AIM Address
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Mon Aug 15, 2005 10:46 pm    Post subject: Re: How to NOT show a profile (or link to a profile) Reply with quote

I know you're already familiar with the concepts behing modifying the article and category templates, so in those templates look for this:

Code:
{{if author}}
   <a href="javascript:openWindow('{{view_user_url}}', 'info', 450, 600);">{{var name=author escape=html}}</a>
{{else}}
   Anonymous
{{/if}}


and remove the links:

Code:
{{if author}}
   {{var name=author escape=html}}
{{else}}
   Anonymous
{{/if}}


That should do it for you...
Back to top
View user's profile Send private message Send e-mail Visit poster's website
biggerfish



Joined: 31 Jul 2005
Posts: 23
Location: norwalk, ct

PostPosted: Mon Aug 15, 2005 10:58 pm    Post subject: thanks, but no thanks... Reply with quote

Thanks for that John, appreciate the quick reply as always.

I know I could do that, I was looking for a lower level system setting that would keep the author's name from being clickable on a search results page. I already know I can't modify that search results page's code, I was looking for a way around it.

Thanks again!
_________________
rich graham
www.biggerfish.biz
norwalk, ct usa
Back to top
View user's profile Send private message Visit poster's website AIM Address
Search all BlogHarbor support resources.
View previous topic :: View next topic  
Display posts from previous:   
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> Beginner's Lounge All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum