TinyPortal

Development => Support => Topic started by: alhaudhie on April 26, 2008, 06:13:42 PM

Title: edit permission problem
Post 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...?
Title: Re: edit permission problem
Post by: G6Cad on April 26, 2008, 08:02:03 PM
Make sure you have the correcty language strings added to the language folder
Title: Re: edit permission problem
Post by: alhaudhie on April 28, 2008, 11:40:59 AM
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?
Title: Re: edit permission problem
Post by: Zetan on April 28, 2008, 11:43:02 AM
Have a read of the Stickies in the Support > Installation board
Title: Re: edit permission problem
Post by: alhaudhie on April 28, 2008, 05:38:53 PM
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?