- This topic has 1 reply, 2 voices, and was last updated 10 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Addon Related › emember extended profile – Customizing User list for Child Theme
Tagged: custom templates
I’d like to customize the user display from the eMember Extended Profile addon. Specifically, I want to wrap the user list in a
ul
tag and each user in li
tags instead of using an HTML table. I found that the file I need to edit is here:
plugins/emember-profile-extended/class.emember-profilex.list-table.php
But I’d like to keep the original file if I can and simply create an edited file in my child theme. Is this possible? If it is, what kind of file directory do I need to create in my child theme so this plugin reads my edited php file instead of the original? (I tried just placing a copy of the php file in my child theme and placing it in an “emember-profile-extended” folder in my child theme with no luck.)
Thanks.
The concept of child theme works really good for a theme (it doesn’t work the same way for a plugin). Think of that addon as a child theme/extension. You will normally update the core eMember plugin which doesn’t affect that addon. So it is okay for you to modify that addon/extension for this site.