![]() |
|
|||||||
| phpLD Templates Find phpLD template downloads and portfolio displays in this section. |
| Have A Look At Some Of Our Webmaster Related Sponsors! | |||||
![]() Script Directory |
![]() Shopping Cart |
![]() Market Leverage |
![]() Free Templates |
![]() 3D Guide-characters |
![]() Advertise Here |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#21 (permalink) | |
|
The Dev Hunter
|
Quote:
If you need someone to put a name in that logo, PM me and I will help you.Thanks again for using our template!
__________________
Website Launch l Bid for Position l Website Advertising l phpLD Template Blogl Bid for Top l WordPress Theme Blog |
|
|
|
|
|
|
#22 (permalink) |
|
Senior Moderator
|
Tell you what, you have a syntax error btw. Post a thread in PHP or CSS whatever this applies. I will help you there. We should be able to help you. We have knowledged people here.
__________________
+-(X)HTML, CSS, JavaScript, SEO, PHP, Flash-+ Code:
<style type="text/css"> u { text-decoration: none; } </style>
|
|
|
|
|
|
#24 (permalink) |
|
Senior Moderator
|
Which browser are you looking at in your iMac?
__________________
+-(X)HTML, CSS, JavaScript, SEO, PHP, Flash-+ Code:
<style type="text/css"> u { text-decoration: none; } </style>
|
|
|
|
|
|
#26 (permalink) |
|
Senior Moderator
|
Post a thread and I'll help.
__________________
+-(X)HTML, CSS, JavaScript, SEO, PHP, Flash-+ Code:
<style type="text/css"> u { text-decoration: none; } </style>
|
|
|
|
|
|
#27 (permalink) |
|
New Hunter
|
Just wanted to comment that with 102 people who clicked Download on the phpLD site, the Green template is currently the most popular download on the whole site.
Dev-X Green Template : PHP Link Directory |
|
|
|
|
|
#28 (permalink) |
|
The Dev Hunter
|
We are thrilled to hear that!
![]() We appreciate the kind words and info brought here. Thanks David! ![]()
__________________
Website Launch l Bid for Position l Website Advertising l phpLD Template Blogl Bid for Top l WordPress Theme Blog |
|
|
|
|
|
#29 (permalink) | |
|
Senior Designer (Staff)
|
Quote:
that news inspired us to work for more.
__________________
DiggersCommunity - Community for Review your website Last edited by moinuddin102; 05-18-2008 at 07:17 AM. |
|
|
|
|
|
|
#31 (permalink) |
|
New Hunter
|
Can I say I too think this template is very nice looking and I would like it for my site but unfortunately I can't understand the install and yes, I HAVE read it very carefully, again and again :(
Here is where I am stuck 2. Open your init.php in your root & search for this: // ---------------------------------- I have the init.php file but i cannot find... // ---------------------------------- ? What am I missing here? Then even if I moved on from here and worked out how to 3. Edit your logo with the PSD file (Which is doubtful as I don't have a clue what that actually means :)) I got even more confused when I read (When you first install the template most of the icons are not going to work) as I cant see HOW to install? Does it have to be done in admin? ![]() Any help would be much appreciated as not much of the read me file makes much sense to me :( Thanks |
|
|
|
|
|
#32 (permalink) | |
|
The Dev Hunter
|
Quote:
![]() I guarantee you that if you open your init.php and scroll all the way to the bottom and just look Up a few lines you will see the: // ---------------------------------- And you just take that out and replace with the code in the read me file. There is a thread on the icons up a few posts but if you need some help you can PM me your FTP info and I would be glad to hook you up!
__________________
Website Launch l Bid for Position l Website Advertising l phpLD Template Blogl Bid for Top l WordPress Theme Blog |
|
|
|
|
|
|
#33 (permalink) |
|
New Hunter
|
This is all I have......
<?php /** # ################################################## #################### # Project: PHPLinkDirectory: Version 2.1.2 # # ************************************************** ******************** # Copyright (C) 2004-2006 NetCreated, Inc. (NetCreated) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # ************************************************** ******************** # # For questions, help, comments, discussion, etc., please join the # PHP Link Directory Forum PHP Link Directory Forum # # @link PHP Link Directory Script # @copyright 2004-2006 NetCreated, Inc. (NetCreated) # @projectManager David DuVal <david@david-duval.com> # @package PHPLinkDirectory # ################################################## #################### */ require_once 'include/client_info.php'; require_once 'include/version.php'; require_once 'include/config.php'; require_once 'include/tables.php'; require_once 'include/functions.php'; session_start(); define ('DOC_ROOT', substr ($_SERVER["SCRIPT_NAME"], 0, strrpos ($_SERVER["SCRIPT_NAME"], '/'))); if (!defined ('DB_DRIVER')) { @ header('Location: '.DOC_ROOT.'/install/index.php'); @ exit; } require_once 'libs/intsmarty/intsmarty.class.php'; require_once 'libs/smarty/SmartyValidate.class.php'; require_once 'libs/adodb/adodb.inc.php'; if (get_magic_quotes_gpc()) { function stripslashes_deep($value) { $value = (is_array ($value) ? array_map ('stripslashes_deep', $value) : stripslashes ($value)); return $value; } $_REQUEST = array_map ('stripslashes_deep', $_REQUEST); $_COOKIE = array_map ('stripslashes_deep', $_COOKIE); } //Connect to database $db = ADONewConnection(DB_DRIVER); if($db->Connect(DB_HOST, DB_USER, DB_PASSWORD, DB_NAME)) { $db->SetFetchMode(ADODB_FETCH_ASSOC); read_config($db); } else define('ERROR', 'ERROR_DB_CONNECT'); if (DEBUG === 1) set_log('frontend_log.txt'); //Initialize template $tpl = get_tpl(); $tpl->cache_lifetime = 0; $tpl->assign('VERSION', CURRENT_VERSION); require_once 'include/constants.php'; $URLcomponents = @ parse_url ($_SERVER['REQUEST_URI']); if (is_array ($URLcomponents) && !empty ($URLcomponents)) { @ parse_str ($URLcomponents['query'], $URLvariables); } ?> Last edited by whos; 05-25-2008 at 10:17 PM. Reason: posted wrong info |
|
|
|
|
|
#34 (permalink) |
|
The Dev Hunter
|
I see you are using 2.1.2
You can just upload the init.php file to your Root that is provided in the Dev-X zip and you should be fine. You will then need to refer to the icon install instructions and read close and you should be fine.
__________________
Website Launch l Bid for Position l Website Advertising l phpLD Template Blogl Bid for Top l WordPress Theme Blog |
|
|
|
|
|
#35 (permalink) | |
|
New Hunter
|
Quote:
Those instructions came with 2.1.2 so is there an upgraded install file anywhere I can get? |
|
|
|
|
|
|
#36 (permalink) | ||
|
New Hunter
|
Quote:
Quote:
There is no wonder I couldn't find the correct code in the file. So sorry ![]() I did intend to upgrade so I think I'll just go and do that first before I get ahead of myself with templates. Love this template though and green is my all time favourite color so I will be back. Thanks for your help! |
||
|
|
|
|
|
#38 (permalink) | |
|
The Dev Hunter
|
Quote:
![]() Have you modified the original template at all?
__________________
Website Launch l Bid for Position l Website Advertising l phpLD Template Blogl Bid for Top l WordPress Theme Blog |
|
|
|
|