i just installed elgg and the market as one of the mods. works fine but can anyone tell me what i can do about this category listing . It is there all the time at the right sidebar and i would like it there only if the market is selected and not on the blog or event page ect
thanks in advance
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- josephina@josmun

josephina - 0 likes
You must log in to post replies.Go to Market plugin Settings page on Market categories section and read instruction in there.
Add your categories' names like as tags, separate with commas and put them in your language files as 'market:category:categoryname'.
Change line 28 in mod\market\start.php on this:
if (elgg_in_context('market')) { elgg_extend_view('page/elements/sidebar', 'market/sidebar', 100);}
did the work for me. (without the /view)
thanks RvR