YzGT
08-30-2007, 09:52 PM
Yazan :TrueDeath
Çeviri : WebWorm
* Ekteki xml yi admincp >> ürün yöneticisi >> ürün ekleden import ediniz...
* season klasörünü forum ana dizine upload ediniz.
* vBulletin seçeneklerinden gerekli ayaları yapınız.
* Admincp >> style yöneticisi >> temaları düzenle >> header templatesini açıyoruz ve alttaki kodları istediğiniz yere ekliyorsunuz.
PHP Kodu:
<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 0">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->
Forumhome templatesini açıyoruz ve buluyoruz;
PHP Kodu:
$header
Devamına ekliyoruz;
PHP Kodu:
<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 1">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->
Eklenti tarafımca denenmemiştir. Deneyenlerin yorumlarını bekliyorum.
http://img445.imageshack.us/img445/8734/admincpby3.jpg
http://img126.imageshack.us/img126/1183/forumgy3.jpg
http://img126.imageshack.us/img126/1183/forumgy3.jpg
dosyalar;
www.forumay.com/ceam/vBGSeason.zip (http://www.forumay.com/ceam/vBGSeason.zip)
Çeviri : WebWorm
* Ekteki xml yi admincp >> ürün yöneticisi >> ürün ekleden import ediniz...
* season klasörünü forum ana dizine upload ediniz.
* vBulletin seçeneklerinden gerekli ayaları yapınız.
* Admincp >> style yöneticisi >> temaları düzenle >> header templatesini açıyoruz ve alttaki kodları istediğiniz yere ekliyorsunuz.
PHP Kodu:
<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 0">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->
Forumhome templatesini açıyoruz ve buluyoruz;
PHP Kodu:
$header
Devamına ekliyoruz;
PHP Kodu:
<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 1">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->
Eklenti tarafımca denenmemiştir. Deneyenlerin yorumlarını bekliyorum.
http://img445.imageshack.us/img445/8734/admincpby3.jpg
http://img126.imageshack.us/img126/1183/forumgy3.jpg
http://img126.imageshack.us/img126/1183/forumgy3.jpg
dosyalar;
www.forumay.com/ceam/vBGSeason.zip (http://www.forumay.com/ceam/vBGSeason.zip)