Konu: Vbplaza
Yalnız Mesajı Göster
Eski 10-29-2007, 12:22 PM   #1 (permalink)
Üye Bilgileri
Rockipsiz
Kalfa
 
Rockipsiz kullanıcısının avatarı
 
Giriş: Oct 2006
Şehir : İstanbul
Mesaj: 14,191
Blog Başlıkları: 4
Rep Gücü: 2418
Rep Puanı : 240266
Rep Seviyesi: Rockipsiz RepstarRockipsiz RepstarRockipsiz RepstarRockipsiz RepstarRockipsiz RepstarRockipsiz RepstarRockipsiz RepstarRockipsiz RepstarRockipsiz RepstarRockipsiz RepstarRockipsiz Repstar
Rockipsiz kullanıcısına MSN aracılığı ile mesaj yolla Rockipsiz kullanıcısına Yahoo aracılığı ile mesaj yolla
Varsayılan Vbplaza




İNDİR

rar pass: www.yudumla.com

Açıklama : eBux / eStore ` nin çok daha gelişmiş versiyonu...


KuRuLum

- zip'in içindeki dosyaları yerlerine upload ediniz.

- product-vbbuxplaza.xml dosyasını , plugin sistemi > ürün yöneticisi kısmından import edin.

- ve son olarak templates değişiklerini yapınız..


Template Edits:

- postbit_legacy templatesinde bulun;

CODE
<div id="postmenu_$post[postid]">


Bununla değiştirin :

CODE
<!-- vbPlaza start -->
<div id="postmenu_$post[postid]" <if condition="$post['namestyle']">style="$post[namestyle]"</if>>
<!-- vbPlaza end -->


Bulun :

CODE
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>


Bununla değiştirin:

CODE
<!-- vbPlaza start -->
<if condition="$post['usertitle']"><div class="smallfont" <if condition="$post['titlestyle']">style="$post[titlestyle]"</if>>$post[usertitle]</div></if>
<!-- vbPlaza end -->


Bulun :

CODE
$vbphrase[posts]: $post[posts]


Bununla değiştirin:

CODE
$vbphrase[posts]: $post[posts]
<!-- vbPlaza start -->
<if condition="$vboptions['vbbux_enabled']"><br />
$vbphrase[vbbux_points]: $post[points]<br />
$vbphrase[vbbux_bank]: $post[bank]<br />
<phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase>: $post[totalpoints]<br />
<a href="vbplaza.php?do=donate&userid=$post[userid]">$vbphrase[vbplaza_donate]</a><br />
</if>
<!-- vbPlaza end -->


Bulun:

CODE
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>


Altına ekle:

CODE
<!-- vbPlaza start -->
<if condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if>
<if condition="$post['ribbonsdisplay']"><div class="smallfont">$post[ribbonsdisplay]</div></if>
<!-- vbPlaza end -->


- navbar templatesinde bulun;

CODE
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<if condition="$show['popups']">


Altına ekle:

CODE
<!-- vbPlaza start -->
<if condition="$show['member']">
<if condition="$vboptions['vbplaza_enabled']"><td id="vbplazamenu" class="vbmenu_control"><a href="$show[nojs_link]#vbplazamenu">$vbphrase[vbplaza_name] $vbphrase[vbplaza_menu]</a> &lt;script ******"text/javascript"> vbmenu_register("vbplazamenu"); </script></td></if>
</if>
<!-- vbPlaza end -->


Bulun:

CODE
<!-- / NAVBAR POPUP MENUS -->


Üstüne Ekle:

CODE
<!-- vbPlaza start -->
<if condition="$show['member']">
<!-- vbplaza tools menu -->
<div class="vbmenu_popup" id="vbplazamenu_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead"><a href="vbplaza.php?$session[sessionurl]">$vbphrase[vbplaza_name] $vbphrase[vbplaza_main]</a></td></tr>
<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&itemid=48">$vbphrase[vbplaza_lottery]</a></td></tr>
<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&itemid=27">$vbphrase[vbplaza_give_gifts]</a></td></tr>
<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&itemid=118">$vbphrase[vbplaza_give_ribbons]</a></td></tr>
<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&itemid=13">$vbphrase[vbbux_bank]</a></td></tr>
<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&itemid=7">$vbphrase[vbplaza_donate]</a></td></tr>
<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&itemid=16">$vbphrase[vbplaza_thief]</a></td></tr>
<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=richestusers">$vbphrase[vbbux_richest_users]</a></td></tr>
<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=userhistory">$vbphrase[vbplaza_history]</a></td></tr>
<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=mostsold">$vbphrase[vbplaza_most_sold]</a></td></tr>
<if condition="is_member_of($vbulletin->userinfo, $vboptions['vbplaza_adminusergroups'])">
<tr><td class="thead">$vbphrase[vbplaza_admin_only]</a></td></tr>
<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&itemid=12">$vbphrase[vbplaza_admin_donate]</a></td></tr>
</if>
</table>
</div>
<!-- / vbplaza tools menu -->
</if>
<!-- vbPlaza end -->


MEMBERINFO templatesinde bulun;

CODE
<div class="bigusername">$userinfo[musername] $userinfo[onlinestatus]</div>


Bununla değiştirin:

CODE
<!-- vbPlaza start -->
<div class="bigusername" <if condition="$userinfo['namestyle']">style="$userinfo[namestyle]"</if>>$userinfo[musername] $userinfo[onlinestatus]</div>
<!-- vbPlaza end -->


Bulun:
CODE
<if condition="$userinfo['usertitle']"><div class="smallfont">$userinfo[usertitle]</div></if>


Bununla değiştirin:

CODE
<!-- vbPlaza start -->
<if condition="$userinfo['usertitle']"><div class="smallfont" <if condition="$userinfo['titlestyle']">style="$userinfo[titlestyle]"</if>>$userinfo[usertitle]</div></if>
<!-- vbPlaza end -->


Bulun:

CODE
<if condition="$vboptions['usereferrer']">


Üstüne ekle:

CODE
<!-- vbPlaza start -->
<if condition="$vboptions['vbbux_enabled']">$show[vbbuxuserinfo]</if>
<if condition="$show['gifts']">$show[gifts]</if>
<if condition="$show['ribbons']">$show[ribbons]</if>
<!-- vbPlaza end -->


forumrules templatesinde bulun;

CODE
<div><phrase 1="$htmlcodeon">$vbphrase[html_code_is_x]</phrase></div>


Altına ekle:

CODE
<!-- vbPlaza start -->
<if condition="$vboptions['vbbux_enabled']">
<if condition="!$show['codeonly']">
<hr />
<div><phrase 1="$vbphrase[vbbux_points]" 2="$foruminfo[points_perview]">$vbphrase[vbbux_points_perview]</phrase></div>
<div><phrase 1="$vbphrase[vbbux_points]" 2="$foruminfo[points_perthread]">$vbphrase[vbbux_points_perthread]</phrase></div>
<div><phrase 1="$vbphrase[vbbux_points]" 2="$foruminfo[points_perreply]">$vbphrase[vbbux_points_perreply]</phrase></div>
</if>
</if>
<!-- vbPlaza end -->


USERCP_SHELL templatesinde bulun;

CODE
<tr>
<td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td>
</tr>


Altına ekle:

CODE
<!-- vbPlaza start -->
<if condition="$vboptions['vbplaza_enabled']">
<tr>
<td class="$navclass[vbplaza]" nowrap="nowrap"><a class="smallfont" href="vbplaza.php?$session[sessionurl]do=editvbpoptions"><phrase 1="$vbphrase[vbplaza_name]">$vbphrase[edit_vbplaza_options]</phrase></a></td>
</tr>
</if>
<!-- vbPlaza end -->


threadbit templatesinde bulun;

CODE
$thread[title_editable]
<div>
<span style="float:$stylevar[right]">


Bununla değiştirin:

CODE
$thread[title_editable]
<div <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>
<span style="float:$stylevar[right]">


Bulun:

CODE
<if condition="$show['gotonewpost']">
<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong>
<else />
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>
</if>


Bununla değiştirin:

CODE
<if condition="$show['gotonewpost']">
<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a></strong>
<else />
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a>
</if>


eet bitti biraz uzun ama cok egleneceginizden eminim


Eklenti Açıklaması :
vbplaza adı ustunde alışveriş demek

forumda para kazanıp alış verış yapıyorsunuz

örnek nick deişimi nick sekıllendırme.. kullanıcıya bira kahve simit gibi bayagı hediyeler verme.


sonra ayrıca rep puanı satın alma forumda baskalarının parasını calam gibi

bi tur alısverıs ama inglizce ben biraz turkcelestırdım artık turkcelestımekte size ait.

caps :

bunun gibi bir cok ozellık var yanı ben 2 gundur kurdum ve hala onume ozellıkler cıkıo..





Bir zamanların kinqi

Bu mesaj en son " 04-02-2008 " tarihinde saat 06:43 PM itibariyle Rockipsiz tarafından düzenlenmiştir....
Rockipsiz Çevrimdışı   Alıntı Yaparak Cevapla