<? DEW-CODE.COM  

Downloads

Assorted scripts  (1)
DewNewPHPLinks  (9)





Lost Password?
No account yet? Register

Dew-Code Newsfeed

Resources


 USdigitalcable.com

Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Re:What's New (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:What's New
#989
timopp (User)
Fresh Boarder
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
What's New 2 Years, 10 Months ago Karma: 0  
Underneath the Nav table is a table that echo's the page your on ( Whats New, What Cool Etc). Where do I comment that out.

It's was not where I thought it would be.

Thanx

Tim
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#990
timopp (User)
Fresh Boarder
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Re:What's New 2 Years, 10 Months ago Karma: 0  
A little bump. I would think this real simple.

Thanks
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#991
Dewed (Admin)
Admin
Posts: 605
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:What's New 2 Years, 10 Months ago Karma: 9  
Sorry, I've been having some computer hardware problems here..

To remove the top nave menu entirely, edit the file named "directory"
Note this is a PHP file lacking the .php extension, so it it should be uploaded
and downloaded as ASCII/Text

Near line #114, simply comment out the include line for the top nav menu

//include("themes/$theme/navbar.top.php";

The bottom nav menu is included near line #144,

//include("themes/$theme/navbar.bottom.php";

To edit them, edit the navbar.top.php and navbar.bottom.php
files within the theme directory you are using,
/themes/original/navbar.bottom.php for example, if you use the original theme.

Always make a back-up copy of the file first
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#992
timopp (User)
Fresh Boarder
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Re:What's New 2 Years, 10 Months ago Karma: 0  
Dewed,

Thanks for that. I hate your having problems, someday they will perfect these things.

No I want the Nav table, but just below that it's like a page title. It says " Whats New, Or What's Cool, etc, but it's underneath the navigation and really just repeats it if you have top nav, and so not necessary. In my theme it's in a green box.

Thanks

Tim
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#995
fattymattybrewing (User)
Support Your Local Brewer
Expert Boarder
Posts: 117
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Fatty Matty Brewing Location: Southwestern Wisconsin Birthdate: 1974-11-05
Re:What's New 2 Years, 10 Months ago Karma: 3  
ah, you talking about removing the breadcrumb below the top navigation bar right?

you can remove the breadcrumb by commenting out:

Code:

include("include/line.cat.php");
in the directory file. Look for this code in your directory file:
Code:

include("include/main.cats.php"); } else { include("include/line.cat.php");
to comment out the code add to slashes before this line
Code:

include("include/line.cat.php");
so that it reads
Code:

// include("include/line.cat.php");
hope this helps
 
Report to moderator   Logged Logged  
 
Lifes Too Short To Drink Crappy Beers
fattymattybrewing.com
  The administrator has disabled public write access.
#996
timopp (User)
Fresh Boarder
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Re:What's New 2 Years, 10 Months ago Karma: 0  
Yes, So I did this:

if(!isset($term) and !isset($show)){
if(!isset($PID)){
$PID=0;
include("include/main.cats.php";
} else {
//include("include/line.cat.php";
include("include/main.cats.php";
include("include/sites.php";
include("include/related.php";
}
}
But they are still there.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop
Outsource your projects to thousands of programmers at
ScriptLance.com
Newsflash
Interested in
advertising?

This space for rent!

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008