TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

June 17, 2024, 05:21:05 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,253
  • Total Topics: 21,225
  • Online today: 149
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 116
  • Total: 116

edit permission problem

Started by alhaudhie, April 26, 2008, 06:13:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

alhaudhie

i have this problem after update version



What must i do...?

G6Cad

Make sure you have the correcty language strings added to the language folder

alhaudhie

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?

Zetan

Have a read of the Stickies in the Support > Installation board

alhaudhie

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?