Top5Articles, display in category

Hello,

I would like to display “TOP OF THE SHOP”, when a category is opened. how do I do this in Azure template? It is displayed at the start.tpl, but how to place it somewhere else (shop category for the best)

I’m quite crazy by now. Spent a lot of hours editing and creating modules/theme for a website written in Oxid.

I really feel like it miss a good english documentation, because I have to dig hard to get what I want, and I am not a newbie in writing php code.

This will help me a lot.

Thanks guys! :slight_smile:

http://forum.oxid-esales.com/showthread.php?t=26364

in application/controllers/oxubase.php you find:

/**
 * Sign if to load and show top5articles action
 *
 * @var bool
 */
protected $_blTop5Action = false;

If you set this to true, TOP OF THE SHOP will be displayed on each page in the sidebar.
This is set only in start.php to true.

Thank you though, I cant speak germany T__T.

@patchork.de

Thank you sir, I ll try out :slight_smile: