• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Showcase Tag cloud

cdub

Active Member
AMS Premium
CAS Premium
EMS Early Adopter
IMS Premium
LD Premium
RMS Premium
SC Premium
UBS Premium
The Tag cloud is awesome... how can I add that tag cloud to any page sidebar? (like forum_list, forum_view, and thread_view)
 
Its something that require PHP to fetch the data and the data needs to be exposed to the specific controller related to the page you are viewing. I can't remember if I created a [bd] WF renderer for this or not, but that would be one way. The other way would be to create a phpCallBack block that you could place in any template. There are how to's on XF.com that explain the basics of creating a phpCallBack block (you could then use the code from the Showcase Controller that fetches the Tag Cloud data and you can reuse the tag cloud template (located in the index sidebar template). If you like LEARNING, this would be a decent starting point.
 
Back
Top