We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Add link to menù on the right | Forum

Marco
Marco Nov 25 '15
Hi all,


is it possible in oxwall to add links on the user menù (little menù positioned on the top right ) ?


Thanks

Marco

ross Team
ross Nov 25 '15
Topic was moved from General Questions.
Dnyan
Dnyan Dec 1 '15
your question will remain unanswered even if you come back after decade.

so dont waste your time here i already wasted more than a month.

go and get hooked on a community soft which have strong after install trouble shoot and feature installing support + support which you really expect that you will get from there.
Mike
Mike Dec 1 '15
Yes its possible.
its an collection event which you have to bind to a function in your init.php

OW::getEventManager()->bind('base.add_main_console_item', array($this, 'addConsoleItem'));

function addConsoleItem( BASE_CLASS_EventCollector $event )
    {
        $event->add(array('label' => OW::getLanguage()->text('pluginkey', 'console_label'), 'url' => OW_Router::getInstance()->urlForRoute('pluginkey.route')));
    }
Anitaku
Anitaku Dec 1 '15

Quote from Dnyan your question will remain unanswered even if you come back after decade.

so dont waste your time here i already wasted more than a month.

go and get hooked on a community soft which have strong after install trouble shoot and feature installing support + support which you really expect that you will get from there.

How much did you pay for Oxwall?

At the end of the day, the quality of your website comes down to what you put into it.

And yes, Oxwall has its issues but being immature about it isn't going to solve anything for anyone.
The Forum post is edited by Anitaku Dec 1 '15