Menu structure

Setting up new buttons for homepage or profile menu is quite easy. We changed the database at sys_menu_mobile, added new entries with action 100 etc.

Now the problem:

In order to create new menu pages we set up a few more in the database at sys_menu_mobile_pages but we were not able to implement them into the app.

How can I refer to the new pages?

Thanks.

Quote · 18 May 2012

I would like some instruction as well.

I would rather not setup just 1 custom action 100, I'd like to continue fro say 20 or so, to give more room for boonex features, but at the same time give me some control as well.


Where is it buried in the XMLRPC code to be able to add more functions?

http://www.mytikibar.com
Quote · 19 May 2012

Please refer to this doc:

http://www.boonex.com/trac/dolphin/wiki/DolModMobile

Also you can find samples in BoonEx News module SQL installation files.

Rules → http://www.boonex.com/terms
Quote · 20 May 2012

So I can create multiple table id's of 100 with different functions?  

http://www.mytikibar.com
Quote · 21 May 2012

http://www.boonex.com/trac/dolphin/wiki/DolModMobile does only answer how to add buttons to homepage and profiles menu. It does not give the answer on how to add more menu structruce to the app.


Quote · 21 May 2012

actually, you create a module for dolphin, then when you add the URL to the module it works!

 

Another words, in the table sys_menu_mobile you add a new record 

make action = 100

make action_data = {site_url}m/yourmodule/yourFunction/param1/param2

 

Then you directly interact with the module you've created.

 

actionyourFunction ($sParam1,$sParam2){

 

}

 

I'm actually incorporating functions inside existing modules as an experiment for now.

Hopefully I will be adding some cool things soon! (stupid full time job is interfering with my developing time!)

 

http://www.mytikibar.com
Quote · 21 May 2012

But where do I get to see the pages I added to sys_menu_mobile_pages?

Quote · 22 May 2012

 

But where do I get to see the pages I added to sys_menu_mobile_pages?

 admin->builders->mobile pages

http://www.mytikibar.com
Quote · 22 May 2012

 

Setting up new buttons for homepage or profile menu is quite easy. We changed the database at sys_menu_mobile, added new entries with action 100 etc.

Now the problem:

In order to create new menu pages we set up a few more in the database at sys_menu_mobile_pages but we were not able to implement them into the app.

How can I refer to the new pages?

Thanks.

 Where do I find 'sys_menu_mobile'?

Quote · 24 Nov 2013
Where do I find 'sys_menu_mobile'?


In the dolphin database.

https://www.deanbassett.com
Quote · 25 Nov 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.