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

adding tabs | Forum

matt
matt Jan 11 '15
Hi,

Can someone let me know where/which file I need to adjust to add a tab to a plugin view.

Eg. oxwall/groups  - we see tabs for:-

'most popular'
'latest'
'my groups'
'invitations'

How might I add a new tab?

Thanks!

Guna
Guna Jan 12 '15
Go to ow_plugins/groups/controllers folder.

You can see a file name called groups.php.


In This file, You have a method name called "getGroupListMenu". This function is responsible for this tab menu which is called as "Context Menu". 


If you need further details, please ping me.

matt
matt Jan 15 '15
Thanks!