Search Results for 'buddypress'
-
AuthorSearch Results
-
May 19, 2009 at 4:04 am #45637
In reply to: RC2 Upgrade issues
dbascent94
ParticipantHi Jeff,
Sorry for my absence, it has been a busy few weeks. Susequent to my last post I have installed and reinstalled bbPress several times. Everytime I am able to get integration working fine. Login in both BuddyPress and bbPress is synchronized, posts made in groups show up in bbPress. Posts made in bbPress show up in BuddyPress groups. All copacetic.
The problem is that none of that activity is recorded in the site wide activity widget. Bummer. I have deactivated the forums system for the time being.
I am running WPMu 2.7.1 and BuddyPress 1.0 with bbPress 1.0 alpha 6.
Thanks for your interest.
May 19, 2009 at 3:19 am #45635In reply to: New Twitter Plugin for BuddyPress
Mark
Participant@Scotm : You’re using P2 as your home theme – is there way for users to get to their Settings page (as seen in the default BP theme) ? I ask because in order to tweet to Twitter a username and password is required, so a user has to configure that somewhere first.
With this plugin, it adds a new item to the Settings menu so that users can config their username and password. So if you’re somehow integrating the Settings menu into your site and users can access it to configure their Twitter login info then I can add a template tag that can be used in P2 so that you can easily add the required HTML elements to your P2 post form to cause a ‘tweet to twitter’ feature to work pretty easily.
So in short it’d work like this: You include the template tag in your post form template code and that tag will insert a checkbox that says something like “Also tweet this to Twitter”. If the user checks the box when making a post then a tweet will be sent to Twitter. And if they don’t have their Twitter login info configured then the checkbox won’t even appear in the form. Instead there would be a short message like “You can tweet this to Twitter if you configure your Twitter user name and password in your profile settings”
May 19, 2009 at 3:05 am #45633In reply to: New Twitter Plugin for BuddyPress
Mark
ParticipantTweet search widget for blog sidebars is complete. On to P2 integration possibilities….
May 19, 2009 at 3:03 am #45632In reply to: Buddypress.org profile layout theme, I want it!
takuya
ParticipantThis is probably the 3rd post asking about buddypress.org theme. People should search carefully before posting.
There’re millions of css resources and samples on the net, and one can easily create or at least change a part of the theme to what they want. bp has custom.css and site-wide.css system which you can add/override css.
May 19, 2009 at 1:46 am #45630In reply to: New Twitter Plugin for BuddyPress
Mark
ParticipantTweet from Wire added today. Working on search for a sidebar widget now. Then we’ll have a look at P2 integration needs.
May 19, 2009 at 12:54 am #45629In reply to: Buddypress.org profile layout theme, I want it!
jfcarter
ParticipantI like the default member theme and appreciate all of Andy’s hard work. I’m sure there are many more excellent updates to come!
My $.02
May 18, 2009 at 10:21 pm #45626In reply to: BuddyPress and Multi-Site issues
Marcin Biegun
Participantit seems that there is problem with storing of user activity, any help with coding or testing?
May 18, 2009 at 10:04 pm #45625In reply to: bbPress Force Login for Buddypress
gaetanbuddypress
ParticipantHello!
I’ve just tried this plugin: https://buddypress.org/forums/topic.php?id=381#post-1515
And it’s actually not working. When I activate the plugin, the group forums disappear in all BP groups.
Moreover, When I check the admin page of each BP groups, I can’t see the “activate forum option” anymore.
I’ve tried to place the plugin in both bb-plugins and my-plugins directories.
I’m using:
WPmu 2.7.1
BP 1.0 (oh yeah!
)bbpress 1.0 alpha 6
Am I the only one having this problem? Maybe the plugin is not working with the last version of BP?
Thanks a lot!!
Gaetan
May 18, 2009 at 9:33 pm #45624In reply to: BuddyPress and Multi-Site issues
Marcin Biegun
ParticipantTo divide groups: suppose that similiar:
-…
– change in bp-groups.php groups_Setup_globals function:
<br />
$bp->groups->table_name = $wpdb->base_prefix . BP_ROOT_BLOG . '_' . 'bp_groups';<br />
$bp->groups->table_name_members = $wpdb->base_prefix . BP_ROOT_BLOG . '_' . 'bp_groups_members';<br />
$bp->groups->table_name_groupmeta = $wpdb->base_prefix . BP_ROOT_BLOG . '_' . 'bp_groups_groupmeta';<br />(not checked)
Making bp-messages and bp-xprofile sites-ready should be similiar but in my case i will let them be global.
May 18, 2009 at 9:28 pm #45623In reply to: BuddyPress and Multi-Site issues
Marcin Biegun
ParticipantTo divide blogs:
– described above change to bp-core
– change in bp-blogs.php bp_blogs_setup_globals function:
$bp->blogs->table_name = $wpdb->base_prefix . BP_ROOT_BLOG . '_' . 'bp_user_blogs';
$bp->blogs->table_name_blog_posts = $wpdb->base_prefix . BP_ROOT_BLOG . '_' . 'bp_user_blogs_posts';
$bp->blogs->table_name_blog_comments = $wpdb->base_prefix . BP_ROOT_BLOG . '_' . 'bp_user_blogs_comments';
$bp->blogs->table_name_blogmeta = $wpdb->base_prefix . BP_ROOT_BLOG . '_' . 'bp_user_blogs_blogmeta';
May 18, 2009 at 9:15 pm #45622In reply to: BuddyPress and Multi-Site issues
Marcin Biegun
ParticipantHow to separate activity for each site:
– similiar change to bp-core.php as above
– change in bp-activity.php function bp_activity_setup_globals()
$bp->activity->table_name_user_activity = $wpdb->base_prefix . BP_ROOT_BLOG . '_' . 'bp_activity_user_activity';
$bp->activity->table_name_user_activity_cached = $wpdb->base_prefix . BP_ROOT_BLOG . '_' . 'bp_activity_user_activity_cached';
$bp->activity->table_name_sitewide = $wpdb->base_prefix . BP_ROOT_BLOG . '_' . 'bp_activity_sitewide';
-i don’t know why, but there was also necessary to comment this lines in bp-activity-classes.php function save() (what, as i suppose, may cause some problems):
//if ( !$this->item_id || !$this->user_id || $this->is_private || !$this->component_name )
//return false;
May 18, 2009 at 8:59 pm #45621In reply to: bp.org/blog RSS subscription to google reader
Lance Willett
ParticipantFor blog posts, subscribe to https://buddypress.org/feed/.
The site-wide activity feed is https://buddypress.org/activity/feed.
May 18, 2009 at 8:59 pm #45620In reply to: BuddyPress Showoff: Post your links
2917214
InactiveIn beta mode:
May 18, 2009 at 8:40 pm #45618In reply to: BuddyPress Showoff: Post your links
abcde666
Participant@Mixicoverdad
I just clicked on your website.
Is your website really being hacked ?
If yes, then it seems BuddyPress is not really save !???
May 18, 2009 at 7:33 pm #45616In reply to: Blogs disappear from the buddypress user blog list
suleiman
Participantgood call djpaul, just wanting to post an update incase anyone else visited this thread with the same issue, that it is in fact still a problem for me running the latest version of BP and wpmu. I’ll start a new thread and link it back to here.
May 18, 2009 at 7:19 pm #45614In reply to: Using BuddyPress “home” theme as “member” theme
lkinnyc
ParticipantI have the same question. I’d like to add a bit to the standard template then have that template be the default template for people who create a blog. So, they will be able to make posts but not change the template.
May 18, 2009 at 7:13 pm #45613In reply to: Buddypress.org profile layout theme, I want it!
ndrwld
ParticipantI’ve one really important question – Can we use certain CSS code pieces of buddypress.org theme in our themes?
May 18, 2009 at 6:43 pm #45612In reply to: Re-submit friend request
Jeff Sayre
ParticipantMike-
You pose a good question. It would be useful to have the ability to re-request friendship, or at least nudge a given person to reconsider.
Of course, as you suggest, there may be other issues like the original email was overlooked or filtered out as spam and never seen. In this case, there’s not much that can been done, especially if a member does not check their profile on a regular basis.
But having a feature to re-request action or an admin-configurable setting that will auto-remind members every week or month to visit their profile would be a nice addition to the platform.
I suggest creating a new enhancement ticket in trac.
May 18, 2009 at 6:20 pm #45610In reply to: Permalinks not working in BuddyPress 1.0 install
Javajoba
ParticipantI had some luck unpluging some plugins.
May 18, 2009 at 5:57 pm #45609In reply to: Translation files not being picked up
Lance Willett
ParticipantHi Philpeter,
The language files go only in
/wp-content/plugins/buddypress/bp-languages(do not create this folder, use the existing one) and should not be copied or placed anywhere else.Move your “bp-custom.php” file out of
/wp-content/plugins/buddypress/and into/wp-content/plugins/.If you are still having trouble, make sure the MO version of the file was created correctly.
May 18, 2009 at 5:26 pm #45608In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
2744569
InactiveHi again, I have slightly changed the mu-plugins/wpmu-signup-captcha.php to fit better on signup page’s design, if anyone interested you can change the lines 37-51 to the following.
<style>
.captcha_img {
display: inline!important;
float: left!important;
margin-left:10px!important;
border: 1px solid #888a85;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
.captcha_label {
display: inline!important;
float: left!important;
line-height: 50px!important;
}
</style>
<div class='field-box'>
<div class="extra-field">
<div <?php echo($error ? 'class="error"' : '') ?>>
<?php if($error){ echo $error; } ?>
</div>
<div class="signup-label">
<label class="signup-label captcha_label">
<?php _e('Verification:')?>
</label>
<img class="captcha_img" src="wp-captcha.php?rand=<?php echo rand(0,999999)?>" alt="Captcha code" border="0" />
<input maxlength="12" name="captcha" type="text" value="" />
</div>
</div>
</div>i put the styles in php file which is a bad practice but you can always take them yo your custom.css file.
May 18, 2009 at 3:46 pm #45604In reply to: Buddypress.org profile layout theme, I want it!
David Mazza
ParticipantI also realized why I hated the default member theme so much. For some reason in Firefox 3.5b4 on mac all the font on the member theme is huge. I don’t know if anyone else has had this problem, but it is fine in Safari. It actually looks really nice in Safari.
May 18, 2009 at 3:40 pm #45603In reply to: Buddypress.org profile layout theme, I want it!
David Mazza
ParticipantThanks for the links.
I have seen the horizontal design as well, and I don’t especially care for that either. I have determined for my purposes that I don’t need that navigation at all.
That is an awesome facebook theme, but I don’t literally mean that I want it to look like facebook, I just want it to function more like facebook. Facebook has a very minimal amount of navigation by putting everything into “apps.” I don’t want to do that, but I also don’t think I need navigation just to see each of my friends’ events, groups etc. I am just interested in seeing who is attending each individual event, or who is a member of each individual group.
My ideal design is this: The front page lists upcoming events, new groups and recent activity including blog entries, which is already possible. The top navigation remains the way it is with links to each component. I can see my own profile and friends’ profiles. I can see a list of all events, all groups, and within those events and groups I can see who is attending. Finally, each group has events and a blog. Each blog is primarily used to talk about and link to the group’s events. I guess that is exactly what we already have, but I feel like the default design is almost too much functionality for my needs.
I think I am going to take apart the default member theme and show you what I mean. Then we can go from there, because I think a lot of people might like a more simple member theme.
May 18, 2009 at 3:39 pm #45602In reply to: Problem with News CSS
Jeff Sayre
ParticipantTutsie-
Great! I’m glad you’re back in business.
As you’ve discovered, one of the first places to look when having BuddyPress issues is possible plugin conflicts.
May 18, 2009 at 3:22 pm #45601In reply to: Avatar upload failed
Jeff Sayre
ParticipantPhilpeter-
This clearly looks like a permissions-based issue. A couple of questions:
- What are the permissions for blog.dir?
- What, if any, errors are showing up in your log files?
- Have you tried disabling all plugins except BuddyPress and switching to the default themes?
-
AuthorSearch Results