Forum Replies Created
-
Author
-
creativesinsideParticipant
I’m trying this to no avail:
function bp_the_notification_avatar() {
echo bp_get_the_notification_avatar();
}function bp_get_the_notification_avatar() {
$bp = buddypress();
$user_id = $bp->notifications->query_loop->notification->secondary_item_id;
echo bp_activity_avatar( array( ‘user_id’ => $user_id ) ); }Ok so … I need to access the database?
creativesinsideParticipantIs this the best method for allowing all users to Post Articles?
With giving them authorship and then using a plugin to hide the admin bar?
Thanks!
creativesinsideParticipantI deployed the theme again at a test location and believe I figured it out!
Thanks!
Can you mark this thread as private please?
Thanks!
creativesinsideParticipantThe top bar is now below the menu and the breadcrumb is there. The title of the page is “Slider Test.”
I want my main page slider to look exactly like: http://seventhqueen.com/themes/kleo/home-default
Thanks again!
creativesinsideParticipantThat is great because I only want to imitate the full-screen slider on the home page.
However even when editing the page … which is actually a test page.
By setting no breadcrumb and no top bar in the page settings as demonstrated in the attached images, they are still visible.
Thanks!
Attachments:
You must be logged in to view attached files.creativesinsideParticipantNevermind I figured it out! Had to add the logout from Appearance/Menu/Buddypress/Logout
creativesinsideParticipantSorry correction! It might be best to change them to Customer using Bulk Apply.
😀
creativesinsideParticipantNevermind I got it but if anyone else freaks out!
If you manually add members through the admin set their “Role” as “No Role for This Site”
This does not apply to Forum Roles.
😀
creativesinsideParticipantOh Cool! I see what the issue for me was…
When logged into admin … the default Edit My Profile takes you to the standard wordpress admin user profile. So I had to click the second profile and edit as demonstrated in the pic.
Attachments:
You must be logged in to view attached files.creativesinsideParticipantHi! Just bought this theme! So I am a bit confused! Since there are different membership levels … each one would have different abilities right??? Isn’t that the point?
So I have to use custom code as in above in order to do this?
There is not some easy way in the theme?
They all automatically have the same features?
-
AuthorPosts