SMF Thailand.

SMF Development => SMF Coding Discussion => ข้อความที่เริ่มโดย: EVO Hosting ที่ 16/01/06, 23:37:29

หัวข้อ: setกลับไปยังหน้าแสดงหัวข้อหลังจากเริ่มหัวข้อใหม่หรือตอบกระทู้ เป็นค่ามาตรฐานได้?
เริ่มหัวข้อโดย: EVO Hosting ที่ 16/01/06, 23:37:29
ข้อมูลส่วนตัว > ปรับแต่งธีมและการวางรูปแบบ > กลับไปยังหน้าแสดงหัวข้อหลังจากเริ่มหัวข้อใหม่หรือตอบกระทู้

ถ้าจะ set ค่าตรงนี้ให้สมาชิก ไว้ อัตโนมัติ โดยที่สมาชิก ไม่ต้องมา Set ค่าเอง ทำได้หรือไม่ครับ
หัวข้อ: Re: setกลับไปยังหน้าแสดงหัวข้อหลังจากเริ่ม
เริ่มหัวข้อโดย: КёngЯacing ที่ 17/01/06, 00:01:26
แก้ไขที่ไฟล์
Themes/defeult/Profile.template.php

ประมาณบรรทัดที่ 1651
ค้นหา
โค้ด: [เลือก]
<input type="hidden" name="default_options[return_to_post]" value="0" />
<label for="return_to_post"><input type="checkbox" name="default_options[return_to_post]" id="return_to_post" value="1"', !empty($context['member']['options']['return_to_post']) ? ' checked="checked"' : '', ' class="check" /> ', $txt['return_to_post'], '</label>

แก้ไข
โค้ด: [เลือก]
<input type="hidden" name="default_options[return_to_post]" value="1" />
<label for="return_to_post"><input type="checkbox" name="default_options[return_to_post]" id="return_to_post" value="1"', !empty($context['member']['options']['return_to_post']) ? ' checked="checked"' : '', ' checked="checked" style="display: none;" class="check" /><input type="checkbox" checked="checked" class="check" disabled /> ', $txt['return_to_post'], '</label>
หัวข้อ: Re: setกลับไปยังหน้าแสดงหัวข้อหลังจากเริ่มหัวข้อใหม่หรือตอบกระทู้ เป็นค่ามาตรฐานได้?
เริ่มหัวข้อโดย: EVO Hosting ที่ 17/01/06, 12:27:06
แก้แล้วครับ

แต่พอผม โพสกระทู้ แล้ว ไม่เห็นกลับมา ที่กระทู้ที่ตั้งเลย


[ไฟล์แนบถูกลบโดยผู้ดำเนินการ]
หัวข้อ: Re: setกลับไปยังหน้าแสดงหัวข้อหลังจากเริ่มหัวข้อใหม่หรือตอบกระทู้ เป็นค่ามาตรฐาน
เริ่มหัวข้อโดย: КёngЯacing ที่ 17/01/06, 13:03:52
ลืมอีกโค้ดที่ต้องแก้
Themes/defeult/Post.template.php

ประมาณบรรทัดที่ 424
ค้นหา
โค้ด: [เลือก]
<td class="smalltext"><label for="check_back"><input type="checkbox" name="goback" id="check_back"' . ($context['back_to_topic'] || !empty($options['return_to_post']) ? ' checked="checked"' : '') . ' value="1" class="check" /> ' . $txt['back_to_topic'] . '</label></td>
แก้ไข
โค้ด: [เลือก]
<td class="smalltext"><label for="check_back"><input type="checkbox" name="goback" id="check_back"' . ($context['back_to_topic'] || !empty($options['return_to_post']) ? ' checked="checked"' : '') . ' value="1" checked="checked" style="display: none;" class="check" /><input type="checkbox" checked="checked" class="check" disabled /> ' . $txt['back_to_topic'] . '</label></td>
หัวข้อ: Re: setกลับไปยังหน้าแสดงหัวข้อหลังจากเริ่มหัวข้อใหม่หรือตอบกระทู้ เป็นค่ามาตรฐานได้?
เริ่มหัวข้อโดย: tgc ที่ 18/03/06, 14:31:19
ยอดเลยครับ ทำได้แล้ว  8) 8)