Quote:
Originally Posted by Mesohu
how i can change the width of this template($searchcloud) b'coz i'm using a fixed skin .
|
Edit "Search Templates > searchcloud".
Quote:
Originally Posted by TruthElixirX
I get this error:
Code:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-dev.google_searches order by hits DESC limit 100' at line 1
|
This hack doesn't use table prefixes. The table name will always be "google_searches" for everybody. Check which table exists "-dev.google_searches" or "google_searches" and edit your search_cloud.php.
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 
|
I haven't tried adding it as a vbadvanced module yet but if you put $searchcloud to your footer template, it'll also work for vbadvanced pages. I'll check it soon...