The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Creating widget or sidebar blocks?
I found some coding I would like to use in a widget or sidebar block.
They were in the "Style Manager" -> "vBulletin CMS templates". For example this one: vbcms_widget_myfriends_page code: <div class="cms_widget"> <div class="block"> <div class="cms_widget_header widget_header"> <h3>{vb:rawphrase friend_activity}</h3> </div> <div class="cms_widget_content widget_content"> {vb:raw friends_html} </div> </div> </div> How can I make this work as a widget or sidebar block? Thanks for any help Michael |
#2
|
||||
|
||||
Before you can just add that code, you need to write the code to define the variable $friends_html. So, you need to search through the php files and find where that gets defined and get the code from there to put into your block or widget.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|