Del.icio.us Digg FURL FaceBook Stumble Upon Reddit SlashDot Ask BlinkBits BlinkList Co.mments Delirious Feed Me Links Google Bookmarks Linkagogo Ma.gnolia MSN Live Netscape Netvouz Newsvine RawSugar Rojo Smarking Socializer Sphinn Spurl Squidoo Tailrank Technorati Yahoo My Web
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Một số sửa đổi mới nhất MyBB 1.4.10
02-12-2009, 11:08 PM
Post: #1
Lightbulb Một số sửa đổi mới nhất MyBB 1.4.10
Sử dụng Tabbed menu: http://www.mybbcentral.com/thread-2439.html


Quote:Plugin Name: Tabbed Menu
Plugin Author: Jesse Labrocca
Plugin Website: http://www.MybbCentral.com
Plugin Version: 1.1a
Plugin Mybb Compatibility: 1.4x
Plugin File Edits: None
Plugin File Uploads: 4
Plugin Description: Creates a tabbed menu on the index page to help organize forums.

Installation

1. Upload the file from the zip to your forum directory.
/inc/plugins/tab_menu.php
/inc/languages/english/admin/forum_tabmenu.lang.php
/admin/modules/forum/tabmenu.php (if you have renamed your admin directory make sure to upload this properly)
/jscripts/tabcontent.js


2. Login to your admincp and ACTIVATE the plugin (Tabbed Menu) in the plugin manager.

3. You will see a new option in the admin under "Forums & Posts" for "Tab Menu". Be aware you cannot use a category in more than one tab else this will not work. Also be sure to assign all categories to a tab.

The rest is self explanatory and instructions are on the page.

Screenshots are all available inside the extras folder.

TEMPLATE TROUBLESHOOTING
=================================
If after install you have issues with your index page template please check to make sure these changes were made:

"index"
-----------------
1. After {$header} add {$tabmenu}
2. After {$forums} add

<script type="text/javascript">
<!--//
var myflowers=new ddtabcontent("menutabs")
myflowers.setpersist(true)
myflowers.init()
-->
</script>

"forumbit_depth1_cat"
------------------------
1. Start the template with this line:
<div id="tabmenu_{$forum['fid']}">

2. Add to the very end </div>

Also check the index page source code. In the header you should see the tabbed.css listed:
<link type="text/css" rel="stylesheet" href="{$mybb->settings['bburl']}/cache/themes/theme2/tabbed.css" />
If it's not there see the next section on customizing.
Find all posts by this user
Quote this message in a reply
27-01-2011, 09:15 PM (This post was last modified: 28-01-2011 09:45 AM by admin.)
Post: #2
RE: Một số sửa đổi mới nhất MyBB 1.4.10
Đã nâng cấp nên MyBB 1.4.14.

Bổ sung thông báo về Event cho các sự kiện sắp tới, tham khảo từ http://community.mybb.com/thread-39783.html và cách tạo collapse table http://community.mybb.com/post-624560.html

Thử nâng cấp ở LOCAl sang 1.6.1 nhưng không được?!
Quote:1. Backup your entire database first.
2. Download Changed Files from here: http://blog.mybb.com/2010/12/15/mybb-1-6...14-update/
3. Upload the changed files and overwrite to the old files.
4. Now run the upgrader using the following link http://www.yourdomain.com/install/upgrade.php
5. Point the old version, and follow the instructions appears on the screen.
Find all posts by this user
Quote this message in a reply
28-01-2011, 11:44 PM
Post: #3
RE: Một số sửa đổi mới nhất MyBB 1.4.10
Lỗi khi chuyển từ host về Localhost là không thể đăng nhập được.

Lỗi là do cookie setting. Kiểm tra và sửa file inc/settings.php ở 3 dòng sau.
PHP Code:
$settings['bburl'] = "http://mybbvn.com/forum";
$settings['cookiedomain'] = ".mybbvn.com";
$settings['cookiepath'] = "/forum/"
PHP Code:
$settings['bburl'] = "http://localhost/_mybb";
$settings['cookiedomain'] = ""//leave it blank
$settings['cookiepath'] = "/_mybb/"

Lỗi không thể Login được: http://community.mybb.com/thread-74904.html

Support us [Image: btn_donateCC_LG.gif]
Find all posts by this user
Quote this message in a reply
29-01-2011, 01:14 AM
Post: #4
RE: Một số sửa đổi mới nhất MyBB 1.4.10
Cập nhật thống kê cho MyBB từ http://mybbvn.com/forum/thread-48-page-1.html

Sửa 1 chút để hiển thị đẹp hơn và bổ sung file lang tiếng Việt.
ChangUonDyU - Advanced Statistics 1.0.1
.zip  ChangUonDyU - Advanced Statistics 1.0.1.zip (Size: 356.02 KB / Downloads: 1)
ChangUonDyU Wrote:Chức năng
- Tự động cập nhật bài viết mới (AutoRefresh)
- THống kê Top: Top gửi bài, thành viên mới nhất, top thank, chủ để xem nhiều nhất, chủ đề được trả lời nhiều nhất (Hot thread), box được quan tâm nhất

Cài đặt
- Download file đính kèm về, giải nén rồi upload các file lên host
  • inc/plugins/changstats.php
  • inc/languages/english/changstats.lang.php
- AdminCP > Plugin > active ChangUonDyU - Advanced Statistics
- Edit template Index
Tìm
Code:
{$header}
Thêm vào dưới
Code:
$changstats
<br />
Xong

Bạn có thể thiết lập lại các tùy chọn trong AdminCP > Configuration > Settings > ChangUonDyU - Advanced Statistics

Cài đặt MyBB GoMobile để duyệt Forum bằng Mobile.

Tải về tại
.zip  GoMobile_100b3.zip (Size: 124.65 KB / Downloads: 0) hoặc
http://www.mybbgm.com/download.php
Chú ý, khi sử dụng đường dẫn ảnh từ theme của Gomobile, đường dẫn sẽ thay đổi.
Ví dụ: http://forum.vatlieu.us/images/collapse.gif
sẽ là http://forum.vatlieu.us/images/mobile/collapse.gif

Sau khi thay đổi như trên, link cho stylesheet của Tabbed menu sẽ bị thay đổi:
Code:
<link type="text/css" rel="stylesheet" href="{$mybb->settings['bburl']}/cache/themes/theme2/tabbed.css" />
Sẽ là:
Code:
<link type="text/css" rel="stylesheet" href="{$mybb->settings['bburl']}/cache/themes/theme1/tabbed.css" />

Support us [Image: btn_donateCC_LG.gif]
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Nâng cấp MyBB 1.4.14 lên 1.6.1 admin 5 1,396 13-02-2011 02:52 PM
Last Post: support
Lightbulb Why we choose MyBB support 0 1,719 06-02-2009 10:38 PM
Last Post: support
Lightbulb Run MyBB with multi domains support 0 1,817 06-02-2009 10:32 PM
Last Post: support

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: