Support is monitored from Monday to Saturday in office hours from the GMT timezone. Our response time can be up to 2 business days.

Notice: We do not accept any customization. Please Read Envato Support Policy. But we still can help with little snippets if that's possible!

Okay
  Print

How to override Youzify templates ?

You can edit some structure of Youzify pages (Activity, Profile, members directory etc) by override Youzify template files. You need to create a directory called ‘youzify’ inside your WordPress theme or Child Theme folder and placing all the template files you want to change inside that folder (preserving directories structure).

So your directory will look something like this:

"/wp-content/themes/your-theme/youzify/"

Example:

Let’s say you want to customize some text on Buddypress members directory page, you will be copying the file index.php which is located here:

"/wp-content/plugins/youzify/includes/public/templates/members/"

to here:

"/wp-content/themes/your-theme/youzify/members/"

Ps: You will find all Youzify templates on the path "youzify/includes/public/templates/"

Update: Since Youzify 3.0.0 version, We added support for bbPress Override template. You just need to create a folder named bbPress inside youziy folder.