Icy Phoenix

     
 

027-0001 Block "only for guest" does't work

027-0001 Block "only for guest" does't work

Article
Reply with quote    Download Post  
Post 027-0001 Block "only for guest" does't work 
 
http://www.icyphoenix.it/index.php?page=3

birthady block is only for guest, but I can see it...



 
hpl - View user's profile Send private message  
hpl [ Sun 09 Mar, 2008 12:55 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


027-0001 Block "only for guest" does't work

Comments
Reply with quote    Download Post  
Post Re: 027-0001 - Block "only For Guest" Does't Work 
 
You can see it because you are admin...

I've done this in my development forum http://area17.customphpbb.es/theproject
Open index.php
Find
Code: [Download] [Hide] [Select]
            $lview = in_array($layout_row['view'], array(0,1,2,3,4));

Replace with
Code: [Download] [Hide] [Select]
            $lview = in_array($layout_row['view'], array(0,2,3,4));

Open includes/functions_cms.php
Find
Code: [Download] [Hide] [Select]
                $bview = '(0,1,2,3,4)';
                $append = '01234';

Replace with
Code: [Download] [Hide] [Select]
                $bview = '(0,2,3,4)';
                $append = '0234';


Greetings!



 
KasLimon - View user's profile Send private message  
KasLimon [ Sun 09 Mar, 2008 13:16 ]
Reply with quote    Download Post  
Post Re: 027-0001 - Block "only for guest" does't work 
 
ok, isn't a bug sorry        

tnk!



 
hpl - View user's profile Send private message  
hpl [ Sun 09 Mar, 2008 16:20 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1