How can I edit how many hash tags show in the popular media box on the album page, can they be auto arranged alphanumeric.
if not can someone make this app.
thank you
How can I edit how many hash tags show in the popular media box on the album page, can they be auto arranged alphanumeric. if not can someone make this app. thank you http://certifiedhosting.com/ |
Hashtags should be already in alphanumeric order. By default there are 32 popular tags are shown. You can change it by editing service call for the page block which show hashtags cloud: - Install Developer module - Go to: Studio > Developer > Developer Page builder > Albums > select "Albums Home" page > click on "Popular Albums Hashtags" block > Edit "Code" field: array ( 'module' => 'system', 'method' => 'keywords_cloud', 'params' => array ( 'object_metatags' => 'bx_albums', 'object_search' => 'bx_albums', 'hashtags_num' => 100, ), 'class' => 'TemplServiceMetatags', ) Rules → http://www.boonex.com/terms |
Thank you Alex I didn't have developer app installed. ty http://certifiedhosting.com/ |
after I edit block and hit save it asks for title system name field ? What do I put ty zvqx
Hashtags should be already in alphanumeric order. By default there are 32 popular tags are shown. You can change it by editing service call for the page block which show hashtags cloud: - Install Developer module - Go to: Studio > Developer > Developer Page builder > Albums > select "Albums Home" page > click on "Popular Albums Hashtags" block > Edit "Code" field: array ( 'module' => 'system', 'method' => 'keywords_cloud', 'params' => array ( 'object_metatags' => 'bx_albums', 'object_search' => 'bx_albums', 'hashtags_num' => 100, ), 'class' => 'TemplServiceMetatags', )
http://certifiedhosting.com/ |
Enter the lang key from the "Title" field. after I edit block and hit save it asks for title system name field ? What do I put
Rules → http://www.boonex.com/terms |
Hi alex, after I follow the instructions the box is empty on the page, no hashtags show up thank you http://certifiedhosting.com/ |
Then there is some error in the code, please could you provide what exactly you've entered in the "Code" field? after I follow the instructions the box is empty on the page, no hashtags show up
Rules → http://www.boonex.com/terms |
array ( 'module' => 'system', 'method' => 'keywords_cloud', 'params' => array ( 'object_metatags' => 'bx_albums', 'object_search' => 'bx_albums', 'hashtags_num' => 100, ), 'class' => 'TemplServiceMetatags', ) http://certifiedhosting.com/ |
I've checked it, and it is working code. Please make sure that: - you have Albums module installed and enabled - the box layout is NOT "Empty box" Rules → http://www.boonex.com/terms |