
Re: Different Language Post
1st, sorry about double posts. It was an accident, I got an IP's error message when i hit "Submit", I thought it did not post it.
2nd, sorry for a little pushing, 'cause I have searched for couple days w/o any luck.
3rd, I found an answer which i have re-install my phpbb. Can I still able to upgrade it to Icy Phoenix?
PS: I found it, but need your help in IP template.
Here is the instruction:
(I am trying to translate it to english on my best).
phần download, mang xuống máy nhà bản mviet14RTEToolBarFeb06.zip --
(Download zip file)
sau khi unzip (bung) nó ra sẽ có folder mviet14RTEToolBarFeb06,
(Unzip it and folder will be mviet14RTEToolBarFeb06)
đổi tên nó thành mViet (mẫu tự V hoa)
(Rename it to mViet)
upload mViet vô folder phpBB (trong server)
(upload it to phpbb root)
Sửa trang /forum/templates/subSilver/overall_footer.tpl, thêm 1 đoạn giữa 2 tags body và html:
(edit subSilver/overall_footer.tpl ADD it between </body> and </html>
OPEN
subSilver/overall_footer.tpl
FIND
REPLACE WITH
</body>
<script language="javascript1.2" src="./mViet/RTE/CVietButtonHTML.js"></script>
<script language="javascript1.2" src="./mViet/RTE/CVietMoz.js"></script>
<script>folder="./mViet/RTE/" </script>
<script language=javascript1.2 src=./mViet/RTE/CVietAddOn.js ></script>
<style type=text/css>@import url(./mViet/RTE/mviet.css);</style>
</html>
Mở trang /forum/templates/subSilver/posting_body.tpl , tìm dòng có mang chữ textarea và thêm sau nó đoạn màu đỏ:
(Edit subSilver/posting_body.tpl)
OPEN
subSilver/posting_body.tpl
FIND
<textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
ADD AFTER
<!--mViet starts-->
<center><div id=showBD>BoDaumViet</div></center>
<!--mViet finishes-->
Save and Close