Support Forum
I'm trying to replicate the users profile page that both xenoforo and WBB have, As the SP profile page is a bit plain 🙁
Example:
https://www.woltlab.com/user/1.....ert/#about
It would seem that integrating buddypress as my users default profile page may help by adding an activity feed and (as far as i've read) the ability to follower other users on the forum.
In any event - When I enable buddypress integration and set the profiles page to use budypress - I get a 404 error. Can somebody please help me sort this out or offer an alternative solution to buddypress to improve the users profile page? (not the edit profile page )
http://www.straighttothepint.com/forums/
Thanks
Well...If I have to create a custom spProfileShow.php page to display the profile as I want it, I suppose I can manage that in the long term.
What I really need to figure out and should definately be within the scope of support here - My buddypgress integration (specifically > Profiles > Profile options > Display Profile Mode ) is not working with BuddyPress....
there is a whole api around the profile page and adding tabs and/or menus... check out the sp-api-profile.php file.. you will see methods for adding/removing tabs and menus... and we can of course provide more help on it since codex page not ready yet...
can you provide more info on what you mean by buddypress integration not working??? do you have the buddypress integration plugin installed? the admin page you mention is not related at all to that... its for having our profile links (such as the hover on avatars) redirect to the buddypress profile page instead of forum profile page... but doesnt cause any kind of data sharing...
Visit Cruise Talk Central and Mr Papa's World
I do have the buddypress plugin installed on my wordpress site and the sp buddypress plugin activated as well. I will look into the sp-api-profile.php file in the mean time and check out the codex, but it's difficult to test if it's not working.
If it's simply redirecting - then it's not working i'm afraid.
just to reiterate, the buddypress integration and that option in the profile admin are unrelated... the option only redirects... the integration plugin is for sharing of data...
so what does the profile link actually link to and what does it do when clicked? my use of redirect was probably not the correct term... it does not redirect, it replaces the url of the link... hence my question of what it is linked to... can you point me to an example...
and also, it works only on the display of a users profile, not the edit... there is a separate option you can use to change the url to the buddypress profile page for edit profile links (such as the button in forum header)...
Visit Cruise Talk Central and Mr Papa's World
The profile link "re-directs" to the following url:
http://www.straighttothepint.c.....e/profile/
Which of course leads me to a 404 page. I have wp super cache enabled, but the forum directory is set as an exclusion with the plugin. (Also tried disabling it for the record) I'm aware it only effects the display of users profiles, that is what I'm trying to get working, as I am fine with the edit profile page as is.
It should be pulling information in from the following page, right?
http://www.straighttothepint.c.....rionoskae/
Can you not replicate this on your end?
I am not too sure how quickly Steve might get to this issue at the moment so it might be up to me. If that is the case then please bear with me as I have never used or tried BuddyPress and will need to install it and learn a bit about it so that I can perhaps understand your problem which - at the moment of course - I just do not! But I will do my best of necessary.
YELLOW
SWORDFISH
|
not sure what you mean by exclusion with the plugin... our url change is hardcoded to be the standard buddypress profile page... if you have changed that with plugin or other, afraid that wont work...
at least not directly... we do provide a filter on the bp profile url, so you can alter it... the filter is: sph_buddypress_profile... the filter looks like:
$site = apply_filters('sph_buddypress_profile', $site, $user);
where $site is our url and $user is the user object... so you can build your own profile url...
@yellow-swordfish can give you more specific example if needed - sorry, heading out for a cruise vacation...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)