nukeSEO.com - PHPNuke SEO Search engine optimization, professional tools including nukeSEO, nukeSPAM, nukeFEED, nukePIE, nukeWYSIWYG and more

 

. Welcome to nukeSEO.com  ! 
.
.
.


.
nukeSEO.com: Forums


 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Combination of Blocks and Modules Admin
 
 
Post new topic   Reply to topic    nukeSEO.com Forum Index -> PHP-Nuke enhancement ideas
View previous topic :: View next topic  
Author Message
GazJ
webmaster


Joined: Mar 20, 2007
Posts: 29

PostPosted: Tue Apr 12, 2011 5:13 am    Post subject: Combination of Blocks and Modules Admin Reply with quote

just a thought Idea

Would'nt it be cool if modules admin and blocks admin was combined to make it lets say a Content admin page and use tabs to quickly go from 1 to the other could even add waiting content for news downloads and so on.

And to go even further reorganise the way you navigate the admin section of nuke.

same thing could be done for configuration

with alterations to the way nuke adds images or text links we could add categories

standard admin menu function used in adminmodule.links.php
Code:
adminmenu("".$admin_file.".php?op=BannersAdmin", ""._BANNERS."", "banners.gif");


altered
Code:
adminmenu("".$admin_file.".php?op=BannersAdmin", ""._BANNERS."", "banners.gif", "Content");


now the adminmenu inside the admin.php gets the Content we passed and used it to create a content category in the new tabbed interface

phpbb uses this to set cat titles
Code:
if( !empty($setmodules) )

{
        $file = basename(__FILE__);
        $module['General']['Avatar_Management'] = "$file";
        return;
}
  
Back to top
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    nukeSEO.com Forum Index -> PHP-Nuke enhancement ideas All times are GMT - 5 Hours
 
 Page 1 of 1

 

Jump to:   
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001-2008 phpBB Group


Page Generation: 0.05 Seconds