APP creation Page Clone

Hi All,

I want to create clone of MY APP module and attach with my Menu any suggestion because i made same copy of MYAPP page after installation its shows "Coming SOON " page and following error .

devconnect_developer_apps.js Failed to load resource: the server responded with a status of 404 (Not Found)


0 3 173
3 REPLIES 3

Your message is not clear. Why do you want to "clone" a page? What are you trying to accomplish?

@AbdulRehman what devportal directory are you pulling the module from ? once you make the changes you need to publish them, copying the page doesn't update the module. IF you can detail the steps you are taking might be able to help you out.

Hi

I have catered same with below mentioned, you have to do 2 things for this.

1. Create a custom module and call a built in function of api products such as:

$api_products = devconnect_developer_apps_get_api_products();

After wards implement a check on environment base for PROD, this will generate a list of products, Implement an API management call to create the app with it.

2.Open this file "devconnect_developer_apps_list.tpl.php" in sub theme and add the following:

Implement checks on environment base for your environments which will list Apps for you.

Thanks,

Haider