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

Mobile Menu Tab | Forum

Webster Molaudi
Webster Molaudi Mar 14 '14
Hi All,

Does anybody know how to add a link on a mobile menu tab like what we can do with desktop, I want to add an external link but you can only add a page and embed an HTML on Mobile or Add RSS Feed.

I just want to add a Page link on Mobile Menu.
ross Team
ross Mar 14 '14
Topic was moved from Bug reports and troubleshooting.
Daisy Team
Daisy Mar 14 '14
Webster, there is no way to add the button to the external page via Admin Area. But you can use this solution:

1. Create a mobile button via Admin Area.
2. Go to phpMyAdmin and find the ow_base_document table
3. Search for the newly created button and set the following values:
- uri: NULL
- isStatic: 0
4. Go to phpMyAdmin and find the ow_base_menu_item table
5. Search for the newly created button by the button documentKey
6. Add the external URL to theexternalUrl field.
That's it.
Webster Molaudi
Webster Molaudi Mar 14 '14
Thanks