galeri eklentisi lazım
|
#6884 |
|
|
Kaan
User is:
Posts: 2772
Meslek: Serbest Meslek
Age: 43
|
Elbette M?mk?n tabiki Alttaki ad?mlar? izlerseniz istedi?inize kavu?ucaks?n?z.
Bir klas?r olu?tur ad? gallist olsun. gallist.php olarak kaydet alttaki kodlar? : hp]<?PHP /* ==================== Seditio - Website engine Copyright Neocrome http://www.neocrome.net [BEGIN_SED] File=plugins/gallist/gallist.php Version=165 Updated=2012-feb-24 Type=Plugin Author=Kaan Description= [END_SED] [BEGIN_SED_EXTPLUGIN] Code=gallist Part=index File=gallist Hooks=index.tags Tags=index.tpl:{HOME_PFF_TITLE} Tags= Minlevel=0 Order=10 [END_SED_EXTPLUGIN] ==================== */ if ( !defined('SED_CODE') ) { die("Wrong URL."); } $lis = sed_sql_query("SELECT * FROM sed_pfs_folders WHERE pff_id ORDER BY pff_updated DESC LIMIT 5"); $ii=0; while ($gal = sed_sql_fetcharray($lis)) { $ii++; $folder = $gal['pff_title']; $fid = $gal['pff_id']; $gal_folder .= "#".$ii." <a href=\"plug.php?e=gallery&amp;f=".$fid."\">".sed_cc($folder)."</a><br />"; } $t-> assign(array( "HOME_PFF_TITLE" => $gal_folder, )); ?> gallist.setup.php olarak kaydet. : hp]<?PHP /* ==================== Seditio - Website engine Copyright Neocrome http://www.neocrome.net [BEGIN_SED] File=plugins/gallist/gallist.setup.php Version=165 Updated=2012-feb-05 Type=Plugin Author=Kaan Description= [END_SED] [BEGIN_SED_EXTPLUGIN] Code=gallist Name=Galeri ?ndex List Description=Pick up pages from a category and display the newest in the home page Version=100 Date=2012-mar-10 Author=Kaan Copyright=www.seditio-eklenti.com Notes= SQL= Auth_guests=R Lock_guests=W12345A Auth_members=R Lock_members=W12345A [END_SED_EXTPLUGIN] [BEGIN_SED_EXTPLUGIN_CONFIG] [END_SED_EXTPLUGIN_CONFIG] ==================== */ if (!defined('SED_CODE')) { die('Wrong URL.'); } ?> ?ndex.tpl ye ekle Kod: {HOME_PFF_TITLE} Limit olarak 5 Klas?r olarak ayarlanm??t?r. |
Emlak, Oto Galeri, Rent A Car, ?iir, Edebiyat Script Sipari?lerinizi Verebilirsiniz. Detaylar ??in: kaan@ntka.org Seditio 170 ?ndir Capte M?zik ?ndir Seditio Toolbar ?ndir |













