• Login
  • Register
Login
Username/Email:
Password: Lost Password?
 
MyBB Indonesia
MyBB Banner
  • +Portal
  • Beranda
  • Blog
  • MyDwnloads
  • Iklan
  • Tentang
  • Point
MyBB Indonesia › Tags › image
Tags
Author: DrStein - Replies: 0 - Views: 3540
Show Avatar, Usergroup Image Stars on ShowTeam Page
buka ./showteam.php dan cari :
Code:
eval("\$usergrouprows .= \"".$templates->get("showteam_usergroup_user")."\";");

masukan kode berikut diatas kode :
[code]// Show User's Avatar
$users = get_user($user['uid']);
if (!empty($users['avatar']))
{
$user_avatar = '<img src="'.$users['avatar'].'" width="35px" height="35px" title="'.$users['username'].'" alt="Avatar">';
}
else
{
Author: DevilzXC0de - Replies: 2 - Views: 6327
Image Frame
Mau image di postbit seperti ini

[Image: http://i.imgur.com/8stjn5m.png]

Langsung aja tutornya :

masuk ke configuration-->> MyCode -->> AddNewMyCde

1. Title : Terserah mau di isi apa

2. Short Description : Terserah juga Ani_heh

3. Regular Expression * :
Code:
\[imgf\](.*?)\[/imgf\]

4. Replacement * :
[code]<span class="Apple-style-span" style="color: rgb(51, 51, 51); white-space: normal; widows: 2; word-spacing: 0px; background-color: rgb(255, 255, 255);"><span class="Apple-s
  • Contact Us
  • Return to Top
  • Lite (Archive) Mode
  • Links
  • 172.70.134.61
  • Uptime Status
Build with by MyBB. MyBB Indonesia © 2012 - 2023
Designed By Rooloo. Enhanced By Yaldaram's Blog Plugin.
Top