| Author | Message |
xahmets
19 posts |
#10460 2008-01-09 23:46 GMT |
|
Siteme New pages by path eklentisini kurdum. Gerekli herşeyi tamamladım. İndex.tpl dosyasına {PLUGIN_NEWPAGESBYPATH.dosyalar} tagını koydum. Eklentinin ayarlarından ilgile yere dosyalar kelimesini ekledim. Ama hiç bir değişiklik olmadı. '{PLUGIN_NEWPAGESBYPATH.categorycodehere} : Eksik' diyor. Sorun nerede olabilir. Yardım edermisiniz. |
|
Dvdbil
2,178 posts |
#10462 2008-01-09 23:50 GMT |
|
İlgili eklentinin dosya kodlarını buraya ekle.
|
|
xahmets
19 posts |
#10463 2008-01-09 23:53 GMT |
|
Tabi; newpagesbypath.php <?PHP /* ==================== Seditio - Website engine Copyright Neocrome http://www.neocrome.net [BEGIN_SED] File=plugins/newpagesbypath/newpagesbypath.php Version=100 Updated=2006-jan-24 Type=Plugin Author=Neocrome Description= [END_SED] [BEGIN_SED_EXTPLUGIN] Code=newpagesbypath Part=main File=newpagesbypath Hooks=index.tags Tags=index.tpl:{PLUGIN_NEWPAGESBYPATH.categorycodehere} Minlevel=0 Order=10 [END_SED_EXTPLUGIN] ==================== */ if (!defined('SED_CODE')) { die('Wrong URL.'); } /* ============ MASKS FOR THE HTML OUTPUTS =========== */ $cfg['plu_mask_newpagesbypath'] = "%1\$s"." ".$cfg['separator']." "."%2\$s"." (%3\$s)<br />"; // %1\$s = Link to the category // %2\$s = Link to the page // %3\$s = Date $plu_empty = $L['None']."<br />"; function sed_get_newpagesbypath($c, $limit, $mask) { global $L, $db_pages, $usr, $cfg, $sed_cat, $sed_catacc, $plu_empty; $mtch = $sed_cat[$c]['path']."."; $mtchlen = strlen($mtch); $catsub = array(); $catsub[] = $c; @reset($sed_cat); while (list($i,$x) = each($sed_cat) ) { if (substr($x['path'],0,$mtchlen)==$mtch) { $catsub[] = $i; } } $sql = sed_sql_query("SELECT page_id,page_cat,page_title,page_date,page_alias FROM $db_pages WHERE page_state=0 AND page_cat NOT LIKE 'system' AND page_cat IN ('".implode("','", $catsub)."') ORDER by page_date DESC LIMIT $limit"); while ($row = sed_sql_fetcharray($sql)) { $row['page_urlpar'] = (empty($row['page_alias'])) ? "id=".$row['page_id'] : "al=".$row['page_alias']; $res .= (sed_auth('page', $row['page_cat'], 'R')) ? sprintf($mask, "<a href=\"list.php?c=".$row['page_cat']."\">".$sed_cat[$row['page_cat']]['title']."</a>", "<a href=\"page.php?".$row['page_urlpar']."\">".sed_cc(sed_cutstring(stripslashes($row['page_title']),36))."</a>", date($cfg['formatyearmonthday'], $row['page_date'] + $usr['timezone'] * 3600) ) : ''; } $res = (empty($res)) ? $plu_empty : $res; return($res); } if ($cfg['plugin']['newpagesbypath']['maxpages']>0 && !empty($cfg['plugin']['newpagesbypath']['categories'])) { $cats = explode(',', $cfg['plugin']['newpagesbypath']['categories']); foreach($cats as $k => $i) { $i = trim($i); $newpagesbypath[$i] = sed_get_newpagesbypath( $i, $cfg['plugin']['newpagesbypath']['maxpages'], $cfg['plu_mask_newpagesbypath']); } } $t-> assign(array( "PLUGIN_NEWPAGESBYPATH" => $newpagesbypath, "PLUGIN_NEWPAGESBYPATH_MAXLINES" => $cfg['plugin']['newpagesbypath']['maxpages'] )); ?> newpagesbypath.setup.php <?PHP /* ==================== Seditio - Website engine Copyright Neocrome http://www.neocrome.net [BEGIN_SED] File=plugins/newpagesbypath/newpagesbypath.setup.php Version=100 Updated=2006-jan-24 Type=Plugin Author=Neocrome Description= [END_SED] [BEGIN_SED_EXTPLUGIN] Code=newpagesbypath Name=New pages by path Description=Recent pages, groupped by category, including the sub-levels Version=100 Date=2006-jan-24 Author=Neocrome Copyright= Notes= SQL= Auth_guests=R Lock_guests=W12345A Auth_members=R Lock_members=W12345A [END_SED_EXTPLUGIN] [BEGIN_SED_EXTPLUGIN_CONFIG] categories=01:text:::Category codes of the parents, separated by commas maxpages=02:select:0,1,2,3,4,5,6,7,8,9,10,15,20,25,30,50,100,200:5:Recent pages displayed [END_SED_EXTPLUGIN_CONFIG] ==================== */ if (!defined('SED_CODE')) { die('Wrong URL.'); } ?> |
|
Dvdbil
2,178 posts |
#10465 2008-01-10 00:01 GMT |
|
Eksik demesi normal, çünkü sen {PLUGIN_NEWPAGESBYPATH.categorycodehere} şeklinde girmiyorsun.
admin.php?m=config&n=edit&o=plug&p=newpagesbypath bu sayfadan ayrıca o kategoriyi yazmalısın.. birden çok kategoriler kullanıyorsan virgül ile ayır. |
|
xahmets
19 posts |
#10469 2008-01-10 00:27 GMT |
|
Yardımınız için teşekkürler. Sorun halledildi.
|
|
> 1 <
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| New pages by path eklentisi hakkında | 7 | hayalet | 177 Gün |
| News Pages Path İle İlgili | 5 | Mr.Hkn | 507 Gün |
| Smilar Pages | 3 | alikoza | 153 Gün |
| Smilar Pages( Benzer sayfalar) yardım | 16 | tommiks | 59 Gün |
| www sorunu var | 6 | Kaan | 315 Gün |




