<? 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:Sidebar Mod? :: directory file 101 --> an intro (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Sidebar Mod? :: directory file 101 --> an intro
#115
ajmboy (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Sidebar Mod? 4 Years ago Karma: 0  
I remember in the old forums, there was a sidebar modification available, does anyone have that?

What is the latest version of this script? I'm running Dew-NewPHPLinks v.2.0.1.0b SEF
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#204
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:Sidebar Mod? :: directory file 101 --> an intro 3 Years, 12 Months ago Karma: 3  
You can make customization to the page layout of your whole dew-new phplinks website by editing the "directory" file in the root install of your links site files.

In the directory file you will see (from the top) lines and lines of php code, look for the start of the php code like this...
Code:

<?
and the end of th php code like this
Code:

?>
...then further down the directory file you will see...
Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head>
after this code you look past all the meta data in the "head" ending bracket and starting with the "body" starting bracket is the content of your dew-new phplinks website's "look" which is a mix of an html and php document. If you are familiar with tables you will see how the site is split up using php inside this html code starting with your link site's "header" area and "top navigation" bar like this (again from the directory file):
Code:

<? include("themes/$theme/header.php"); include("themes/$theme/navbar.top.php"); ?>
and the directory file ends with the footer:
Code:

include("themes/$theme/footer.php");
my suggestion is- create a sidebar using tables inside the directory files html....if that makes sense.
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/05/19 17:31 By fattymattybrewing.
 
Lifes Too Short To Drink Crappy Beers
fattymattybrewing.com
  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