-
duncan posted on the forum topic why must there be _e() everywhere? (a newbie writes) in the group Miscellaneous: 13 years, 10 months ago
Thanks very much!
Your advice led me here:
https://codex.wordpress.org/I18n_for_WordPress_Developers
which helped clear up the finer points. And what that mysterious thing I kept ignorning, ‘I18n’, means… ๐
-
iamsincere posted on the forum topic How to get 'edit profile', 'change avatar', 'notification settings' etc on the same page? in the group How-To and Troubleshooting: 13 years, 11 months ago
I would also like to know how this works,. I’ve been wrecking my brain on it for some time now. I think its a lot easier for the user to have everything in one place. @boone i read where you said they wuld hve to go thrugh the same html form, but what if you tabbed […]
-
idotter posted on the forum topic Features for BuddyPress in the group Requests & Feedback: 14 years ago
@Boone Gorges You should do a frontend for this, so every user could paste it’s rss feeds and aggregate them into activity stream …
It’s really great, but i’m no coder ๐ -
holisticmama posted on the forum topic I cannot post forum topics? in the group How-To and Troubleshooting: 14 years, 1 month ago
@Boone Gorges Yes it was all done via the wp dashboard, with a new bbPress install. I do have a bb-config.php file in my site’s root WP installation. It has the correct database information, except password, I updated the password, but still nothing will post on the forums. The databases are all there and all begin […]
-
hnla posted on the forum topic Please add Delete to activity stream in the group Requests & Feedback: 14 years, 1 month ago
I think that the complexities of working on this site hosted on Automattics servers is not as easy as would be one of our own sites. There are a plans to do a fair bit of work as to the hold up on that I can’t say, I suggest that we badger @Boone in the Ninja […]
-
Jenny posted on the forum topic Make a different profile page for a special user in the group How-To and Troubleshooting: 14 years, 2 months ago
Thanks, @Boone Gorges, but creating a template will be a even more complicated project for me. Iet me try the would-be-simple way first. @Roger, @hnla, thanks! but I need more details to get the job done. Would you please help me check what’s wrong with the following code? the stuffs in the else { } still gets loaded […]
-
Youngmicroserf posted on the forum topic How to Remove and Add Items in "bp_get_displayed_user_nav" in the group How-To and Troubleshooting: 14 years, 2 months ago
@Boone Gorges, using bp_core_remove_nav_item( ‘blogs’ ) at bp_setup_nav didn’t work for me. But putting it in mariochampions function right after “global $bp” did – any idea why? @mariochampion, sorry, but I’m new to BP, and I can’t find the xprofile-settings.php you’re referring to above – could you give me a hand? Could you also indicate where you […]
-
OnlyBlue posted on the forum topic The order of the plugins in the group Third Party Components & Plugins: 14 years, 2 months ago
@Boone Gorges
Thanks a lot. -
ericreynolds007 posted on the forum topic invite anyone at Group-Creation-Process ? in the group Invite Anyone: 14 years, 2 months ago
@boone Hi Boone, I hope you’re doing well. Thank you very much for the Invite Anyone plugin. It worked like a charm until I added r-a-y’s autocomplete fix to my theme’s function.php files. Any chance you can look at the coding below and tell me why it conflicts with your Invite Only autocomplete function during the […]
-
ri-kun posted on the forum topic How to Remove and Add Items in "bp_get_displayed_user_nav" in the group How-To and Troubleshooting: 14 years, 2 months ago
Thanks for the response @Boone Gorges Can you also please please please answer the 2nd question?: 2. This is an off topic but I wanted to get the code for the โMessageโ. I mean I wanted to put the link of the messages on each users sidebar. Like they can see anywhere they go in the […]
-
yunus posted on the forum topic How can I set "Show NewBlogPosts" as default on acitivity-stream? in the group How-To and Troubleshooting: 14 years, 3 months ago
ok i got my hands dirty and went in.. went in deeep ! Found out that multiple args are in fact supported. I used the following query with the function @boone provided above to show only activity updates and new members $query_string .= ‘&type=activity_update,new_member&action=activity_update,new_member’; Now i dont know what exactly is “type” so i…[Read more]
-
yunus posted on the forum topic How can I set "Show NewBlogPosts" as default on acitivity-stream? in the group How-To and Troubleshooting: 14 years, 3 months ago
-
Roger Coathup posted on the forum topic Updates Only in Activity Stream in the group How-To and Troubleshooting: 14 years, 4 months ago
๐ I’m no fan of hiding things with CSS – the code is still ‘cluttering’ up the html – best to remove it in the html/php source file.
Thanks for the lead on the suggestions from @boone using custom filters in the functions.php file.
-
Korhan Ekinci posted on the forum topic Updates Only in Activity Stream in the group How-To and Troubleshooting: 14 years, 4 months ago
Hello, Thnx Roger. I did make some research and found this post: https://buddypress.org/community/groups/creating-extending/forum/topic/how-to-add-per_page35-without-messing-up-load-more-link/ Since I also have this code in my activity-loop.php: php if ( bp_has_activities( bp_ajax_querystring( โactivityโ ) ) ) : Thanks to @Boone : htt…[Read more]
-
Pedro Miguel posted on the forum topic How to integrate cubepoints? in the group Invite Anyone: 14 years, 4 months ago
-
Erich73 posted on the forum topic Send Invites support in the group BuddyPress Followers: 14 years, 5 months ago
-
pcwriter posted on the forum topic How to integrate cubepoints? in the group Invite Anyone: 14 years, 5 months ago
Congrats!
-
kaneesha posted on the forum topic How to remove those brackets ? in the group How-To and Troubleshooting: 14 years, 6 months ago
@Boone Gorges okay i started to edit the renamed .pot file as described, after that i did a search with google for an alternative way to convert .po in .mo because it was somehow not possible to execute the msgfmt (according to the codex) command with terminal , so i found poedit, well, poedit crashed two […]
-
Afoka posted on the forum topic Hidden blog posts from private blogs in sidewide activity stream in the group How-To and Troubleshooting: 14 years, 6 months ago
@Boone Gorges, well I do have the same problem in BuddyPress 1.2.3 . I can find the rule in /bp-blogs/bp-blogs-classes, but…… the file bp-activity (in the root of BuddyPress) changed so much, that i don’t know where to find the rules like you’ve discribed. Will you help me again? Or maybe you know if there is […]
-
Sarah Gooding posted on the forum topic Can you run multiple profile loops in single/profile-loop.php ? in the group How-To and Troubleshooting: 14 years, 6 months ago
@Boone Gorges – thanks for putting me on the right track. I’m still not getting it right. Forgive me if this is really wonky: So I’m in the edit.php file and after this part: if ( bp_has_profile( ‘profile_group_id=’ . bp_get_current_profile_group_id() ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); I have added the following: if ( […]
- Load More
@boone
Not recently active