XMB Forum Software
Not logged in [Login - Register]
Go To Bottom

Printable Version  
Author: Subject: [Inactive] Admin Actions Are Disabled
alkutob
Member
***


Avatar


Posts: 27
Registered: 5-13-2012
Location: Jordan
Member Is Offline


[*] posted on 5-21-2020 at 12:24 AM
[Inactive] Admin Actions Are Disabled


XMB Version: 1.9.11

I installed a new forum for testing (XMB ARABIC FORUM)
As an admin I can not delete , pumb or copy post
All post operations by admin or moderator get the msg error

Quote:

You are not permitted to perform this operation

Any solution??
Thanks





XMBFORUM ARABIC SUPPORT

http://xmbforum-ar.com
View user's profile Visit user's homepage View All Posts By User This user has MSN Messenger
lottos
Administrator
********




Posts: 461
Registered: 6-3-2002
Member Is Offline

Mood: pass me a TimTam

[*] posted on 5-21-2020 at 01:13 AM


Doesn't appear to be a standard install as it loads portal.php


First thing would be to look at whether you followed the install correctly, especially this part:

==========
Find Code:
==========

} else if (false !== strpos($url, '/topicadmin.php')) {
$location = $lang['onlinetopicadmin'];

===============
Add Code Below:
===============

} else if (false !== strpos($url, '/portal.php')) {
$location = $lang['portalonline'];


If you are confident you did, then do another XMB test install, without ANY modifications and see if the admin issues you reported work on the new test board. If they do, then the most likely issue if that you either got the portal install incorrect or the portal modification has issues.



View user's profile View All Posts By User
bfgadmin
Member
***




Posts: 52
Registered: 5-7-2020
Location: Pittsburgh, PA
Member Is Offline

Mood: Technical

[*] posted on 6-19-2020 at 09:37 PM


alkutob, lottos seems to be spot on here.

If you are still having issues, can you attach/share all the PHP files you had to modify for the portal install?



View user's profile Visit user's homepage View All Posts By User

  Go To Top

Powered by XMB 1.9.12 (Debug Mode)
XMB Forum Software © 2001-2024 The XMB Group
[Queries: 16] [PHP: 21.8% - SQL: 78.2%]