1
   

Allow guests to see signatures - phpbb

 
 
Reply Wed 23 Feb, 2005 06:39 am
Could you direct me to which page and code I would need to edit to bring back signatures for guests?

Thank you
 
View Profile 993ti
 
  1  
Reply Sat 26 Feb, 2005 10:53 am
It's this line:
Code:#
#-----[ FIND ]------------------------------------------
#

$user_sig = ( $postrow[$i]['enable_sig'] && $postrow[$i]['user_sig'] != '' && $board_config['allow_sig'] ) ? $postrow[$i]['user_sig'] : '';


#
#-----[ REPLACE WITH ]------------------------------------
#

$user_sig = ( $postrow[$i]['enable_sig'] && $postrow[$i]['user_sig'] != '' && $board_config['allow_sig'] && $userdata['session_logged_in'] ) ? $postrow[$i]['user_sig'] : '';

Smile
0 Replies
 
  1  
Reply Tue 1 Mar, 2005 09:08 am
Thanks for the response.
0 Replies
 
 

Related Topics

I'm the developer - Discussion by Nick Ashley
how to earn money in internet - Discussion by rizwanaraj
THANK YOU CRAVEN AND NICK!!! - Discussion by dagmaraka
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
mod rewrite for a different theme? - Discussion by etali
 
  1. able2know
  2. » Allow guests to see signatures - phpbb
Copyright © 2009 Horizontal Verticals :: Page generated in 0.35 seconds on 11/22/2009 at 02:37:04 Top End