pwizard
Forum Replies Created
-
What you CAN tell me is this:
Does the BUDDYPRESS function code show the avatar AND the user’s name below the Avatar (like your default method)…but all links to the buddypress profile page? I don’t know much coding but looking that this it appears is does NOT show the user’s name.
Then I will know that if it doesn’t then the buddypress solution is not a complete solution and that I already have your function working as you intended it not expecting anything more from it.
- This reply was modified 3 years, 6 months ago by pwizard.
Ruben
They tell me the same thing to contact author of gamipress. Anyway, I got it to work almost as is, just changing bp_core part to “wps_profile_link”.
return '<li><a href="' . wps_profile_link( $user_id ) . '">' . user_avatar( $user_id ) . '</a></li>';
It shows the Avatar and it clicks through to the Profile page. But the USER’s name does not appear below the Avatar. Is that the same way it works with the bbpress code?
If not, can you tell me how to change the 2nd line to include the person’s name in the href link? (assuming it is “wps_name” for example.) I can figure out the call for the name, but don’t know how to program it with commas and quotation marks.
I appreciate it.
Vincent
- This reply was modified 3 years, 6 months ago by pwizard.
Ruben
I mentioned on another post here that we use WPSymposium Pro which is a BuddyPress clone, and you don’t support it.
Do you know of that code is only one thing needs to be changed such as “bp_core_get_user_domain” to get it to work with WPS?
It is similar in that is uses a Profile page.
Thanks
Well I got it partially working anyway. Like facebook and buddypress there are “activity posts”.
Publish a new posts of a type (select ACTIVITY from dropdown) does work at least.
Thank you
Ruben
I just figured it out and you beat me to a response. It is working. I also learned Debug mode opens some new links.
When I look at the STEPS link on the left side…and open up each step, I notice the ACHIEVEMENT TYPE is empty and Points are 0. Shouldn’t these match what I set up in the Badge? Should I fill in these?
Ruben
I had tried switching themes and disabling plugins.
Actually, what doesn’t work are PREMIUM Add-Ons and Assets. The other ones work. I’ll just go to the links.
Same with Assets
Yea, we paid for it too and get no responses on tickets. This is not a very good sign. But mine is just a few days. Jan 16th is ridiculous.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Can’t show more than 8 coursesYeah, it’s my theme DIVI. I guess your answer would be that the theme is unsupported.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Custom Redirect PageNever mind, found confirmation_url
Forum: Plugins
In reply to: [Nav Menu Roles] Minimum Roles not workingThank you for that information.
This was s2member response:
“Level 2 would have level 1 access capability, not role. The menu nav condition should be based on access capabilities rather than roles, if you want the incremental access.
https://s2member.com/kb-article/s2member-rolescapabilities/
I guess I can figure this out from here.
Thanks
Forum: Plugins
In reply to: [Nav Menu Roles] Minimum Roles not workingI have a plugin called USER ROLE EDITOR
I am looking at the core. I click s2member level 1
Boxes are checked for access to level 1 and level 0
If I click level 3, it shows levels 0 through 3.
I may be talking above my knowledge, but it looks like it’s already there.
Forum: Plugins
In reply to: [Nav Menu Roles] Minimum Roles not working“I took the liberty of installing s2 member.”
You didn’t need my permission ??
Perhaps s2member works differenly. Normally, users that can access level 2 have no problem asscessing content for level 1. However it’s done with shortcodes.
Since you installed it, you can look at s2member / api scripting
or take a look here
https://s2member.com/kb-article/s2if-simple-shortcode-conditionals/
s2member does have it’s own alternate view protection for members. Your plugin adds some more flexibility.
So I guess I’ll just stick with s2member’s own protection rather than play around with it’s core.
I appreciate the support anyway.
- This reply was modified 3 years, 8 months ago by pwizard.
Forum: Plugins
In reply to: [Nav Menu Roles] Minimum Roles not workingNothing has changed.
Level 1-4 equates to something like
Bronze / Silver / Gold / Platinum
The pages have a level of protection by s2member. Maybe there’s a conflict somewhere. Above my pay grade.