Code: Select all
<!-- IF FORUM_ID neq 37 and (not S_DISPLAY_FULL_LOGIN or not S_LOGIN_REDIRECT) -->
$row
, viewforum.php
holds all forum data in the $forum_data
array. Change all $row
s in your code to $forum_data
, i.e. $row['forum_image']
becomes $forum_data['forum_image']
.$value = $this->config['key'];
and $this->config->set('key', 'value');
is how the config
service is supposed to be used.