Hashtags

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/
Quote · 8 May 2015

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
Quote · 9 May 2015

Thank you Alex I didn't have developer app installed.

ty

http://certifiedhosting.com/
Quote · 9 May 2015

 

 

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/
Quote · 9 May 2015

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
Quote · 11 May 2015

Hi alex,

after I follow the instructions the box is empty on the page, no hashtags show up 

thank you

http://certifiedhosting.com/
Quote · 11 May 2015

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
Quote · 12 May 2015
array (
  'module' => 'system',
  'method' => 'keywords_cloud',
  'params' => 
  array (
    'object_metatags' => 'bx_albums',
    'object_search' => 'bx_albums',
    'hashtags_num' => 100,
  ),
  'class' => 'TemplServiceMetatags',
)
http://certifiedhosting.com/
Quote · 12 May 2015

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
Quote · 13 May 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.