Quote:
Originally Posted by glennybee
Nice hack, thanks.
Is it possible to integrate this into vBadvanced CMPS?
I have created a new adv_portal_search_cloud template with the following code:
Code:
<tr class="alt1"><td>$searchcloud</td></tr>
I've also included the search_cloud.php file in the Global Advanced settings page. I see the new module on my page but it's empty, whereas I have search criteria in the cloud on forum home.
Thanks 
|
vBadvanced CMPS Integration
vBa CMPS > Add Module > Template Module
Module Title: Search Cloud
Template to Include: adv_portal_searchcloud
Template Content:
HTML Code:
<tr>
<td class="$bgclass" style="text-align:justify">
$vbsearchcloud
</td>
</tr>
Use Module Wrapper Template: Yes
Open vBadvanced Main Options and add vbsearchcloud to Portal Output Global Variables box.