PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
benny_tllh
New Member
New Member


Joined: Dec 29, 2006
Posts: 6

PostPosted: Sun Feb 24, 2008 2:09 pm Reply with quote Back to top

After using some NSN stuff like seninell it is realy annoying the way php-nuke "original" makes the admin menu on top of every admin page.
Like when going to modules u have to scroll "far" down, u dont need them because the submit button takes u back to the main admin panel anyway.
I usualy dont look at the admin panel much, but everytime i do that i press a button countless times before remembering the stuff comes under the menu = offscreen before scrolling. Bang Head
Should be a easy fix, but as its only cosmetic and i dont go there much except when i upgrade i won't try to do it myself.
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4581
Location: Slovakia - working my way around Eastern Europe

PostPosted: Sun Feb 24, 2008 2:20 pm Reply with quote Back to top

Just remove the GraphicAdmin() function in the page you want to lose the admin icons in.
View user's profile Send private message Send e-mail Visit poster's website
benny_tllh
New Member
New Member


Joined: Dec 29, 2006
Posts: 6

PostPosted: Sun Feb 24, 2008 3:35 pm Reply with quote Back to top

Will try that, just thought that it might be an idea, for when u remake the admin (i think i remember reading that somewhere) that u do it sentinel style.

Just spend 15 min where i couldnt make a change before i noticed it doesnt return to the menu there is a small confirm yes no out of screen DOH! Have forgotten that som many times u would think i had learned that leson.
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 14946
Location: Kansas

PostPosted: Sun Feb 24, 2008 4:17 pm Reply with quote Back to top

Smack ROTFL
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
nextgen
Client


Joined: Sep 28, 2006
Posts: 52

PostPosted: Sun Feb 24, 2008 8:42 pm Reply with quote Back to top

My friend i can alter your admin page for ya if you want me to. Would make it a bit tighter and neater. PM me a copy of your admin file and i will edit for you tonight and send it back to you in the afternoon tommorow for you to use. But if you do accept this from me i request that it stay with you ok ?
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4581
Location: Slovakia - working my way around Eastern Europe

PostPosted: Mon Feb 25, 2008 1:58 am Reply with quote Back to top

If it is just the size of the admin area that's a concern, you can turn the icons of in the nuke admin area, this will leave you with just text links.
View user's profile Send private message Send e-mail Visit poster's website
montego
Site Admin


Joined: Aug 29, 2004
Posts: 7264
Location: Arizona

PostPosted: Mon Feb 25, 2008 6:02 am Reply with quote Back to top

This also is a pet-peave of mine so I will log this for future release consideration.
View user's profile Send private message Visit poster's website
fkelly
Moderator


Joined: Aug 30, 2005
Posts: 2064
Location: near Albany NY

PostPosted: Mon Feb 25, 2008 11:21 am Reply with quote Back to top

For those who are familiar with the programming behind this, it is interesting that the way the admin screen looks reflects the programming. By this I mean that every time you ask the overall admin screen to perform a function it goes rummaging back thru ALL THE admin directories looking for case and links files that match the op (operation) that you've requested. In other words, instead of just taking the op and finding directly the program that carries out that op, there are a whole bunch of file system reads and evaluation of if and case statements until it gets to one that matches.

If we are going to redo the appearance of the admin screen we should redo the programming logic behind it too.
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 14946
Location: Kansas

PostPosted: Mon Feb 25, 2008 11:38 am Reply with quote Back to top

fkelly wrote:
For those who are familiar with the programming behind this, it is interesting that the way the admin screen looks reflects the programming. By this I mean that every time you ask the overall admin screen to perform a function it goes rummaging back thru ALL THE admin directories looking for case and links files that match the op (operation) that you've requested. In other words, instead of just taking the op and finding directly the program that carries out that op, there are a whole bunch of file system reads and evaluation of if and case statements until it gets to one that matches.

If we are going to redo the appearance of the admin screen we should redo the programming logic behind it too.


speedtype Absolutely! Thanks for volunteering? RavensScripts
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4581
Location: Slovakia - working my way around Eastern Europe

PostPosted: Mon Feb 25, 2008 12:10 pm Reply with quote Back to top

ROTFL killing me
View user's profile Send private message Send e-mail Visit poster's website
montego
Site Admin


Joined: Aug 29, 2004
Posts: 7264
Location: Arizona

PostPosted: Tue Feb 26, 2008 7:39 am Reply with quote Back to top

Yeah, and here I always have a simple change in mind and fkelly has to propose something far more useful, yet far more time consuming. Laughing Feel free when we get to 2.3.0 to take this one fkelly... I've already got the Issue created for this...
View user's profile Send private message Visit poster's website
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 4581
Location: Slovakia - working my way around Eastern Europe

PostPosted: Tue Feb 26, 2008 9:05 am Reply with quote Back to top

I feel a 'Cycling around the world in 180 days" coming on Wink
View user's profile Send private message Send e-mail Visit poster's website
spottedhog
Regular
Regular


Joined: Jun 02, 2004
Posts: 85

PostPosted: Thu Feb 28, 2008 11:09 am Reply with quote Back to top

Here is what I use in my "fork":

Code:
// GraphicAdmin();
   OpenTable();
   echo '<div class="titlebox"><a href="admin.php">', _GOTOADMINMENU ,'</a></div>';
   CloseTable(); 
   echo '<br />';


...then add the language variable to the language file.

OHHHH... class=titlebox titlebox centers and makes the text bold.
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum