-
Mine is neither a post type or a plugin. It’s just a simple function that adds some meta data and closes the post.
-
How would I go about creating a custom achievement? As on my site I have built a function that allows users to accept comments as accepted answers to questions (these are posts). So for example if someone successfully had there comment chosen then they would unlock an achievement for how many times they did it [...]
-
This works
global $bp; dpa_member_achievements_score( get_the_author_meta('id') ); -
It wouldn’t be displayed_user as it’s in the loop and NOT on a member page so therefore would be something like author_meta right?
-
e.g. code:
< ?php printf( __( '<strong>%s', 'buddypress' ), bp_core_get_userlink( $post->post_author ) ) ?> <div class="avatar"> <a class="user" title="" href="/members//"></a> </div> <a title="Points" href="/members//achievements/">0</a>I want to change that 0 to the number of points…[Read more]
-
Any updates? Just to clarify I’m wanting to show the points of the author of a post within the loop, so where it says there name and shows there avatar I would also like to show the points. Thanks.
-
On my website I want to show the points a user has next to their avatar in posts and comments throughout the site. How could I do this? Thanks
-
driz posted on the forum topic What template file is used for the account settings? in the group How-To and Troubleshooting:
:/ bugger why are they hard coded like that!
-
driz posted on the forum topic What template file is used for the account settings? in the group How-To and Troubleshooting:
Anyone know? Thanks
-
driz started the forum topic What template file is used for the account settings? in the group How-To and Troubleshooting:
I’m building a custom theme for a BuddyPress website but can’t locate the template file used for this page: /members/cameron/settings
I know the parent template is plugins.php but what about the actual content? Thanks
-
Thanks
Works fine! -
Any updates? Thanks
-
Is it possible to show notifications on a BuddyPress site when something new happens like a comment on a users post or new private message? So for example something like this:
Notifications ( 2 ) <a href="/2010/01/01/my-post/#comment-2">Cameron posted a comment on your post </a> <a href="...">Dave sent you a new private message </a>EDIT: Just…[Read more] -
This sounds awesome
Is there any word on when this will be available? -
Any updates? Thanks
-
driz posted on the forum topic Move administration to back-end and allow custom-templates in the group Achievements:
@Paul Didn’t know I could just copy files straight into my own theme
That’s good news! Regarding the admin stuff, while editing profiles may be done front-end, the actual creating the profile fields and that are done back-end. Considering that an admin STILL needs to go back-end to create posts and that, they can’t really [...] -
I have asked here if anyone has an answer: http://buddypress.org/community/groups/buddypress-like/forum/topic/show-like-outside-of-activity-stream/
-
From what I have seen of this plugin upon activation it adds the like button to the activity and when a user likes something it will like the activity and NOT the actual post is this correct? How can I add the Like button to my index loops for my custom post types and the [...]
-
driz joined the group BuddyPress Like
-
driz started the forum topic Move administration to back-end and allow custom-templates in the group Achievements:
Wouldn’t it be better if all the creation and editing of achievements was done in the back-end like all other plugins? It makes no sense that all other WP functionality and BP too are done in WP-Admin but the user has to jump to the front-end to manage achievements. The biggest issue this causes is [...]
- Load More