Search Results for 'buddypress'
-
AuthorSearch Results
-
April 5, 2010 at 7:38 am #71767
In reply to: Achievements or other reward system?
stwc
ParticipantReally looking forward to the new Achievements. I’m launching a new Buddypress site for an existing forum I run that is based around gaming, and they’ll love having achievements within the community too! (Especially the obsessive types that spend way too much time getting every single TF2 and L4D2 achievement on Steam…)
April 5, 2010 at 6:18 am #71766In reply to: 404 Page Not Found Issues – Mod Rewrite
paulellis55
MemberRan into the same issue of 404 Not Found after activating BuddyPress on my WP installation on Ubuntu 9.10. Looks like the default Apache installation didn’t have mod_rewrite enabled.
To address this I did the following:
– sudo a3enmod rewrite
– sudo apache2ctl restart
– put .htaccess in my WordPress directory (/var/www) :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
– put the following in /etc/apache2/apache2.conf
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride all
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride FileInfo Options
Order allow,deny
allow from all
</Directory>
I haven’t tested to see if this is all needed or not, but that’s what my site has configured now and it appears to fix the issue.
April 5, 2010 at 6:00 am #71764In reply to: Buddypress gifts component
warut
Participant@deities1 thanks for comment
first version i dont cleanup the code (coding from skeleton comp) because i want to see what others think about it so i can correct and add function it should be.
do you have a example that gift was not show? name of user?
I test on my site, It can send to admin normally.
what do you mean “Gifts sent to him or myself simply don’t show”?
for sender activity stream it show gift that him send, including in public activity stream (like other activity stream). for this, I see activity stream have hide from public but not test it yet.
because i am coding badge plugin for budypress so maybe next sunday i will upload next version of bpgift (still confusing with subversion – -” ).
thing to do:
1. cleanup the code
2. hide stream from public (if possible)
3. deactivate plugin function
4. correct the bug (?)
others?
April 5, 2010 at 5:52 am #71762In reply to: Cincopa photo plugin is not a BP media component
@mercime
ParticipantI’m not aware of any precedent in plugins claiming to be BuddyPress compatible which aren’t
Mingle, a social networking WP plugin is one I’ve seen listed once a while in https://buddypress.org/extend/plugins/ when the plugin get’s updated. It doesn’t even claim to be BP compatible, it’s just tagged as buddypress.
April 5, 2010 at 4:27 am #71757In reply to: Buddypress gifts component
deities1
MemberVery promising plugin. A few issues I’ve found ….
The code to remove the “high-five” notification was commented out.
Gifts sent to my admin account don’t show under Gifts. This is happening for one of my users as well. Gifts sent to him or myself simply don’t show. It stills shows in the user activity stream who sent the gift however.
April 5, 2010 at 4:17 am #71756stwc
ParticipantFollow-on question! On the BP install I’m currently working on, the following long list of plugins (all of which seem to be working flawlessly activated non-sitewide) do not even offer the option for Site-wide Activation.
Is there a reason (or reasons) for that? Is there any possible downside? Or are they fine the way they are?
BP Group Management, BuddyPress Album+, BuddyPress Forums Extras main plugin (but not sub-plugins), BuddyPress Like, BuddyPress Links, BuddyPress Profile Privacy, BuddyPress Rate Forum Posts, Custom Profile Filters for BuddyPress, Enhanced BuddyPress Widgets, External Group Blogs (written by Andy!), Invite Anyone, oEmbed for BuddyPress, Welcome Pack and WP-FB-AutoConnect.
April 5, 2010 at 2:06 am #71753In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
ParticipantHey etiviti,
do you have a demo-page in order to see your plugin in action ?
Many thanks,
Demo site is up…
– (standard theme but with a few tweaks – which i outline on the site and blog)
though for some plugins you have to be logged in. (sorry another registration thing – too bad WP does not have their own auth service) I’ll also install a few other plugins which i have in the works now (nongroup support forum, group forum categorization, tags (widget, index) )
glad i did this – found a few bugs with my plugins and submitted some BP trac tickets
April 5, 2010 at 1:36 am #71751stwc
ParticipantI’ve just moved a localhost.localdomain install to a live server. It was easy as pie.
As I recall the steps: I moved the entire WPMU install to my live server, created an empty database. I exported my local database as SQL from PHPmyadmin, then opened up the export.sql file in Notepad++ and search-replaced all the URLs as necessary on the local file, then imported to the new, blank database.
I edited the wp-config file (and the bb-config as well) to update the db credentials and URLs, and almost everything just worked!
Once exception: I think I had to go into the Buddypress–>Forums setup and hit the button to setup the forums again for some reason, but after that, all was well.
The instructions here were helpful.
This would work moving between domains as well, of course.
April 5, 2010 at 1:31 am #71749stwc
ParticipantThanks for this clarification, guys. It was something I was wondering about too — the terminology had never been clear to me.
And I totally did not know this:
All BuddyPress plugins should be activated sitewide.
April 5, 2010 at 1:29 am #71748In reply to: BuddyPress-Links 0.3 FINAL is here at last
stwc
ParticipantJust a quick note @MrMaz, everything seems to be working as expected on a live install (after the fix foxley recommended) so I think my earlier issues were a combination of having Friends functionality switched off and working on a localhost install (there have been some minor strange things I’ve found doing that).
April 4, 2010 at 11:36 pm #71744In reply to: Install BuddyPress in a "sub-blog"
arthurfreitas
ParticipantThanks. I’m wait
April 4, 2010 at 11:29 pm #71743In reply to: Install BuddyPress in a "sub-blog"
r-a-y
KeymasterWait until BP 1.3 for official BP support for WP 3.0.
If you need this now, get WPMU and read the following codex article:
https://buddypress.org/forums/topic/install-bp-in-a-sub-blog
April 4, 2010 at 9:48 pm #71737In reply to: Sub blogs display name of home blog
Brajesh Singh
ParticipantGald It worked.
I see you have buddypress Installed on main site /center and enabled on the blogs using the config.
so, that’s why, It is showing the main site.
anyway, you can manage that using conditional like this
<?php
global $current_blog;
if($current_blog->blog_id != BP_ROOT_BLOG){
//remove action which was registerd by buddypress
remove_action( 'bp_adminbar_logo', 'bp_adminbar_logo' );
}
//add your own action here
add_action( 'bp_adminbar_logo', 'my_blog_logo' );
function my_blog_logo() {
echo '<a href="' . get_bloginfo('home') . '" id="admin-bar-logo">' . get_option('blogname') . '</a>';
}
?>That should do it.
April 4, 2010 at 9:26 pm #71734In reply to: Sub blogs display name of home blog
red46
ParticipantGot that working right. Now I have a new problem. The blog title is showing properly in the header but at the top, in the buddypress links, although it still shows the name of the home site the link is not.
If you’ll go to http://judysbookshop.com/wildcatmolds
You’ll see that the name WildCat Molds is properly showing and the link is the same page. That’s ok. But up at the top in the buddypress links you’ll see the name Crafters Center with the same link as the present page. I’d like it to link back to the home site.
How can I do that?
Thanks in advance.
April 4, 2010 at 8:45 pm #71727In reply to: Members Area
Brajesh Singh
ParticipantYou will need to enable permalink.
Please login to wp-admin and go to settings->permalinks and change the permalink structure. As far as i see, it seems you are single Wp and your permalink is not enabled. For buddypress, It is required to be different than the default. Change it to anything other than the default and It will work.
hope, It helps.
April 4, 2010 at 4:45 pm #71708In reply to: Automatic log in
hatiro
ParticipantThat is true if I clear the cookies and cache.
But what I usually find is that when I close the browser and then open again I usually have to log in again. On my buddypress site that is indeed the case but for buddypress.org it isn’t
I seem to be logged in to buddypress.org unless I clear the cookies or log out, regardless of closing the browser window and finishing the session or indeed rebooting…..
I only ask this as a lot of my users keep forgetting their passwords and this option would be great….
April 4, 2010 at 4:35 pm #71706Jeff Sayre
ParticipantAll BuddyPress plugins should be activated sitewide. Since they depend on BuddyPress, they will only work with BuddyPress. This means they will only work on whichever blog BuddyPress is associated. So, although they are technically activated sitewide, they only work on the main blog–the blog that BuddyPress works on.
Now non-admin users can see Facestream admin options in console.
Yes, that is a problem with that plugin.
April 4, 2010 at 4:30 pm #71705motomac
ParticipantThank you, Jeff.
Now these plugins are not visible for non-admin users, but after I activated them, they were activated sitewide. Is it right? I think these plugins should be activated only for main blog?
One more: Now non-admin users can see Facestream admin options in console. Is it plugin problem? All plugin options in console should be in the BuddyPress section?
I had written to many developers, but onle 1-2 fixed this. Another don’t know, how to make it.
April 4, 2010 at 4:26 pm #71704copywryter
MemberHiya, yes /community is a sub-blog, but not of a WPMU installation. Does that matter?
So on some level two independently installed blogs are controlled by a single wp-config.php file? I guess I don’t understand why they aren’t simply called up as distinct urls.
I’ll try editing the wp-config.php. Thanks!
*edit* no I guess I won’t, since I’m guessing that your fix works for MU sub-installations.
April 4, 2010 at 4:15 pm #71703In reply to: New Accounts
Jeff Sayre
ParticipantIf you are truly using the default BuddyPress theme, and are logged out, then you should see a login box / create a new account area near the upper right-hand corner of the homepage.
Look at http://testbp.org/ for an example
April 4, 2010 at 4:02 pm #71702Jeff Sayre
ParticipantThis is a simple fix. Sometimes BuddyPress plugin developers do not set the proper plugin header tag to make their BP-specific plugins activated sitewide–which means that everyone with a blog has access to the plugin and not just the Site Admin.
So, go to the main files of each of the plugins in question and look for this in the header:
Site Wide Only: falseIf you see that, then you make the following change:
Site Wide Only: trueOf course, if you do not even find that tag in the header section, then you add it.
BUT, before doing that, make sure you have deactivated the plugins in question. Once you’ve done that, make the change, save the file, reactivate, and it should now work sitewide only. This means that only the Site Admin will have access to the plugin settings and activation in the admin dashboard.
One final thing to do, since you’ve discovered this issue with these plugins, please help out the community by contacting each of the plugin developers and pointing them to this thread.
April 4, 2010 at 3:58 pm #71701In reply to: BuddyPress-Links 0.3 FINAL is here at last
agrundner
Member@MrMaz Great to hear 0.4 is just around the corner — I say wait until WP 3.0 is out for all around compatibility.
Feature Idea:
I really like the BP Group Blog plugin concept. I think Group Links would be awesome! This way each group can have one parent link category (or, optionally, be able to create additional subcategories for their group links as well). Of course, all Group Links would show up in the site’s activity stream and on the default Links Directory page.
What do you think?
April 4, 2010 at 3:15 pm #71699In reply to: Buddymatic 1.2
Mariusooms
ParticipantYellow notice at top in admin to “activate a BuddyPress compatible theme” remains present, even after child theme activation. Notice disappears when default BuddyPress theme is used.
@Ron R, @webfadds – Just add this to the style.css included in buddymatic, just below the other comments:
Tags: buddypress
April 4, 2010 at 1:26 pm #71693In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participantthere is no action on the forums/index.php theme page above the forum-loop. I think this might be an error though. So you would need to move
do_action( 'bp_directory_forums_content' )above the forums-loop divfor the desc, just wrap it in
bp_create_excerpt( $listing->forum_desc, 255)(where 255 is the limit – i’ll also add this to the forum index widget too)
April 4, 2010 at 12:27 pm #71687In reply to: [New Plugin] BuddyPress Group Forum Extras
melimelo
MemberHi,
In the forums index how can i set up an excerpt for the group description in “<small> – <?php echo $listing->forum_desc; ?></small>”. Some of the users use huge descriptions and i do not believe such long texts are required for the forum index. Thanks. Also (and I’m sure I’ve seen this elsewhere but cant seem to find it now, how could I put the index above the latest posts. My coding knowledge is quite limited, to say the least…
-
AuthorSearch Results