Forum Replies Created
-
In reply to: Calling Loop in custom Page template?
thanks for the response! I just want the regular loop, I am going to add Thumbnails to it like in the guide above. Here is what I’ve been using, like i said it works on non bp themes perfect without bp installed. The first part works, but not the query for the loop
`<?php
/*
Template Name: blog_in_blog
*/get_header(); ?>
<?php // get the content of our "my blog page"
if ( have_posts() ) while ( have_posts() ) : the_post(); ?><div id="post-” >
<?php
query_posts(‘posts_per_page=3’);
rewind_posts();get_template_part( ‘loop’, ‘archive’ );
?>
`
Thanks again
In reply to: Calling Loop in custom Page template?also this isn’t a MS or MU site… Just a single blog
In reply to: Notification ProblemI am having the same problem as M W
“That bug fix 2191 did not work for me- I still have to go to the Friends tab on my member profile to make the notification go away- I would have liked for it to go away as soon as it was acknowledged (clicked on)”
Any solutions?
Thanks!
In reply to: Removing posts authors avatars…?Referring to the earlier post, This was the only div.post div.post-content I could find in the css and when changed to 0 it didn’t do anything
div.post div.post-content, div.comment-content {
margin-right: 105px;
margin-left: 0;
}Anyone? Thanks a bunch!
In reply to: Removing posts authors avatars…?Does this solution still work? I am using Current WP and BP version. I removed the author box div in single.php but I still I can’t find where to modify the CSS. Any help would be appreciated ,thanks!
In reply to: Limit Blog Creation to Admins@JohnJamesJoacoby
Any update on a possible plugin?
Thanks!
In reply to: Default Buddypress theme as members blog theme?Thank you so much!!!!!
In reply to: Default Buddypress theme as members blog theme?anybody?
In reply to: Default Buddypress theme as members blog theme?Note I am using the old default them (the orange one!)
In reply to: Friend request – wp-login redirects?Hi,
I am having the same problem. I am running the latest version of Buddy Press and WordPress MU 2.8.4.
Any help would be greatly appreciated, Thanks!
In reply to: Trouble with accepting friendship requestsAny ideas anyone?
In reply to: Trouble with accepting friendship requestsThe plugins I am using are:
Bp Paginated posts
Buddypress facebook connect
Fast and secure form
BP Groupblog
WP Super Cache
Si-Captcha
Unfiltered MU
In reply to: Trouble with accepting friendship requestsYes I am using the Default theme
In reply to: Embedding in forums and site wide activityYep thats exactly what I mean!