VIỆT FM
ChinhPhuc™️ hỗ trợ làm forum từ A~Z

VIỆT FM
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.

VIỆT FMĐăng Nhập

NEW UPDATE : PHIÊN BẢN MOBILE CHO FORUM, SỬA ĐỔI FOOTER, VÀ THÊM CÔNG CỤ CHO MOD!

power_settings_newLogin to reply

04032011
NEW UPDATE : PHIÊN BẢN MOBILE CHO FORUM, SỬA ĐỔI FOOTER, VÀ THÊM CÔNG CỤ CHO MOD!

Xin chào các bạn,

Để giúp dịch vụ forum của chúng tôi thêm phát triển và mang đến cho bạn một forum tốt nhất, chúng tôi đã cho ra một bản cập nhật mới gồm 3 chức năng:

Comments

Eagle8x
1. Sửa footer (phần dưới) cho forum của bạn: Bạn đã có thể dùng credits để xóa footer. Bạn cũng có thể thêm vào những link mà bạn muốn thêm!
[You must be registered and logged in to see this image.]
2. Thêm công cụ cho bảng điều khiển của MOD: Mod và ADMIN trong forum bạn có thể sửa topic trong 1 lúc qua dạng 'Thông báo', 'Chú ý' hoặc 'Bình thường' chỉ với vài cú click!
[You must be registered and logged in to see this image.]
3. Phiên bản Mobile cho forum của bạn!
Hiện tại, forum của bạn đã được tối ưu hóa đầy đủ để có thể theo dõi forum bằng những thiết bị di động và điện thoại của bạn. Hệ thống sẽ tự động tìm ra những ai đang dùng thiết bị điện tử hoặc điện thoại để theo dõi forum, và sau đó sẽ tự động hiện một phiên bản dành cho mobile.
Tất nhiên, những ai không muốn theo dõi forum bằng phiên bản mobile thì có thể chuyển qua chế độ bình thường để theo dõi.
Chức năng này hiện tại đang được thử nghiệm, bạn chỉ có thể theo dõi forum với tư cách là khách. Hiện tại bạn vẫn chưa thể dùng để post bài.
[You must be registered and logged in to see this image.]
Cuối cùng, Xin được cám ơn tất cả những ai đã đóng góp những ý tưởng tuyệt vời cho chúng tôi!
Hẹn gặp lại!

Thân ái,
Forumotion Team
Eagle8x
Template cho Footer

Những Admin đang sử dụng Template tuỳ chỉnh như phBB2 và punBB phải chỉnh lại như sau:
****************
phpBB2 Overall_footer
****************
Tìm:

Code:

<div id="page-footer">
      <div align="center">
          <div class="gen">
            <strong>{ADMIN_LINK}</strong>{U_VERSION_RTL}{U_CREATE_A_FORUM}{U_VERSION} {U_SUPPORT}
            <!-- BEGIN switch_view_stats -->
              | <a name="bottom" href="{switch_view_stats.S_STATS}" class="copyright" rel="nofollow">{switch_view_stats.L_STATS}</a>
            <!-- END switch_view_stats -->
            <!-- BEGIN switch_view_donation -->
              | <a name="bottom" href="{switch_view_donation.U_DONATION}" class="copyright" rel="nofollow">{switch_view_donation.L_MAKE_DONATION}</a>
            <!-- END switch_view_donation -->
            <!-- BEGIN switch_view_contact -->
              | <a name="bottom" href="{switch_view_contact.U_CONTACT}" class="copyright" rel="nofollow">{switch_view_contact.L_CONTACT}</a>
            <!-- END switch_view_contact -->
            {U_ABUSE} {U_BLOG}
          </div>
      </div>
    </div>

Thay bằng:

Code:

 <div id="page-footer">
      <!-- BEGIN switch_footer_fa_copyrights -->
      <div align="center">
          <div class="gen">
            <!-- BEGIN footer_fa_copyright_link -->
            <!-- BEGIN switch_separator --> | <!-- END switch_separator -->
            {switch_footer_fa_copyrights.footer_fa_copyright_link.FOOTER_FA_LINK}
            <!-- END footer_fa_copyright_link -->
          </div>
      </div>
      <!-- END switch_footer_fa_copyrights -->
      <!-- BEGIN switch_footer_links -->
      <div align="center">
          <div class="gen">
            <!-- BEGIN footer_link -->
            <!-- BEGIN switch_separator --> | <!-- END switch_separator -->
            <a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
            <!-- END footer_link -->
          </div>
      </div>
      <!-- END switch_footer_links -->
    </div>

*******************
punBB Overall_footer
*******************
Tìm:

Code:

<div id="pun-foot">
      <div id="pun-about" class="clearfix">
          <form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}" id="qjump">
                <fieldset>
                <p><label>{L_JUMP_TO}: </label></p>
                {S_JUMPBOX_SELECT} <input type="submit" value="{L_GO}" />
            </fieldset>
          </form>
          <ul>
            <li>{U_VERSION_RTL}</li>
            <li>{U_CREATE_A_FORUM}</li>
            <li>{U_VERSION} </li>
            <li>{U_SUPPORT}</li>
            <!-- BEGIN switch_view_stats -->
            <li> | <a name="bottom" href="{switch_view_stats.S_STATS}" class="copyright" rel="nofollow">{switch_view_stats.L_STATS}</a></li>
            <!-- END switch_view_stats -->
            <!-- BEGIN switch_view_donation -->
            <li> | <a name="bottom" href="{switch_view_donation.U_DONATION}" class="copyright" rel="nofollow">{switch_view_donation.L_MAKE_DONATION}</a></li>
            <!-- END switch_view_donation -->
            <!-- BEGIN switch_view_contact -->
            <li> | <a name="bottom" href="{switch_view_contact.U_CONTACT}" class="copyright" rel="nofollow">{switch_view_contact.L_CONTACT}</a></li>
            <!-- END switch_view_contact -->
            <li>{U_ABUSE}</li>
            <li>{U_BLOG}</li>
          </ul>
      </div>
     

      <p class="center">
          <strong>{ADMIN_LINK}</strong>
      </p>
    </div>

Thay bằng:


Code:

 <div id="pun-foot">
      <div id="pun-about" class="clearfix">
          <form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}" id="qjump">
            <fieldset>
                <p><label>{L_JUMP_TO}: </label></p>
                {S_JUMPBOX_SELECT} <input type="submit" value="{L_GO}" />
            </fieldset>
          </form>
          <!-- BEGIN switch_footer_fa_copyrights -->
          <ul>
            <li>
            <!-- BEGIN footer_fa_copyright_link -->
            <!-- BEGIN switch_separator --> | <!-- END switch_separator -->
            {switch_footer_fa_copyrights.footer_fa_copyright_link.FOOTER_FA_LINK}
            <!-- END footer_fa_copyright_link -->
            </li>
            </ul>
            <!-- END switch_footer_fa_copyrights -->
            <!-- BEGIN switch_footer_links -->
            <ul>
            <li>
            <!-- BEGIN footer_link -->
            <!-- BEGIN switch_separator --> | <!-- END switch_separator -->
            {switch_footer_links.footer_link.FOOTER_LINK_SEPARATOR}<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
            <!-- END footer_link -->
            </li>
          </ul>
          <!-- END switch_footer_links -->
      </div>
     

      <p class="center">
          <strong>{ADMIN_LINK}</strong>
      </p>
    </div>
power_settings_newLogin to reply
remove_circleSimilar topics
privacy_tip Permissions in this forum:
Bạn không có quyền trả lời bài viết