MN Forum

Full Version: Show status in admin area (pages)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
Is it possible to display the status of a permit page in the admin area?

Example:
Admin -> Pages -> Traffic Exchange
ID - User ID - URL - Targeting - Clicks - Status - Actions

So you can quickly see whether the page is Enabled, Disabled or Banned!
Hello,

Thank you for your suggestion, will be implemented in further updates.

Regards!

kam100

Edit:
admin-panel/modules/surf/sites.php

And go to line 80. After:
PHP Code:
Hidden content for guests 

Paste:
PHP Code:
Hidden content for guests 

After go to line 97. After:
PHP Code:
Hidden content for guests 

Paste:
PHP Code:
Hidden content for guests 

//EDIT
FIX Smile
nice work, Thank you!