ddl DDL-Turkey :: PHP Scripts, Clone Scripts and Templates for Webmasters

 
show me
popularity
news
 
added
author
mirror
Categories
TOP-Partner
Datalife Engine

DLE: Auto Category Adder

Date: 30-07-2010, 20:33  |  Author : 2TurkPac  |  Comments: (8)  |  Views: 3505  |  Print   
  
DLE: Auto Category Adder

This Hack Add Your All Category(s) To Your Main.tpl
 
Very Simple To install:

Open index.php & Find:

$tpl->load_template ( 'main.tpl' );


Add After:

$sql_result = $db->query("SELECT alt_name,name FROM " . PREFIX . "_category");
$cat_menu='<ul>';
while($row = $db->get_row($sql_result))
{
$cat_menu.='<li>[url=http://'.$config[]'.$row['name']."[/url]</li>";
}
$cat_menu.='</ul>';
$tpl->set('{cat_menu}', $cat_menu);
 
I like thisI dislike this
10 people say it works.
#1 Posted by: anil528 (25 August 2010 12:27)
Group: Member
Register: 24.08.2010
ICQ: --
thanks

 
Comments: 3 | Posts: 0

#2 Posted by: do (1 September 2010 14:35)
Group: Member
Register: 19.05.2010
ICQ: 313130077
It is work love

 
Comments: 5 | Posts: 0

#3 Posted by: greathulk (21 September 2010 22:54)
Group: Member
Register: 21.09.2010
ICQ: --
was searching for it



 
Comments: 53 | Posts: 0

#4 Posted by: em_dai_kho (24 September 2010 07:16)
Group: Member
Register: 24.09.2010
ICQ: --
not work for 9.0

 
Comments: 3 | Posts: 0

#5 Posted by: YOMATA (5 October 2010 13:23)
Group: Member
Register: 18.03.2010
ICQ: --
thanks

 
Comments: 51 | Posts: 0

#6 Posted by: darubillah (4 December 2010 22:05)
Group: Member
Register: 12.09.2010
ICQ: --
Fatal error: Cannot use [] for reading in /home/ppdm/public_html/index.php on line 46

in dle 9

 
Comments: 3 | Posts: 1

#7 Posted by: Maxjimme (7 February 2011 16:25)
Group: Member
Register: 24.04.2010
ICQ: --
in dle 9.0 not work
Fatal error: Cannot use [] for reading in /home/ddlwarez/public_html/index.php on line 51

 
Comments: 4 | Posts: 0

#8 Posted by: ivailoi (22 October 2011 19:00)
Group: Member
Register: 22.10.2011
ICQ: --
$cat_menu.='<li>[url=http://your path here/'."[/url]</li>";

 
Comments: 1 | Posts: 0

Information! Members of Guest cannot leave comments.

Home | Wordpress | Joomla | vBulletin | Datalife Engine | Modules | Cms Scripts | Board Scripts | Shop Scripts | Multimedia | Arcade Scripts | Hosting Scripts | Chat Scripts
© 2011 by DDL-Turkey.Net. This page was last modified on 14 May 2011 at 18:56.