I don't recall the portal itself having that feature. That may have been another one of his MODs.RATT wrote:Great portal, Smartor's portal has the ability to show blocks on the forum index page as well, Do you plan on having this option available for your as well?
I'll mess with it some.iyeru42 wrote:I think you need more padding within those blocks, the login looks too close.
Code: Select all
General Error
SQL ERROR [ mysqli ]
[0]
SQL
No values specified for SQL IN comparison
BACKTRACE
FILE: includes/db/dbal.php
LINE: 385
CALL: dbal->sql_error()
FILE: includes/functions_portal.php
LINE: 46
CALL: dbal->sql_in_set()
FILE: portal.php
LINE: 128
CALL: fetch_posts()
Code: Select all
$CFG['news_forum'] = array(2,3,4);
Code: Select all
General Error
SQL ERROR [ mysql4 ]
[0]
SQL
No values specified for SQL IN comparison
BACKTRACE
FILE: includes/db/dbal.php
LINE: 385
CALL: dbal->sql_error()
FILE: includes/functions_portal.php
LINE: 46
CALL: dbal->sql_in_set()
FILE: portal.php
LINE: 128
CALL: fetch_posts()
Alternatively, it could mean the forum id you chose doesn't exist, like the ID of 1.Noxwizard wrote:In portal.php, you didn't specify a forum to pull news from.Code: Select all
$CFG['news_forum'] = array(2,3,4);