Move modified files to template

  • Herb Trevathan
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 1 month ago #59789 by Herb Trevathan
Move modified files to template was created by Herb Trevathan
Dam,

Can I move files into my template folder from Membership Pro? For example three of these I located quickly are all named ‘default.php’ so I can not copy the individual files into the same folder? Do I need to nest them or use a different folder structure?

Is there a way to add these to the template folder like the OS Property files moved into the html folder?

public_html/components/com_osmembership/views/categories/tmpl/default.php

public_html/components/com_osmembership/views/plans/tmpl/default.php

public_html/components/com_osmembership/views/register/tmpl/default.php

public_html/components/com_osmembership/views/common/default_plans.php

Thank You again for your help, I apologize if I missed this in the support docs for Membership Pro…

-Herb

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #59797 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Move modified files to template
Yes Herb. You can move these files to html/com_osmembership folder of your site with the follwing structure (basically, same above structure, just don't need tmpl folder:

public_html/templates/YOUR_TEMPLATE/html/com_osmembership/categories/default.php

public_html/templates/YOUR_TEMPLATE/html/com_osmembership/plans/default.php

public_html/templates/YOUR_TEMPLATE/html/com_osmembership/register/default.php

public_html/templates/YOUR_TEMPLATE/html/com_osmembership/common/default_plans.php


For more information about template override read Joomla offical documentation at docs.joomla.org/How_to_override_the_outp...rom_the_Joomla!_core

Tuan

Please Log in or Create an account to join the conversation.