It is currently Thu Sep 02, 2010 10:52 pm
: Maybe we should send you to a concentration camp.<!-- IF S_PRIVMSGS -->
<!-- INCLUDE posting_pm_layout.html -->
<!-- ELSE -->
<!-- INCLUDE posting_layout.html -->
<!-- ENDIF --><!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED-->
<br /><a href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a>
<!-- ENDIF -->
: Maybe we should send you to a concentration camp.
: Maybe we should send you to a concentration camp.
#-----[ OPEN ]---------------------------------------------------
#
includes/functions_posting.php
#
#-----[ FIND ]---------------------------------------------------
#
$sql = 'SELECT *
FROM ' . SMILIES_TABLE .
(($mode == 'inline') ? ' WHERE display_on_posting = 1 ' : '') . '
ORDER BY smiley_order';
#
#-----[ REPLACE WITH ]-------------------------------------------
#
// For pagination.
$smiley_limit = 100;
if (isset($_GET['start'])) {
$start = intval($_GET['start']);
} else {
$start =0;
}
$sql = 'SELECT *
FROM ' . SMILIES_TABLE .
(($mode == 'inline') ? ' WHERE display_on_posting = 1 ' : '') . '
ORDER BY smiley_order ASC LIMIT '.$start.', '.$smiley_limit.'';
// end pagination
: Maybe we should send you to a concentration camp.Vladd44 wrote:I have been gone since saturday, hopefully I can take a look at this tomorrow.
: Maybe we should send you to a concentration camp.
: Maybe we should send you to a concentration camp.
: Maybe we should send you to a concentration camp.
: Maybe we should send you to a concentration camp.
: Maybe we should send you to a concentration camp.Users browsing this forum: No registered users and 0 guests