Webmaster  Forumu  

Geri git   Webmaster Forumu > Web Sistemleri > Forum Sistemleri > vBulletin

vBulletin vBulletin Eklentileri ve genel vbulletin bilgi paylaşımları forumu

Cevapla
 
Seçenekler Stil
Alt 05-24-2008, 03:37 AM   #1
Webmaster
Webmaster
 
Üyelik tarihi: May 2008
Mesajlar: 137
Tecrübe Puanı: 5
Webmaster is on a distinguished road
Standart Kategori Çizgilerinin üstüne Splitter Ayırıcı koyun

Öncelikle vBulletin 'de ne yapacak olursanız olun yedek almadan hiçbir işlem yapmayın.

Kategori Çizgilerinin üstüne Splitter Ayırıcı koyun

FORUMHOME / Forumhome ' yi aç ve bul;
PHP- Kodu:
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>  
</
tr>  
<
tr>  
<
td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">  
<
phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]">$vbphrase[first_visit_message]</phrase>  
</
td>  
</
tr>  
<!-- / 
guest welcome message -->  
</if>  
<
tr align="center">  
<
td class="thead">&nbsp;</td>  
<
td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>  
<
td class="thead" width="175">$vbphrase[last_post]</td>  
<
td class="thead">$vbphrase[threads]</td>  
<
td class="thead">$vbphrase[posts]</td>  
<if 
condition="$vboptions['showmoderatorcolumn']">  
<
td class="thead">$vbphrase[moderator]</td>  
</if>  
</
tr>  
</
thead>  
$forumbits  
<tbody>  
<
tr>  
<
td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>  
<
a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a>  
&
nbsp; &nbsp;  
<
a href="showgroups.php?$session[sessionurl]">$vbphrase[view_forum_leaders]</a>  
</
strong></div></td>  
</
tr>  
</
tbody>  
</
table>  
<!-- /
main --> 
Bununla Değiştir;
PHP- Kodu:
<!-- guest welcome message -->  
<if 
condition="$show['guest']">  
<
table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">  
<
thead>  
<
tr>  
<
td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>  
</
tr>  
<
tr>  
<
td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">  
<
phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]">$vbphrase[first_visit_message]</phrase>  
</
td>  
</
tr>  
</
thead>  
</
table>  
</if>  
<!-- / 
guest welcome message -->  
<!-- 
main -->  
$forumbits  
<!-- /main --> 
Aynı Templatede Bul;
PHP- Kodu:
</table>  
<
br />  
<!-- 
end whats going on box --> 
Değiştir;
PHP- Kodu:
<tbody>  
<
tr>  
<
td class="thead" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>  
<
a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a>  
&
nbsp; &nbsp;  
<
a href="showgroups.php?$session[sessionurl]">$vbphrase[view_forum_leaders]</a>  
</
strong></div></td>  
</
tr>  
</
tbody>  
</
table>  
<
br />  
<!-- 
end whats going on box --> 
forumhome_forumbit_level1_nopost'u açıyoruz ve içeriğini tamamen siliyoruz ardından bu kodu ekliyoruz..
PHP- Kodu:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">  
<
tbody>  
<
tr>  
<
td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">  
<
a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>  
<
a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>  
<if 
condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>  
<if 
condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>  
</
td>  
</
tr>  
</
tbody>  
<if 
condition="$childforumbits">  
<
tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">  
<
tr align="center">  
<
td class="thead" width="35">&nbsp;</td>  
<
td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>  
<
td class="thead" width="200">$vbphrase[last_post]</td>  
<
td class="thead" width="65">$vbphrase[threads]</td>  
<
td class="thead" width="65">$vbphrase[posts]</td>  
<if 
condition="$vboptions['showmoderatorcolumn']">  
<
td class="thead" width="120">$vbphrase[moderator]</td>  
</if>  
</
tr>  
$childforumbits  
<tr><td class="thead" style="line-height: 0; padding: 0; margin: 0;" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"><img src="$vboptions[cleargifurl]" alt="" width="1" height="12" /></td></tr>  
</
tbody>  
</if>  
</
table>  
<
div style="padding:0px 0px 16px 0px;"></div
kaydediyoruz ve forumhome_forumbit_level2_post açıyoruz tüm içeriğini silip bunları yazıyoruz
PHP- Kodu:
<tr align="center">  
<
td class="alt2" width="35"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>  
<
td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">  
<
div>  
<
a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>  
<if 
condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>  
</
div>  
<if 
condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>  
<if 
condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>  
<if 
condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>  
</
td>  
<
td class="alt2" width="200" nowrap="nowrap">$forum[lastpostinfo]</td>  
<
td class="alt1" width="65">$forum[threadcount]</td>  
<
td class="alt2" width="65">$forum[replycount]</td>  
<if 
condition="$vboptions['showmoderatorcolumn']">  
<
td class="alt1" width="120"><div class="smallfont">$forum[moderators]&nbsp;</div></td>  
</if>  
</
tr>  
$childforumbits 
Forum , Son Mesaj , Konular , Mesajlar , Moderator sütunları arasında çizgiler oluşur..
Webmaster isimli Üye şimdilik offline konumundadır   Alıntı ile Cevapla
Cevapla


Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 
Seçenekler
Stil

Yetkileriniz
Konu Acma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı

Hizli Erisim


WEZ Format +3. Şuan Saat: 06:55 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
sikiş | webmaster