ติดต่อลงโฆษณา [email protected]

แสดงกระทู้

ส่วนนี้จะช่วยให้คุณสามารถดูกระทู้ทั้งหมดสมาชิกนี้ โปรดทราบว่าคุณสามารถเห็นเฉพาะกระทู้ในพื้นที่ที่คุณเข้าถึงในขณะนี้


แสดงหัวข้อ - NUTKABPOM

หน้า: [1]
1
General Thai Support vBulletin / [Mod] Auto resize large image
« เมื่อ: 12/10/06, 14:10:11 »
คุณ BlackCell ขอมาก็จัดไป

ไม่รู้ใช้ได้ป่าวน่ะครับ โค๊ตมันน้อยกว่าใน vB.org อ่ะ

http://www.vbulletin.org/forum/showthread.php?t=117674



In fact this is a work around for the auto resize feature to work with the WYSIWYG editor.

Step1. In includes/class_bbcode.php

Find (in line around 18xx):

โค้ด: [เลือก]
return '<img src="' .  $link . '" border="0" alt="" />';
Replace with:

โค้ด: [เลือก]
return '<img src="' . $link . '" onload="if(largerThan(this.width,700)) {this.width=700;this.alt=\'Click here to see a large version\';}" onmouseover="if(this.alt) this.style.cursor=\'pointer\';" onclick="if(this.alt) window.open(\'' . $link . '\');" border="0" />';

Step2. Modify the common template of your template set

Add this to the headinclude section:

โค้ด: [เลือก]
<script type="text/javascript">
function largerThan(a,b)
{
return a>b;
}
</script>

2
General Thai Support vBulletin / [Mod] Un-Activated User Management 3
« เมื่อ: 12/10/06, 14:00:41 »
 :D คุณ BlackCell ขอมาจัดไป

http://www.vbulletin.org/forum/showthread.php?t=99509

[ไฟล์แนบถูกลบโดยผู้ดำเนินการ]

3
General Thai Support vBulletin / [Mod] RPG Stats, yet again! [vB 3.5.0 RC2]
« เมื่อ: 11/10/06, 21:51:48 »
RPG Stats 1.2

Download :
XML
Image bar

How To Install -
ติดตั้งอย่างไร

Upload the provided XML file
อัพโหลดไฟล์ XML

Add the following to your postbit or postbit_legacy template
เพิ่มไอ้นี่ที่ postbit หรือ postbit_legacy ในเทมเพลท
(โพสใน postbit หรือ postbit_lagacy ขึ้นอยู่กับว่าแสดงรายละเอียดผู้โพสไว้ตรงไหน
ถ้าไว้ข้างบนโพสก็เลือก postbit ถ้าอยู่ด้านซ้ายก็เลือก postbit_lagacy ครับ)
where you see fit.
ถ้าจะเอาแบบให้แสดงเฉพาะตัวเลขน่ะ
โค้ด: [เลือก]
<div class="smallfont">Level: $showlevel<br />
HP: $hp / $maxhp<br />
MP: $mp / $maxmp<br />
EXP: $ep% <br />
</div>


If you want a prettier stats
ถ้าอยากให้แสดงแบบเป็นแถบๆ

You can use this code which was provided by haiboss (http://www.vbulletin.org/forum/member.php?userid=106918)

Please upload the level folder found in the zip to your images/misc folder.
กรุณาอัพโหลดโฟเดอร์เลเว่ลที่ซิปอยู่ไปไว้ในโฟเดอร์ images/misc
โค้ด: [เลือก]
Level: $showlevel<br />
HP: $hp / $maxhp
<table width="100%" >
<tr style="background-image:url($stylevar[imgdir_misc]/level/red_faded.gif)">
<td nowrap="nowrap" ><img src="$stylevar[imgdir_misc]/level/red_left.gif" height="8"><img src="$stylevar[imgdir_misc]/level/red.gif" width="$hpf% " height="8" /><img src="$stylevar[imgdir_misc]/level/red_faded_right.gif" width="1" height="8" /></td>
</tr>
</table>
<span>MP: $mp / $maxmp</span>
<table width="100%" >
<tr style="background-image:url($stylevar[imgdir_misc]/level/green_faded.gif)">
<td nowrap="nowrap" ><img src="$stylevar[imgdir_misc]/level/green_left.gif" height="8"><img src="$stylevar[imgdir_misc]/level/green.gif" width="$mpf%" height="8" /><img src="$stylevar[imgdir_misc]/level/green_faded_right.gif" width="1" height="8" /></td>
</tr>
</table>
<span>EXP: $ep% </span>
<table width="100%" >
<tr style="background-image:url($stylevar[imgdir_misc]/level/grey_faded.gif)">
<td nowrap="nowrap"><img src="$stylevar[imgdir_misc]/level/grey_left.gif" height="8"><img src="$stylevar[imgdir_misc]/level/grey.gif" width="$ep%" height="8" /><img src="$stylevar[imgdir_misc]/level/grey_faded_right.gif" width="1" height="8" /></td>
</tr>
</table>

เอามาจากเว็บบอร์ดอะไรก็ไม่รู้ครับ เป็นภาษารัฐเซีย
ลองลงบน 3.5.4 แล้วครับ ใช้งานได้

[ไฟล์แนบถูกลบโดยผู้ดำเนินการ]

4
 :D ไม่มีอะไรในกอไผ่ครับ  :D


ชมรมเว็บมาสเตอร์นักเรียน จังหวัดสุราษฎร์ธานี ครับ สำหรับเว็บมาสเตอร์ เพื่อแลกเปลี่ยนความรู้
สอบถามปัญหา ฯลฯ ครับ ... เพิ่งเปิด สด สด ซิง ซิง ครับผม  ;D

http://www.stwebmaster.org/board/

ขอบคุณที่หลงเข้ามาดูครับ และ ขอบคุณ ThaiSMF ด้วยครับ  :-*

หน้า: [1]