+ Reply to Thread
Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 21 to 40 of 67

Dev-X (Green) phpLD 3.3 Template Release! (W/Icons!)

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; Just wanted to comment that with 102 people who clicked Download on the phpLD site, the Green template is currently ...

  1. #21
    New Hunter dvduval is a jewel in the rough dvduval is a jewel in the rough dvduval is a jewel in the rough dvduval is a jewel in the rough
    Join Date
    Dec 2007
    Posts
    49

    Default

    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

  2. #22
    Senior Staff Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1's Avatar
    Join Date
    Mar 2007
    Location
    Indiana USA
    Posts
    1,108

    Default

    We are thrilled to hear that!

    We appreciate the kind words and info brought here.

    Thanks David!

  3. #23
    Senior Designer (Staff) moinuddin102 is a jewel in the rough moinuddin102 is a jewel in the rough moinuddin102 is a jewel in the rough moinuddin102 is a jewel in the rough
    Join Date
    Mar 2007
    Location
    Dhaka, Bangladesh.
    Posts
    14

    Default

    Quote Originally Posted by dvduval View Post
    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
    that news is great.
    that news inspired us to work for more.
    Last edited by moinuddin102; 05-18-2008 at 09:17 AM.

    TE9 Free Templates
    Free templates for PHP Link Directory, Wordpress (more is coming ...)


  4. #24
    New Hunter whos is on a distinguished road
    Join Date
    May 2008
    Posts
    4

    Default Do not understand installation instructions!

    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

  5. #25
    Senior Staff Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1's Avatar
    Join Date
    Mar 2007
    Location
    Indiana USA
    Posts
    1,108

    Default

    Quote Originally Posted by whos View Post
    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
    1st....thanks for using our template!

    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!

  6. #26
    New Hunter whos is on a distinguished road
    Join Date
    May 2008
    Posts
    4

    Default

    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-26-2008 at 12:17 AM. Reason: posted wrong info

  7. #27
    Senior Staff Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1's Avatar
    Join Date
    Mar 2007
    Location
    Indiana USA
    Posts
    1,108

    Default

    Quote Originally Posted by whos View Post
    This is all I have......

    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.

  8. #28
    New Hunter whos is on a distinguished road
    Join Date
    May 2008
    Posts
    4

    Default

    Quote Originally Posted by Hunter1 View Post
    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.
    Hi Thank you for your reply :)
    Those instructions came with 2.1.2 so is there an upgraded install file anywhere I can get?

  9. #29
    New Hunter whos is on a distinguished road
    Join Date
    May 2008
    Posts
    4

    Red face

    Quote Originally Posted by whos View Post
    Hi Thank you for your reply :)
    Those instructions came with 2.1.2 so is there an upgraded install file anywhere I can get?
    Quote Originally Posted by whos View Post
    Hi Thank you for your reply :)
    Those instructions came with 2.1.2 so is there an upgraded install file anywhere I can get?
    Ok sorry I misunderstood...brain finally just kicked into gear..

    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!

  10. #30
    New Hunter gp305 is on a distinguished road
    Join Date
    May 2008
    Posts
    9

    Default Safari

    I get the same problem with "Home" in Safari. Firefox and IE are fine.

    Quote Originally Posted by barpro View Post
    Yeah it looks fine on my other computer thanks... I normally do all the work on the 20" iMac.

    Check It out and looks okay thanks

  11. #31
    Senior Staff Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1's Avatar
    Join Date
    Mar 2007
    Location
    Indiana USA
    Posts
    1,108

    Default

    Quote Originally Posted by gp305 View Post
    I get the same problem with "Home" in Safari. Firefox and IE are fine.
    Please provide the URL so that I can have a looksie if you would.

    Have you modified the original template at all?

  12. #32
    New Hunter spidershop is on a distinguished road
    Join Date
    Jun 2008
    Posts
    2

    Default Problem with template..

    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 11:42 AM.

  13. #33
    New Hunter spidershop is on a distinguished road
    Join Date
    Jun 2008
    Posts
    2

    Default

    Ok, solved the confusion over mis-alignment.

    It seems you have atleast 3 subcategories on each main category to work...

  14. #34
    New Hunter skyhook is on a distinguished road
    Join Date
    Aug 2008
    Posts
    1

    Default

    Excellent template!! I love it. I'm sure i'm getting such great traffic is solely because of the incredibly design you have created hunter :P

    One question though, when I go in the side_bar.tpl I don't know how to change the link or the "Advertise Here" link. ??

  15. #35
    New Hunter 13th is on a distinguished road
    Join Date
    Aug 2008
    Posts
    1

    Default

    Cheers and congrats for a great template.

    Is there any way that I can have articles displayed as a 3rd column with it? That would really help me a lot. Any modifications I must do in order to achieve that?

    Thanks!
    J

  16. #36
    New Hunter Cody is on a distinguished road
    Join Date
    Aug 2008
    Posts
    6

    Default Help me fast plz!

    why dont work good for me the theme? i have phpld 3.3

    http://www.cody.ro/test/

  17. #37
    New Hunter harleydavidsons is on a distinguished road harleydavidsons's Avatar
    Join Date
    Aug 2008
    Posts
    1

    Default

    very beatyful ...
    I just get it now.

  18. #38
    New Hunter OFGOOGLE is on a distinguished road
    Join Date
    Sep 2008
    Posts
    3

    Default

    This template is Very Super .

    But i have a some problems :

    Why whe i click in image featured link i redirect in home page ?

    And why when in " LATEST ARTICLE " i click " READ MORE " i redirect in home page ?

    i'm not a webmaster , please anyone can help me for this problem ?

    My Web Directory is : DayBridgeCenter.com The Best Web Directory .
    http://www.daybridgecenter.com
    http.//www.lamunxx.com
    http//www.venicestravelguide.com

  19. #39
    Senior Staff Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1's Avatar
    Join Date
    Mar 2007
    Location
    Indiana USA
    Posts
    1,108

    Default

    Quote Originally Posted by OFGOOGLE View Post
    This template is Very Super .

    But i have a some problems :

    Why whe i click in image featured link i redirect in home page ?

    And why when in " LATEST ARTICLE " i click " READ MORE " i redirect in home page ?

    i'm not a webmaster , please anyone can help me for this problem ?

    My Web Directory is : DayBridgeCenter.com The Best Web Directory .
    I have already PMd you about this!

    Whoever installed the template also messed with the CSS thus giving you that problem!

  20. #40
    New Hunter OFGOOGLE is on a distinguished road
    Join Date
    Sep 2008
    Posts
    3

    Default

    Quote Originally Posted by iowadawg View Post
    Messing with codes and css, something a lot of designers and web creators love to do, can cause problems.
    And everybody immediately blames the script or the template creators for the problems.

    Happens also with other scripts and templates, like wordpress, pligg, drupal, etc.

    my friend who blames ?
    http://www.daybridgecenter.com
    http.//www.lamunxx.com
    http//www.venicestravelguide.com

+ Reply to Thread
Page 2 of 4 FirstFirst 1 2 3 4 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts