Ishimwe
I am a freelance Web developer with a pronounced emphasis on Wordpress/Buddypress/bbpress combo.
Interests
Programming and teaching
-
Ishimwe posted on the forum topic Wordpress 3.0 + Buddypress --- User Creation Problems? in the group How-To and Troubleshooting:
@JustinCA: here’s the solution. I have had the same issue for a long time until I came accross this small plugin. However, I hope you are descent enough to understand that nobody here ” owes you help”. The same goes for anyone who thinks along those lines. If I had been here 3 months ago, possibly [...]
-
Ishimwe posted an update in the group How-To and Troubleshooting:
I have installed wordpress in a subdirectory http://somewebsite.com/members/ and activated buddypress there. the http://somewebsite.com/members/members/ doesn’t work while http://somewebsite.com/members/groups/ does.
When I install let’s say http://somewebsite.com/community/ , http://somewebsite.com/community/members/ works perfectly. …[Read more]
-
Ishimwe joined the group Miscellaneous
-
Works like a charm for me!
WP 3.0 and Buddypress 1.3 in two steps:
1) Make sure upload_path option is set to wp-content/blogs.dir/1/files
2) in old .htaccess changeRewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 TO
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1
Works!
-
Ishimwe started the forum topic How do I check if a particular profile is a friend's? in the group How-To and Troubleshooting:
I am building a site with custom profile display. I want to display some content (Wordpress posts) only if the current profile (on which it is being displayed) is that of a friend. In other words, if the viewer is not my friend, they shouldn’t see posts I published. I am assuming an if, else [...]
-
Ishimwe posted on the forum topic Ho to get a user ID from the profile displayed URL in the group How-To and Troubleshooting:
With a bit of a thorough search I got it $bp->displayed_user->id , of course having declared $bp as global
Hope it may help someone else.
Used at http://www.wprooms.com/
-
Ishimwe joined the group How-To and Troubleshooting
-
Ishimwe started the forum topic Ho to get a user ID from the profile displayed URL in the group How-To and Troubleshooting:
I am working on a client’s site and I would to do the following: 1) I am on my own profile, I would see a list of posts I created (this is easy and I am done with it) 2) Now, when I am on someone else’s profile page say http://www.somesite.com/members/someguy/ I should see a [...]
-