View Single Post
  #1  
Old 24th August 2010, 01:51
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default staff block drop nav menu
just add to blocks/. open blocks/usercp.php and add below where you want to show or theme/THEME_NAME/main.php

Code:
if ($user->admin) {
include("blocks/staffnav_block.php");
}
might want to change some links for your own, this is just how mine is.

p.s i make all my blocks in own php file and simply add above where i want to show. less text in usercp's.php or themes main.php then ;)
Attached Images
 
Attached Files
File Type: php staffnav_block.php (8.1 KB, 24 views)
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote