SOLVED - Problem With The Hide On Having Updated


Subject: 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!

Subject: 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::

Subject: Re: Problem With The Hide On Having Updated
Edit to SOLVED :wink:


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Design by DiDiDaDo

Generation Time: 0.1574s (PHP: 34% SQL: 66%)
SQL queries: 15 - Debug On - GZIP Enabled