![]() |
|
|||||||
| phpLD Templates Find phpLD template downloads and portfolio displays in this section. |
This is a discussion on Dev-X (Green) phpLD 3.3 Template Release! (W/Icons!) within the phpLD Templates forums, part of the phpLD category; Originally Posted by barpro Yeah it looks fine on my other computer thanks... I normally do all the work on ...
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
Tweet this post! #21 | |
|
Senior Staff
|
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!
__________________
AdBlurps.com Directory l |
|
|
|
|
|
|
#22 |
|
Senior Hunter
|
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.
__________________
Looking for HTML/CSS work. If interested in hiring, please Use my site /* CSS guru */ |
|
|
|
|
|
#24 |
|
Senior Hunter
|
Which browser are you looking at in your iMac?
__________________
Looking for HTML/CSS work. If interested in hiring, please Use my site /* CSS guru */ |
|
|
|
|
|
#26 |
|
Senior Hunter
|
Post a thread and I'll help.
__________________
Looking for HTML/CSS work. If interested in hiring, please Use my site /* CSS guru */ |
|
|
|
|
|
#27 |
|
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
__________________
PHP Link Directory Script - A Different Perspective on Directories - nice article worth reading |
|
|
|
|
|
Tweet this post! #28 |
|
Senior Staff
|
We are thrilled to hear that!
![]() We appreciate the kind words and info brought here. Thanks David!
__________________
AdBlurps.com Directory l |
|
|
|
|
|
#29 | |
|
Senior Designer (Staff)
|
Quote:
that news inspired us to work for more.
__________________
TE9 Free Templates
Free templates for PHP Link Directory, Wordpress (more is coming ...) Last edited by moinuddin102; 05-18-2008 at 07:17 AM. |
|
|
|
|
|
|
#31 |
|
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 |
|
|
|
|
|
Tweet this post! #32 | |
|
Senior Staff
|
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!
__________________
AdBlurps.com Directory l |
|
|
|
|
|
|
#33 |
|
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 |
|
|
|
|
|
Tweet this post! #34 |
|
Senior Staff
|
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.
__________________
AdBlurps.com Directory l |
|
|
|
|
|
#35 | |
|
New Hunter
|
Quote:
Those instructions came with 2.1.2 so is there an upgraded install file anywhere I can get? |
|
|
|
|
|
|
#36 | ||
|
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! |
||
|
|
|
|
|
#37 |
|
New Hunter
|
|
|
|
|
|
|
Tweet this post! #38 | |
|
Senior Staff
|
Quote:
![]() Have you modified the original template at all?
__________________
AdBlurps.com Directory l |
|
|
|
|
|
|
#39 |
|
New Hunter
|
I love this template btw. and installed it at: Directory
along with the latest phpLD but I seem to have a drunk set of categories.Any ideas? Would also be interested to know how to get the Latest Articles box to appear on the main page aswell.. Last edited by spidershop; 06-25-2008 at 09:42 AM. |
|
|
|
|
|
#40 |
|
Field Master
|
good work G..
Nice colors comnbimation |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|