Find and delete:
Code: Select all
// Same goes for the author
if (!$quotes_author)
{
trigger_error($user->lang['NO_QUOTES_AUTHOR'] . adm_back_link($this->u_action . '&action=add'), E_USER_WARNING);
}
Code: Select all
// Same goes for the author
if (!$quotes_author)
{
trigger_error($user->lang['NO_QUOTES_AUTHOR'] . adm_back_link($this->u_action . '&action=add'), E_USER_WARNING);
}
Code: Select all
.quote_text {
width:auto;
height:161px;
padding:10px;
padding-bottom:0px;
overflow-y: auto !important;
word-wrap: break-word;
}
.quote_text p {
font-size: 1.1em !important;}
quote_text
Code: Select all
<div class="content quote_text">
<!-- IF quotes.QUOTES_TEXT --><p>“{quotes.QUOTES_TEXT}”</p><!-- ENDIF -->
</div>
Code: Select all
$result = $db->sql_query_limit($sql, 1);