|
|
|
สร้างMod smf ยังไงหรอคับผมลองเทียบไฟล์จากmodแล้วลองทำดูกะไม่ได้อะคับ |
|
|
|
|
|
|
|
สร้างMod smf ยังไงหรอคับผมลองเทียบไฟล์จากmodแล้วลองทำดูกะไม่ได้อะคับ
มันทำยังไงหรอคับ
มันมี3ไฟล์
ไฟล์แรก package-info.xml
Code (PHP)
<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<name>Advanced Login Form</name>
<id>NIBOGO:advancedloginform</id>
<type>modification</type>
<version>1.2</version>
<install for="1.1 - 1.1.99">
<readme type="file" parsebbc="true">readme.txt</readme>
<modification>smf1-1-X.xml</modification>
</install>
<uninstall for="1.1 - 1.1.99">
<modification reverse="true">smf1-1-X.xml</modification>
</uninstall>
</package-info>
ไฟล์ที่สอง smf1-1-X.xml
Code (PHP)
<?xml version="1.0"?>
<!DOCTYPE modification SYSTEM "http://www.simplemachines.org/xml/modification">
<modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/">
<name>Permalink</name>
<id>NIBOGO:Permalink</id>
<version>1.1</version>
<homepage>http://www.smokedark.com</homepage>
<file name="$themedir/Display.template.php">
<operation>
<search position="Add After"><![CDATA[// Show the post itself, finally!]]></search>
<add><![CDATA[Permalink: ', $message['link'], '<hr width="100%" size="1" class="hrcolor" />]]></add>
</operation><operation>
<search position="Add After"><![CDATA[<hr width="100%" size="1" class="hrcolor" />]]></search>
<add><![CDATA[Permalink: ', $message['link'], '<hr width="100%" size="1" class="hrcolor" />]]></add>
</operation>
</file>
</modification>
ไฟล์ที่สาม reedme.txt
Code (PHP)
[php]Permalink Mod By smokedark.com
Support topic | Link to Mod[/center]
ตรงไหนผิดช่วยชี้นำหน่อยคับ ของSMF 1.1.11
Modที่ผมจะทำก็คือPermalink ให้กับ SMF ...
ลายละเอียดการทำด้วยมือ
วิธีทำ Permalink ให้กับ SMF ...
« เมื่อ: กุมภาพันธ์ 13, 2011, 00:12:24 อาทิตย์ » แบ่งปัน
--------------------------------------------------------------------------------
เปิดไฟล์ : Display.template.php
1.ค้นหา
โค๊ด: // Show the post itself, finally!
2.เพิ่มไว้หลังที่หา
โค๊ด: Permalink: ', $message['link'], '<hr width="100%" size="1" class="hrcolor" />
3.หาต่ออีก
โค๊ด:
<hr width="100%" size="1" class="hrcolor" />
4.เพิ่มไว้หลังที่หา
โค๊ด: Permalink: ', $message['link'], '<hr width="100%" size="1" class="hrcolor" />
[/php]
Tag : PHP
|
|
|
|
|
|
Date :
2011-03-19 11:05:35 |
By :
ice |
View :
1325 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สร้างMod smf ยังไงหรอคับผมลองเทียบไฟล์จากmodแล้วลองทำดูกะไม่ได้อะคับ
มันทำยังไงหรอคับ
ด้านล่างนี้ผมลองฝึกเขียนดูไม่รู้ว่าถูกป่าวดูให้หน่อยนะคับบบบบ
ผมเขียนมันมี3ไฟล์
ไฟล์แรก package-info.xml
Code (PHP)
<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<name>Advanced Login Form</name>
<id>NIBOGO:advancedloginform</id>
<type>modification</type>
<version>1.2</version>
<install for="1.1 - 1.1.99">
<readme type="file" parsebbc="true">readme.txt</readme>
<modification>smf1-1-X.xml</modification>
</install>
<uninstall for="1.1 - 1.1.99">
<modification reverse="true">smf1-1-X.xml</modification>
</uninstall>
</package-info>
ไฟล์ที่สอง smf1-1-X.xml
Code (PHP)
<?xml version="1.0"?>
<!DOCTYPE modification SYSTEM "http://www.simplemachines.org/xml/modification">
<modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/">
<name>Permalink</name>
<id>NIBOGO:Permalink</id>
<version>1.1</version>
<homepage>http://www.smokedark.com</homepage>
<file name="$themedir/Display.template.php">
<operation>
<search position="Add After"><![CDATA[// Show the post itself, finally!]]></search>
<add><![CDATA[Permalink: ', $message['link'], '<hr width="100%" size="1" class="hrcolor" />]]></add>
</operation><operation>
<search position="Add After"><![CDATA[<hr width="100%" size="1" class="hrcolor" />]]></search>
<add><![CDATA[Permalink: ', $message['link'], '<hr width="100%" size="1" class="hrcolor" />]]></add>
</operation>
</file>
</modification>
ไฟล์ที่สาม reedme.txt
Code (PHP)
Code (PHP)
[php]Permalink Mod By smokedark.com
Support topic | Link to Mod[/center]
ตรงไหนผิดช่วยชี้นำหน่อยคับ ของSMF 1.1.11
Modที่ผมจะทำก็คือPermalink ให้กับ SMF ...
ลายละเอียดการทำด้วยมือ
วิธีทำ Permalink ให้กับ SMF ...
เปิดไฟล์ : Display.template.php
1.ค้นหา
โค๊ด: // Show the post itself, finally!
2.เพิ่มไว้หลังที่หา
โค๊ด: Permalink: ', $message['link'], '<hr width="100%" size="1" class="hrcolor" />
3.หาต่ออีก
โค๊ด:
<hr width="100%" size="1" class="hrcolor" />
4.เพิ่มไว้หลังที่หา
โค๊ด: Permalink: ', $message['link'], '<hr width="100%" size="1" class="hrcolor" />
|
|
|
|
|
Date :
2011-03-19 11:09:35 |
By :
ice |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่มีไครตอบเลยง่าาาาา
|
|
|
|
|
Date :
2011-03-21 18:42:05 |
By :
ice |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รอดูต่อไป
|
|
|
|
|
Date :
2011-03-21 19:04:36 |
By :
dragonjza |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|