Kết quả 1 đến 1 của 1
-
10-03-14, 03:08 AM #1
- Ngày tham gia
- Sep 2011
- Đang ở
- Localhost
- Bài viết
- 229
- Thanks
- 101
- Thanked 36 Times in 27 Posts
[ Hướng Dẫn ] Code Hook Templates
Trong khi viết mods chúng ta cần hook templates để làm auto chèn templates vào templates của vbulletin.
Vậy code làm sao đây [Only registered and activated users can see links. ]
Ví dụ ta tạo 1 templates có tên là templates_thongbaoandquangcao
Và mình muốn chèn nó vào templates headinclude của vbulletin.
Code hook ở vbulletin 4:
vB_Template::create('templates_thongbaoandquangcao ')->render();
Và Hook templates headinclude:
<hookname>process_templates_complete</hookname>
$headinclude .= vB_Template::create('templates_thongbaoandquangcao ')->render();
Vậy còn ở vbulletin 3 thì sao nào ^^!
Ví dụ: tôi vừa tạo có tên là taokeywords_template và tôi muốn chèn code trong templates đó vào trong templates postbit thì phải sao [Only registered and activated users can see links. ]
À đây rồi [Only registered and activated users can see links. ]
ta Hook Name :
Code:
<hookname>postbit_display_complete</hookname>
Và viết code :
eval('$template_hook[postbit_end] .= " ' . fetch_template('taokeywords_template') . '";');
Code:
$template_hook[postbit_end]
=> đây là biến trong templates postbit nó giúp code chúng ta sẽ hiển thị bên dưới bài viết [Only registered and activated users can see links. ]
OK! thế là xong rồi ^^!
Chúc các bạn thành công.Khách viếng thăm hãy cùng ShineGhost xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
Các Chủ đề tương tự
-
[MU] Share QWEB version 3 (Chủ yếu templates)
Bởi ntquang.info trong diễn đàn SQL Server & WebsiteTrả lời: 10Bài viết cuối: 08-10-12, 09:53 AM -
[MU] Cần cao thủ vào Hook hộ 1 cái DLL
Bởi xaoemxauthe trong diễn đàn Hỏi Đáp/ Yêu CầuTrả lời: 4Bài viết cuối: 28-05-12, 04:37 PM -
[MU] Cần giúp đỡ về hook dll
Bởi Mr.Hau trong diễn đàn Hỏi Đáp/ Yêu CầuTrả lời: 1Bài viết cuối: 16-03-12, 10:08 PM -
Xin cái templates cho NBB
Bởi membermoi trong diễn đàn Hỏi Đáp/ Yêu CầuTrả lời: 2Bài viết cuối: 25-12-11, 09:49 PM -
Hook dll như vậy đúng chưa?
Bởi vothailam trong diễn đàn Hỏi Đáp/ Yêu CầuTrả lời: 8Bài viết cuối: 10-10-10, 10:21 AM