Seditio ve Ldu hakkında sınırsız arama yapın
 
 
> 1 <

Etiketler: forumlarınızda vbulletin tarzı istatistikler kurun

Author Message

Xiao

Moderators


Online status

872 posts
http://www.seditione.com
Pagerank: 0

Location: Turkey Trabzon
Occupation: Orman Mühendisi
Age: 30

#18754   2008-03-14 21:54 GMT      

eklentileri buradan indirin: http://www.xiaostudios.com/topx.rar

açın: forums.sections.tpl

bulun:
Code:
<div id="main">


sonrasına ekleyin:
Code:
<table class="cells">
<tr>
<td colspan="7" class="fscat" align="center">
<strong>TOP 10 İSTATİSTİKLER</strong></td></tr>
<tr>
<td class="coltop" style="width:18%;">En Aktifler</td>
<td class="coltop" style="width:18%;">Son Üyeler</td>
<td class="coltop" style="width:64%;">Son Forum Konuları</td>

</tr>
<tr>
<td class="odd">
{PLUGIN_FPOSTER}
</td>
<td class="odd">
{PLUGIN_FORUMUSER}
</td>
<td class="odd">
{PLUGIN_SON_KONULAR}
</td>

</tr>
</table>


kaydedin ve yükleyin.
Daha gelişmiş bir topx yakında eklenecektir.Bizi izlemeye devam edin

örnek site : http://www.mahsencafe.com/forum http://forum.e-klasor.net
Hacca gittim.

HardWare

Members


Online status

19 posts

Location: Turkey
Occupation:
Age:

#18755   2008-03-14 22:06 GMT      
saol eline sağlık
bide şunu istiyorum acaba yapabilirmisiniz
son forum konularında açıldığı kategoride görünsün
hani tarih son cevaplayan falan varya iştee birde açıldığı
kategoriyi yapabilirseniz çok sevinirim

WebCoder

Destek Ekibi


Online status

146 posts
http://www.sakarya-dizayn.net
Pagerank: 0

Location: Turkey Sakarya
Occupation: Html - Css - Grafiker
Age: 19

#18760   2008-03-14 22:38 GMT      

Güzel paylaşım sağol
Web 2.0 arayüzleriyle çok yakında karşınızda olucam..

Sitelerinize uygun Seditio CMS skins'ler çok uygun fiyatlara

Xiao

Moderators


Online status

872 posts
http://www.seditione.com
Pagerank: 0

Location: Turkey Trabzon
Occupation: Orman Mühendisi
Age: 30

#18761   2008-03-14 22:45 GMT      
onu recentitems eklentisini düzenleyerek te yapabilirsiniz. plugins/recentitems.php dosyasının adını recentitems.forums.php olarak kopyala içinde index.tpl yazan yeri forums.sections.tpl olarak değiştir at ve daha sonra tekrar yükle.forums.sections.tpl dosyasını aç son forum konularını gösteren etiketi {PLUGIN_LATESTTOPICS} olarak değiştir.
Hacca gittim.

noob

Members


Online status

110 posts

Location: Turkey
Occupation:
Age:

#41764   2008-10-12 02:44 GMT      
bu benim forums.sections.tpl im

Code:
<!-- BEGIN: MAIN -->
<td style="width: 500px;">
<div class="miniblock">

{FORUMS_SECTIONS_PAGETITLE}

</div>

<div class="cb_main">

<a href="plug.php?e=search&amp;frm=1">{PHP.skinlang.forumssections.Searchinforums}</a> &nbsp;
<a href="plug.php?e=forumstats">{PHP.skinlang.forumssections.Statistics}</a> &nbsp;
<a href="forums.php?n=markall">{PHP.skinlang.forumssections.Markasread}</a> &nbsp;
{FORUMS_SECTIONS_GMTTIME}

</div>

<div class="cb_main">

<table class="cells">

<thead>
<tr>
<td class="coltop" colspan="2">{PHP.skinlang.forumssections.Sections}  &nbsp;  &nbsp; <a href="forums.php?c=fold#top">{PHP.skinlang.forumssections.FoldAll}</a> / <a href="forums.php?c=unfold#top">{PHP.skinlang.forumssections.UnfoldAll}</a></td>
<td class="coltop" style="width:176px;">{PHP.skinlang.forumssections.Lastpost}</td>
<td class="coltop" style="width:48px;">{PHP.skinlang.forumssections.Topics}</td>
<td class="coltop" style="width:48px;">{PHP.skinlang.forumssections.Posts}</td>
<td class="coltop" style="width:48px;">{PHP.skinlang.forumssections.Views}</td>
<td class="coltop" style="width:48px;">{PHP.skinlang.forumssections.Activity}</td>
</tr>
</thead>

<!-- BEGIN: FORUMS_SECTIONS_ROW -->

<!-- BEGIN: FORUMS_SECTIONS_ROW_CAT -->

{FORUMS_SECTIONS_ROW_TBODY_END}
<tbody id="{FORUMS_SECTIONS_ROW_CAT_CODE}">

<tr>
<td colspan="7" style="padding:4px;">
<strong>{FORUMS_SECTIONS_ROW_CAT_TITLE}</strong>
</td>
</tr>

{FORUMS_SECTIONS_ROW_CAT_TBODY}

<!-- END: FORUMS_SECTIONS_ROW_CAT -->

<!-- BEGIN: FORUMS_SECTIONS_ROW_SECTION -->

<tr>
<td style="width:32px;" class="centerall">
<img src="{FORUMS_SECTIONS_ROW_ICON}" alt="" />
</td>

<td>
<h3 style="margin:4px;"><a href="{FORUMS_SECTIONS_ROW_URL}">{FORUMS_SECTIONS_ROW_TITLE}</a></h3>
&nbsp; {FORUMS_SECTIONS_ROW_DESC}
</td>

<td class="centerall">
{FORUMS_SECTIONS_ROW_LASTPOST}<br />
{FORUMS_SECTIONS_ROW_LASTPOSTDATE} {FORUMS_SECTIONS_ROW_LASTPOSTER}<br />
{FORUMS_SECTIONS_ROW_TIMEAGO}
</td>

<td class="centerall">
{FORUMS_SECTIONS_ROW_TOPICCOUNT_ALL}<br />
<span class="desc">({FORUMS_SECTIONS_ROW_TOPICCOUNT})</span>
</td>

<td class="centerall">
{FORUMS_SECTIONS_ROW_POSTCOUNT_ALL}<br />
<span class="desc">({FORUMS_SECTIONS_ROW_POSTCOUNT})</span>
</td>

<td class="centerall">
{FORUMS_SECTIONS_ROW_VIEWCOUNT_SHORT}
</td>

<td class="centerall">
{FORUMS_SECTIONS_ROW_ACTIVITY}
</td>

</tr>

<!-- END: FORUMS_SECTIONS_ROW_SECTION -->

<!-- END: FORUMS_SECTIONS_ROW -->
</tbody>

</table>

</div>

<!-- END: MAIN -->


Resmen bu kod yok
Code:
<div id="main">


lütfen yardimci olun arkadaslar
> 1 <

Benzer konular (Similar topics) #BETA

Keywords (beta):

Forum Arşiv (beta):

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293]