DBS Template for PhpLD 2.x and 3.x version
January 6, 2009 by admin
Filed under PHPLD Template

DOWNLOAD
DBSV2.1.1
DBSV2.1.2
DBSV3.1
DBSV3.2
DBSV3.3
Folder Structure
————————————————————————————
This zip file contains the following folders:
1. images
2. logo
3. php_files
4. templates
Installation Steps
————————————————————————————
1. Unzip the zip file you’ve downloaded to a folder on your computer.
2. Copy content of images folder and place them into the your directory/images folder.
3. Copy content of templates folder and place them into the your directory/templates folder.
4. Copy “main.css” and place them into your root directory
5. Copy content of php_files folder and place them into your root directory
6. Delete everything from directory/temp/templates/
Features of Template
————————————————————————————
This template comes with several added features for you to use.
1. Guidelines on Submit Page:
This is the area above the submission form located on the submit page. A default guidelines
is provided. To modify submission guidelines, open the file templates/submitguidelines.tpl
and edit the content of this file.
2. About Us:
Open templates/aboutus.tpl file and enter your company/directory information.
3. Contact Us:
Open php_files/contact.php
Find the following code
$mail->AddAddress(’contact@yourdirectory.com’, ‘Your Name’);
Change “contact@yourdirectory.com” to an email which you would use it to receive all inquiries
seny be contact form. Change “Your Name” to a name which you prefer.
4.Sponsored Links on the Sidebar:
The Sidebar files are templates/sidebar-left.tpl and templates/sidebar-right.tpl.
You can edit sponsored links by changing the code in either file.
5. Banner ad unit Ads
There is a banner section above the category. open the file templates/banner.tpl and replace the image code with you ad code.
*Remember* When using images in phpLD, it is necessary to use template code with your image code. Add your images to the directory/images folder, then instead of using simple image code such as images/logo.gif, you must use template code
<img src=”{$smarty.const.DOC_ROOT}/images/logo.gif” ….
6. Adding links to the footer:
To add text or links to the footer, simple open the templates/footer.tpl file and look near the bottom for the html table that contains the current footer content. Add in your content as needed and save.
7. Replacing the logo:
You could create your own logo using the logo.psd file in the logo folder. You need photoshop software to edit the logo.psd file.
To replace the logo, simple name your logo logo.gif. Place it into the template/images folder and save.











