Brayne
Veteran
Just Getting Started
Member Likes (0)
Perhaps in an upgrade version, When Domain Mapping is being used in connection with the Supporter plugin, The Admin Menu item for Domain Mapping would appear as a link under "Supporter" as opposed to "Tools" Just to keep All Supporter item links nicely grouped together to avoid confusion for the end user.

Responses (2)
Member (joined April 2009) Likes (0)
Hiya,
Thanks for the feedback. We're always looking at ways to make things easier. I'll pass your suggestion along to the dev team.
Again, thanks!
Member (joined May 2009) Likes (0)
I was able to do this by modifying the function - 'add_page()' in the file domain_mapping.php.
I commented out the line with //add_management_page.....
and added this line of code...
add_submenu_page( 'supporter.php', __('Domain Mapping', 'domainmap'), __('Domain Mapping', 'domainmap'), 'manage_options', 'domainmapping', array(&$this, 'handle_domain_page') );
It's around line 259/260 if anyone else is interested.
I use this ONLY because I am using the supporter plugin in connection with the domain mapping plugin.
Now my Domain Mapping feature link is within the Supporter Submenu items.
To the casual reader, do this ONLY if you know what you are doing with code.
Become a member