Icy Phoenix

     
 

SOLVED - Problem With The Hide On Having Updated

SOLVED - Problem With The Hide On Having Updated

Article
Reply with quote    Download Post  
Post Problem With The Hide On Having Updated 
 
Hello friends good I finish of him the patch puts To to the last version of icy (1.2.7)
Good before raising the patch edit the files constants.php, bbcode.php, functions.php, functions_dbmtnc.php and page_header.php edit them since I have the book-keeper of robots, the bbcode of the hide and megavideo, and activate the activity and cash mod, of which I need to edit them before raising them!!

Good when I raised them erase the cache and the cookies to see if there was something badly, and good when I do a contribution and put the SECRET hide one is OK, this way one sees:

 user_4_1_1206032240_390185
    
The topic is this when unblocked one sees like that :

user_4_2_1206032271_480948

Since they will see the box does not go out this that was enclosing it Someone knows that I have to do?

Thank you very much in advance information of support in SIGNATURE!




 
nakedsnake - View user's profile Send private message  
nakedsnake [ Thu 20 Mar, 2008 19:03 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


SOLVED - Problem With The Hide On Having Updated

Comments
Reply with quote    Download Post  
Post Re: Problem With The Hide On Having Updated 
 
Solved problem

Problema solucionado gracias a DARO

FIND:

Code: [Download] [Hide] [Select]
// generate html
            $html = '<blockquote class="quote"><div class="quote-nouser">' . $lang['xs_bbc_hide_message'] . ':</div><div class="post-text">';
            if(!$show)
            {
                return array(
                    'valid' => true,
                    'html' => $html . $lang['xs_bbc_hide_message_explain'] . '</div></blockquote>',
                    'allow_nested' => false,
                );
            }
            else
            {
                return array(
                    'valid' => true,
                    'start' => $html,
                    'end' => '</div></blockquote>'
                );
            }


REPLACE WITH

Code: [Download] [Hide] [Select]
// generate html
            $html = '<blockquote class="quote"><div class="quote-nouser">' . $lang['xs_bbc_hide_message'] . ':</div><div class="post-text">';
            if(!$show)
            {
                return array(
                    'valid' => true,
                    'html' => $html . '<center><img src="images/bbcb_mg/images/hide_yes.gif" border="0"/></center><br />' . $lang['xs_bbc_hide_message_explain'] . '</div></blockquote>',
                    'allow_nested' => false,
                );
            }
            else
            {
                return array(
                    'valid' => true,
                    'start' => $html . '<center><img src="images/bbcb_mg/images/hide_no.gif" border="0"/></center><br />',
                    'end' => '</div></blockquote>'
                );
            }


 ::Salute::



 
nakedsnake - View user's profile Send private message  
nakedsnake [ Fri 21 Mar, 2008 02:56 ]
Reply with quote    Download Post  
Post Re: Problem With The Hide On Having Updated 
 
Edit to SOLVED



 
ThE KuKa - View user's profile Send private message  
ThE KuKa [ Fri 21 Mar, 2008 12:17 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1