TinyPortal
Development => Support => Topic started by: alhaudhie on April 26, 2008, 06:13:42 PM
i have this problem after update version
(https://www.tinyportal.net/proxy.php?request=http%3A%2F%2Fi111.photobucket.com%2Falbums%2Fn148%2Falhaudhie%2F1-1.jpg&hash=33ebcbd1c831400022d2f86fcdf193dd75bcc45f)
What must i do...?
Make sure you have the correcty language strings added to the language folder
when i view the source
it is like this <td style="padding-bottom: 2px;" valign="top"><input name="perm[membergroup][tp_linkmanager]" checked="checked" value="on" class="check" type="checkbox"></td>
</tr>
what file should i check in language folder?
Have a read of the Stickies in the Support > Installation board
that is what i del in source/managepermission
// TinyPortal
'tinyportal' => array(
'tp_settings' => false,
'tp_blocks' => false,
'tp_articles' => false,
),
'tinyportal_dl' => array(
'tp_dlmanager' => false,
'tp_dlupload' => false,
),
'tinyportal_link' => array(
'tp_linkmanager' => false,
),
'tinyportal_gallery' => array(
'tp_gallery' => false,
),
'tinyportal_team' => array(
'tp_teampage' => false,
is this code is using with new tp?