[pmwiki-users] FmtPV and conditionals
    carlos.ab at gmail.com 
    carlos.ab at gmail.com
       
    Fri Aug 25 13:20:36 CDT 2006
    
    
  
Is it possible to use this :
------------------------------
global $FmtPV;
if (defined('COMMENTBOXSTYLED_VERSION')){
	$FmtPV['$CommentBox'] = '1';
}else{
	$FmtPV['$CommentBox'] = '0';
}
------------------------------
Inside skin.php and use a conditional like this inside a page:
------------------------------
(:if enabled {$CommentBox}  :)
$[Comments] {$PostCount} - 
(:ifend:)
------------------------------
and have it working. because it is not working for me.
Thanks in advance  for any sugestion.
CarlosAB
    
    
More information about the pmwiki-users
mailing list