1
   

Hide Profile Link for ANONYMOUS

 
 
far
 
Reply Wed 16 Feb, 2005 09:31 am
How can I

1. REMOVE the image of go to last post if the user is ANONYMOUS
I thought of this, But couldn't do it:

Code:
if ( count($forum_moderators[$forum_id]) > 0 )
{
$l_moderators = ( count($forum_moderators[$forum_id]) == 1 ) ? $lang['Moderator'] : $lang['Moderators'];
$moderator_list = implode(', ', $forum_moderators[$forum_id]);
else
{
$l_moderators = ' ';
$moderator_list = ' ';
}



2. Disable the Profile link of the moderator list(Under each category) if the user is ANONYMOUS the


I know I have to add these codes:

Code:
if ( $userdata['session_logged_in']


And

Code:
&& $poster_id != ANONYMOUS


Not sure how though.
Thanks.
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 1 • Views: 758 • Replies: 5
No top replies

 
Craven de Kere
 
  1  
Reply Thu 17 Feb, 2005 12:31 am
Can you clarify the request a bit? I suspect I understand you but don't want to code without being sure, so as to save my time.
0 Replies
 
far
 
  1  
Reply Sat 19 Feb, 2005 11:14 am
Thanks Craven de Kere.

What i want is:

1. To Hide the view latest post image if the user is ANONYMOUS, After the login the images will be enabled.

2. (Board Statistics) You will have all the online username listed, I want to disable the link if ANONYMOUS.

3. Moderator(under each forum) same as above, If user is ANONYMOUS Disable the link.

I hope I was able to clear it now.

Thanks a lot.
0 Replies
 
Craven de Kere
 
  1  
Reply Sat 19 Feb, 2005 02:56 pm
It's clear now. I don't think I'll have time in the near term to code it for you but if I get a chance I'll post the code.
0 Replies
 
far
 
  1  
Reply Sun 20 Feb, 2005 04:10 am
Thanks Craven de Kere I would appreciate if you could do that.

BTW Are you going to upgrade your board with the new release of phpbb 3.0.0, As far my knowledge tells me that we are going to have a new code design which means the SEO phpbb that you developed will need to upgraded.

Thanks again.
0 Replies
 
far
 
  1  
Reply Sun 27 Feb, 2005 06:12 am
Craven de Kere am Still waiting for you support I would really appreciate it.

Thanks.
0 Replies
 
 

Related Topics

Webdevelopment and hosting - Question by harisit2005
Showing an Ico File - Discussion by Brandon9000
how to earn money in internet - Discussion by rizwanaraj
The version 10 bug. Worse then Y2K! - Discussion by Nick Ashley
CSS Border style colors - Question by meesa
There is no Wisdom in Crowds - Discussion by ebrown p
THANK YOU CRAVEN AND NICK!!! - Discussion by dagmaraka
I'm the developer - Discussion by Nick Ashley
 
  1. Forums
  2. » Hide Profile Link for ANONYMOUS
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 05/05/2024 at 09:29:43