Forumhome templatesini aç:
Bul;
PHP- Kodu:
<!– whats going on box –>
Altına yapıştır.
PHP- Kodu:
<script type=“text/javascript”>
<!–
setup_memberlegend = function(tobj)
{
prefix = ”
suffix = ”
if (tobj.getAttribute(‘ital’))
{
prefix += ‘<em>’
suffix += ‘</em>’
}
if (
tobj.getAttribute(‘undr’))
{
prefix += ‘<u>’
suffix += ‘</u>’
}
if (
tobj.getAttribute(‘bold’))
{
prefix += ‘<b>’
suffix += ‘</b>’
}
if (
tobj.getAttribute(‘line’))
{
prefix += ‘<s>’
suffix += ‘</s>’
}
if (
tobj.getAttribute(‘clr’))
{
prefix += ‘<span style=”color:’ + tobj.getAttribute(‘clr’) + ‘;”>’
suffix += ‘</span>’
}
fetch_object(‘memberlegend’).innerHTML = prefix + tobj.getAttribute(‘group’) + suffix
}
–>
</script>
Bul;
PHP- Kodu:
<–end logged-in users–>
Altına yapıştır.
PHP- Kodu:
<!– User Legend By PatronBoard –>
<tbody> <tr> <td class=“thead” colspan=“2″> <a style=“float: right;” href=“#top” rel=”nofollow” onclick=“return toggle_collapse(’forumhome_legend’)”><img src=$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_legend].gif alt=“” name=“collapseimg_forumhome_legend” border=“0″ id=“collapseimg_forumhome_legend”></a> <a href=“showgroups.php$session[sessionurl_q]” rel=“nofollow”>vBulletin-Tr Rütbeleri </a></td>
</tr> </tbody> <tbody id=“collapseobj_forumhome_legend” style=“”> <tr> <td class=“alt2″><a href=“showgroups.php$session[sessionurl_q]” rel=“nofollow”><img title=“Legend” src=“$stylevar[imgdir_misc]/whos_online.gif” alt=“Legend” border=“0″></a></td> <td class=“alt1″ width=“100%”>
<div style=“float:left;”><strong>Rütbeler</strong>:</div>
<div style=“float:left;”> </div>
<div class=“alt2″ style=“float:left;height:8px;width:8px;padding:0px;” group=“Yasaklanmış kullanıcı” ital=“y” line=“y” clr=“#000000″ onmouseover=“setup_memberlegend(this)” onmouseout=“fetch_object(’memberlegend’).innerHTML = ””>
<div class=“tborder” style=“height:8px;width:8px;background:gray;”></div>
</div>
<div style=“float:left;”> </div>
<div class=“alt2″ style=“float:left;height:8px;width:8px;padding:0px;” group=“Spiders” bold=“y” clr=“yellow” onmouseover=“setup_memberlegend(this)” onmouseout=“fetch_object(’memberlegend’).innerHTML = ””>
<div class=“tborder” style=“height:8px;width:8px;background:yellow;”></div>
</div>
<div style=“float:left;”> </div>
<div class=“alt2″ style=“float:left;height:8px;width:8px;padding:0px;” group=“vBulletin-Tr Üyesi” bold=“y” clr=“#5511ff” onmouseover=“setup_memberlegend(this)” onmouseout=“fetch_object(’memberlegend’).innerHTML = ””>
<div class=“tborder” style=“height:8px;width:8px;background:#5511ff;”></div>
</div>
<div style=“float:left;”> </div>
<div class=“alt2″ style=“float:left;height:8px;width:8px;padding:0px;” group=“Özel Üye” bold=“y” clr=“black” onmouseover=“setup_memberlegend(this)” onmouseout=“fetch_object(’memberlegend’).innerHTML = ””>
<div class=“tborder” style=“height:8px;width:8px;background:black;”></div>
</div>
<div style=“float:left;”> </div>
<div class=“alt2″ style=“float:left;height:8px;width:8px;padding:0px;” group=“Moderatör” bold=“y” clr=“green” onmouseover=“setup_memberlegend(this)” onmouseout=“fetch_object(’memberlegend’).innerHTML = ””>
<div class=“tborder” style=“height:8px;width:8px;background:green;”></div>
</div>
<div style=“float:left;”> </div>
<div class=“alt2″ style=“float:left;height:8px;width:8px;padding:0px;” group=“Super Moderatör” bold=“y” clr=“darkorange” onmouseover=“setup_memberlegend(this)” onmouseout=“fetch_object(’memberlegend’).innerHTML = ””>
<div class=“tborder” style=“height:8px;width:8px;background:darkorange;”></div>
</div>
<div style=“float:left;”> </div>
<div class=“alt2″ style=“float:left;height:8px;width:8px;padding:0px;” group=“Administrators” clr=“darkred” bold=“y” ital=“y” undr=“y” onmouseover=“setup_memberlegend(this)” onmouseout=“fetch_object(’memberlegend’).innerHTML = ””>
<div class=“tborder” style=“height:8px;width:8px;background:darkred;”></div>
</div>
<div style=“float:left;width:10px;height:1px;”> </div>
<div style=“float:left;” id=“memberlegend”></div> </td> </tr> </tbody>
<!– End User Legend by PatronBoard –>
Merhabalar, bir arkadaş istemişti kopyalama yasağı kodu verirmisin diye ö.m atmış bende sizlere sunayım..
PHP- Kodu:
<script type=“text/javascript”>
//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join(“|”)
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!=“undefined”)
document.onselectstart=new Function (“return false”)
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}</script>
Yeni PM BiLdirisi / New PM Notification
KuruLum:
- Ekteki newpm.gif dosyasını images/misc kLasörünün içine atınız.
- Navbar tempLate’ni açın ;
Bu kodu buLun;
PHP- Kodu:
<strong><phrase 1=“$vbphrase[pmpercent_nav_compiled]“>$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
</div>
</td>
aLtına bu kodu ekLeyin;
PHP- Kodu:
<if condition=“$bbuserinfo['pmunread']“>
<td class=“alt2″ valign=“top” nowrap=“nowrap”>
<a href=“/forum/private.php?$session[sessionurl]“><img src=“$stylevar[imgdir_misc]/newpm.gif” alt=“You have a new PM” border=“0″></a>
</td>
</if>
<if condition=“$post[postcount] == 1″>
<table class=“tborder” cellpadding=“$stylevar[cellpadding]” cellspacing=“$stylevar[cellspacing]” border=“0″ width=“100%” align=“center”>
<tr>
<td class=“thead” align=“left”>Konuyu Beğendin mi ? O Zaman Arkadaşınla Paylaş =)</td>
</tr>
<tr>
<td class=“alt2″ align=“center”>
<a href=“sendmessage.php?$session[sessionurl]do=sendtofriend&t=$post[threadid]” rel=“nofollow” style=“text-decoration: none”><b><i><font face=“Century Gothic” size=“6″>$vbphrase[email_this_page]</a></font></i></b>
</td>
</tr>
</table>
</if>
sadece posbit_legacy klosörünün en altına atmanız yeterli güzel aslında sayfayı arkadaşına önermek için güzel biryol ama üye toplamak için ideal tavsiye ederim
Reputation Sistemi
English :
*****cp >>vbulletin Options >>user repupation options >>Enable User Reputation system >>Yes
Türkce :
***** Cp > Vbulletin Seçenekleri > Kullanıcı Reput Ayarları > Kullanıcı Reput Sistemi Aktif > Yes
Rep gücünü aktif etmek için
***** panel<<<vbulletin seçenekler<<<thread display options(showthread)<<<Post Elements(en altta) karşında rep power seçeneğini işaretleyin..
Rep puanınıda beraberinde gostermek için
***** panel<<<stil&template<<<posbit_legacy şu kodu bul
PHP- Kodu:
<if condition=“$show['reputation']“><div><if condition=“$show['reppower']“>$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>
Bununla Değiştir;
PHP- Kodu:
<if condition=“$show['reputation']“><div><if condition=“$show['reppower']“>$vbphrase[reppower]: $post[reppower]</div></if>
<div>Rep Puanı: $post[reputation]</div>
<div>Rep Derecesi : $post[reputationdisplay]</div></if>
Admincp Admin paneli yani giriş yapın.
Sol menülerden Stiller-Temalarda kullandığınız temada FORUMHOME templatesini açın ve ctrl+f klavye kısaya yoluna tıklayarak aşağıdaki kodu aratın bulun;
PHP- Kodu:
<!– whats going on box –>
Altına Yapıştır;
PHP- Kodu:
<script type=“text/javascript”>
<!–
setup_memberlegend = function(tobj)
{
prefix = ”
suffix = ”
if (tobj.getAttribute(‘ital’))
{
prefix += ‘<em>’
suffix += ‘</em>’
}
if (
tobj.getAttribute(‘undr’))
{
prefix += ‘<u>’
suffix += ‘</u>’
}
if (
tobj.getAttribute(‘bold’))
{
prefix += ‘<b>’
suffix += ‘</b>’
}
if (
tobj.getAttribute(‘line’))
{
prefix += ‘<s>’
suffix += ‘</s>’
}
if (
tobj.getAttribute(‘clr’))
{
prefix += ‘<span style=”color:’ + tobj.getAttribute(‘clr’) + ‘;”>’
suffix += ‘</span>’
}
fetch_object(‘memberlegend’).innerHTML = prefix + tobj.getAttribute(‘group’) + suffix
}
–>
</script>
Yine Aynı templatede bul;
PHP- Kodu:
</tbody>
<!– end logged-in users –>
Altına Ekleyin;
PHP- Kodu:
<!– User Legend By PatronBoard.Com
–>
<tbody> <tr> <td class=“thead” colspan=“2″> <a style=“float: right;” href=“#top” rel=”nofollow” onclick=“return toggle_collapse(’forumhome_legend’)”><img src=$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_legend].gif alt=“” name=“collapseimg_forumhome_legend” border=“0″ id=“collapseimg_forumhome_legend”></a> <a href=“showgroups.php$session[sessionurl_q]” rel=“nofollow”>DestekForumu.com Rütbeleri </a></td>
</tr> </tbody> <tbody id=“collapseobj_forumhome_legend” style=“”> <tr> <td class=“alt2″><a href=“showgroups.php$session[sessionurl_q]” rel=“nofollow”><img title=“Legend” src=“$stylevar[imgdir_misc]/whos_online.gif” alt=“Legend” border=“0″></a></td> <td class=“alt1″ width=“100%”>
<div style=“float:left;”><strong>Rütbeler</strong>:</div>
<div style=“float:left;”> </div>
<div class=“alt2″ style=“float:left;height:8px;width:8px;padding:0px;” group=“Yasaklanmış kullanıcı” ital=“y” line=“y” clr=“black” onmouseover=“setup_memberlegend(this)” onmouseout=“fetch_object(’memberlegend’).innerHTML = ””>
<div class=“tborder” style=“height:8px;width:8px;background:black;”></div>
</div>
<div style=“float:left;”> </div>
<div class=“alt2″ style=“float:left;height:8px;width:8px;padding:0px;” group=“DestekForumu Üye” bold=“y” clr=“purple” onmouseover=“setup_memberlegend(this)” onmouseout=“fetch_object(’memberlegend’).innerHTML = ””>
<div class=“tborder” style=“height:8px;width:8px;background:purple;”></div>
</div>
<div style=“float:left;”> </div>
<div class=“alt2″ style=“float:left;height:8px;width:8px;padding:0px;” group=“Özel Üye” bold=“y” clr=“#33ff00″ onmouseover=“setup_memberlegend(this)” onmouseout=“fetch_object(’memberlegend’).innerHTML = ””>
<div class=“tborder” style=“height:8px;width:8px;background:#33ff00;”></div>
</div>
<div style=“float:left;”> </div>
<div class=“alt2″ style=“float:left;height:8px;width:8px;padding:0px;” group=“*********” bold=“y” clr=“blue” onmouseover=“setup_memberlegend(this)” onmouseout=“fetch_object(’memberlegend’).innerHTML = ””>
<div class=“tborder” style=“height:8px;width:8px;background:blue;”></div>
</div>
<div style=“float:left;”> </div>
<div class=“alt2″ style=“float:left;height:8px;width:8px;padding:0px;” group=“Super *********” bold=“y” clr=“orange” onmouseover=“setup_memberlegend(this)” onmouseout=“fetch_object(’memberlegend’).innerHTML = ””>
<div class=“tborder” style=“height:8px;width:8px;background:orange;”></div>
</div>
<div style=“float:left;”> </div>
<div class=“alt2″ style=“float:left;height:8px;width:8px;padding:0px;” group=“Administratör” bold=“y” clr=“red” onmouseover=“setup_memberlegend(this)” onmouseout=“fetch_object(’memberlegend’).innerHTML = ””>
<div class=“tborder” style=“height:8px;width:8px;background:red;”></div>
</div>
<div style=“float:left;width:10px;height:1px;”> </div>
<div style=“float:left;” id=“memberlegend”></div> </td> </tr> </tbody>
<!– End User Legend by PatronBoard.Com –>
Navbar templatesini aç bu kodu bul
PHP- Kodu:
<strong><phrase 1=“$bbuserinfo[username]“>$vbphrase[welcome_x]</phrase></strong>
Bununla değiştir;
PHP- Kodu:
<strong><phrase 1=“$bbuserinfo[musername]“>$vbphrase[welcome_x]</phrase></strong>