Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you use a custom theme template, and want to use other views via the view menu. the links generated for the additional views will not use your template as the Home, or the uri base. It will use the profile prefix you set in your settings – which kind of defeats the purpose of using a custom page template because it will pop back out of the the template… I thought it might be a good idea to create a shortcode that will include the FEU and specify a view. that way you could create a series of pages using the template and pull a certain view based on the shortcode in the template. Have NO idea how to do this and I’m afraid of hacking the plugin core too much for obvious reasons. feature request?

    In 9-

    you have to edit the path of
    (stripos($_SERVER[‘REQUEST_URI’],’/profile/edit-your-profile’) !== false)

    to match either your page url (if using a theme template..) or your profile prefix.

    in your instructions on editing the path to the view settings.php you said you had to edit it directly in “front-end-users/lib/front_end_users.php” this is actually incorrect – this is to be edited in the functions.php page of your plugin. Another note.. your naming conventions need a little namespace work – you have two front_end_users.php pages in different directories and everything is generally a little messy. I only say this to help you improve the plugin because I’m going to be investing into it’s use heavily in the near future.

Viewing 3 replies - 1 through 3 (of 3 total)