Search Results for 'buddypress'
-
AuthorSearch Results
-
April 18, 2010 at 6:20 pm #74079
In reply to: editing my existing template
annamack23
Membernevermind! I found it! I was editing files in the plugins/buddypress/bp-themes/ and bp-template-pack/templates directories
when i should have been in themes/themename/
April 18, 2010 at 6:19 pm #74078In reply to: Seo for Buddypress 1.0 beta
Anton
ParticipantSEO plays a big role in any website/social network/blog.
Your plugin makes the RT easier (don’t have to edit the title)! I use your plugin together with “all in one seo pack” to optimize the blog posts so now the front end pages are optimized and the blog posts!
April 18, 2010 at 5:39 pm #74074In reply to: 404 Error on buddypress links
Suave74
Member@Boone Gorges I just tried the second option Day and Name then clicked save changes, then test my site http://www.showboyz.net/blog and I get the same results 404 error on BP links page not found
April 18, 2010 at 5:37 pm #74073Ipstenu (Mika Epstein)
ParticipantOkay! I took a tip from https://buddypress.org/forums/topic/can-i-run-non-bp-theme-on-tld-and-bp-theme-on-subdomain-all-on-same-wpmu-install
Check this, I’m NOT using Blog #1 as my main blog (long story).
I put this in my wp-config.php and it’s working!
/** Buddy Press **/
define( 'BP_ROOT_BLOG', 3 );April 18, 2010 at 5:20 pm #74072Ipstenu (Mika Epstein)
ParticipantNo, BuddyPress works with MU. I have it working fine on an MU site. WPMU 2.9.2 and BP 1.2.3.
I see there are a few other posts with similar issues
https://buddypress.org/forums/topic/404-error-on-bp-links-1
https://buddypress.org/forums/topic/404-error-on-buddypress-links
These are for IIS – I’m not on IIS, I’m on Apache

https://buddypress.org/forums/topic/404-error-on-bp-links
https://buddypress.org/forums/topic/buddypress-menus-give-404s
I’m going to scrub my DB and try again.
April 18, 2010 at 5:09 pm #74070In reply to: Seo for Buddypress 1.0 beta
guigoz
MemberExact. I’m using the BuddyPress Widget Theme 1.2 (by modemlooper) for my site. And I must select a Page to my homepage. If I desactivate you plugin, the title is “Sitename / Home”, when a ativate the plugin : “Blog”.
How can I change this ?
Thanks. Guillaume.
April 18, 2010 at 3:42 pm #74065In reply to: 404 error on bp links
Boone Gorges
Keymaster@adiallo – It won’t do you any good to bump your post every few hours. This board isn’t well trafficked enough that you should expect an immediate response.
If you’re running standard (non-MU) WordPress, then you shouldn’t need the blog tracking feature. I’m not sure why BP is even trying to access wp_bp_user_blogs_blogmeta. When you go to Dashboard > BuddyPress > Component Setup, do you see a Blogs option? If so, disable it and see if it solves your problem.
If you’re still stuck, try a total reinstallation of BuddyPress. Delete the plugin and reinstall. If you’re *still* having problems, try deleting the plugin, then dropping the tables in the database that start with wp_bp_, THEN reactivating.
Or am I misunderstanding you and you’re actually running WPMU?
April 18, 2010 at 3:34 pm #74063In reply to: 404 Error on buddypress links
Boone Gorges
Keymaster@suave74 – Any permalink setting other than the default should work. Pick the second one, Day and Name, and see if you are successful.
April 18, 2010 at 3:31 pm #74062In reply to: BP Album+ || New Features Requests and Discussion
Gianfranco
Participant@foxly Well, at the least somebody points me to the right direction about that.
I did suspect that having WP in a subfolder I would run into all kinds of problems with BuddyPress as I go along. But didn’t know about setting it up in another way, since WP just works fine like that.
I will have a look at the youtube links you provide (didn’t do that yet).
Thanks again!
I will let you know…
April 18, 2010 at 3:15 pm #74057In reply to: BP Album+ || New Features Requests and Discussion
foxly
Participant1) You can’t just “switch” from version 0.1.7 to 0.1.9.2, because 0.1.9.2 doesn’t have an upgrade routine (because its a beta). If you install it on a server that already has a 0.1.7 install, all sorts of strange things will happen.
If you really, really want to upgrade to 0.1.9.2, you’ll have to delete all of your user’s uploaded images, delete all of 0.1.7’s database tables, then install 0.1.9.2; but for systems with existing users that have uploaded a lot of media, it’s probably just better to wait until we put out the next release version.
2) BP Album+ works just fine when you install WP in a subfolder. The reason it doesn’t work properly on *your* installation is because you’ve used some “hack” posted on the Internet to modify your installation to hide the subfolder from the URL displayed in the browser.
Guys, there is a lot of VERY BAD advice posted on the Internet about how you can cut and paste code into WordPress to do various things, and a lot of this advice is incomplete or wrong. The hack you’re using only handles *one* way plugins get the base URI, and as you install more plugins you will start to get all sorts of problems.
If you want to install WordPress in a subdirectory, the correct way to do it is to set it up as a virtual host in your apache config file, or using a redirect:
Redirect: (OK) http://www.youtube.com/watch?v=pC_HNbly6mI
Virtual host: (Best) http://www.youtube.com/watch?v=HW2xWJpjKQk
3) It’s relatively easy for us to make the URI’s to media items in BP Album+ configurable, no matter how somebody sets up a WP installation, if that’s what you guys want.
…but based on my research so far, we *cannot* fix the problem with images not showing up in the activity stream on WP installs that are a) in a subdirectory and b) not using a redirect or virtual host method of URL shortening, because of the way *BuddyPress* stores activity stream attachments.
How BP Album+ stores an image URI:
[$offset] + [ / album / 04 / kittens_15.jpg]
How the BuddyPress activity stream stores an image URI (last I checked…. I will research this more when I have time):
[ http://www.example.com/wp-content/blogs.dir/01/album/04/kittens_15.jpg ]
So when you use a hack to dynamically change your base URI, BP Album+ can handle it (because we dynamically generate the full URI), the BuddyPress activity stream cannot handle it (because it uses a static URI) and the activity stream post items break.
But the bottom line is, all of this is happening because you haven’t set up your WP installation properly and are using “hacks” off the Internet to mess with your site.
Set up your WP install properly, and you won’t have problems.
Thanks!
^F^
April 18, 2010 at 2:35 pm #74056In reply to: Terms of service for Buddypress
Gianfranco
ParticipantI was about to write a thread titled “We have our BP site up, should we use Terms Of Service”?
But since this thread’s here, no need to do that.
And, the WordPress.com resource is really what I was looking for. At the least as a base to be worked out to fit your particula site.
Once I customized mine, I will come here a provide the link to my TOS page, and it would be a nice idea if everybody else would do the same, so to share each other’s for inspiration.
What do you think?
April 18, 2010 at 2:24 pm #74055In reply to: 404 Error on buddypress links
adiallo
ParticipantI am having the same problem, I’ve been reading different thread and event started my own https://buddypress.org/forums/topic/404-error-on-bp-links-1 but nobody seems to know what is the problem.
We need the BP gurus to help us out please.
April 18, 2010 at 2:07 pm #74053Gianfranco
ParticipantI see you wrote an article on your blog inspired by this topic:
http://nahummadrid.com/blog/buddypress/so-your-bp-site-is-up-now-what
Thanks for providing the link back to here.
April 18, 2010 at 1:59 pm #74052Gianfranco
Participant@Dimensionmedia Nice and valuable list of tips, thanks.
I’m glad that my topic have generated such interesting discussions.
The community website I build up is for Cure fans (you know The Cure, right?), and since they all are already active on Facebook, MySpace and other existing (traditional) forums, it is quiet a bit of a challenge to bring them over to my site and actually use it.
The motivation that made me wanna do Cureuphoria (http://cureuphoria.com) is that I felt that althought many places already exist for Cure fans to interact, there isn’t a real Social Network with features “Ã la Facebook/MySpace” that is specifically built with that particular community in mind.
I feel that the major value of using BuddyPress, and the main difference with the above mentioned social networks is that you can offer basicly the same feautures, BUT in an environement created and adapted around a specific community, which is the strongest point to my opinion.
From look and feel, to functionalities, you can build something up that is indeed unique to a given community.
Something that a rather impersonal environement such as Facebook, is not able to offer.
For example, I used custom profile fields to build a Cure-oriented member profiles, because it is about The Cure, right?
You can check an example here: http://cureuphoria.com/gian, which is my profile, but you can go and see others too.
Also, because I believe the register page is a key page of the site, I designed a very simple, basic form with a prominent call to action button, and argued some benefits about registering and using the site, that would accompany the registration form.
And, because during the intial lunch phase you don’t see many members profile avatars active, I decides to design a visual graphic with different avatars in order to give the potential subscriber a feeling of community. To do so, I asked permissions to Facebook users (within the Cure fans community) to use their avatars, and they all agreed. That gave me already the possibility to communicate the existence of the new site to some.
By the way, this is the register page: http://cureuphoria.com/register
At the moment I did get quiet a few registrations in a week time period, but unfortunately, users don’t turn out to be as active as I expect them to be. So, beside the first point of bringing people in and register, the following point would be, how to make them use the website and be active? Maybe it takes time to achive that.
Maybe their passivity is due to the fact of being troubled by the slight diffrences with (again) Facebook, or other traditional forums structure.
I mean, the majority of other Cure forums out are built with calssical bulletin board systems, such as phpBB or vBulletin and are (sorry, but I need to say it) quiet ugly. Still they are widely populated with topics.
My users, I feel, are probably troubled by the Groups/Forums relation. Some posted on the Group homepage activity, thinking that it was answearing to a topic in the forum for that Group.
I mean, I do think that the Group/Forum as a value and I totally understand the principle behind it. But do my users?
In order to push them to post Topics that are not necessarily associated with a Group, I did create a Group called Open Topics, that would act as a general topic forum.
And, I wrote a sticky topic on “How to use Cureuphoria”, which you can find here, even if not finished yet at the moment of this writing: http://cureuphoria.com/groups/cureuphoria-feedback/forum/topic/how-to-use-cureuphoria-read-this/
I would like to have them create their own groups, write topics, invite their friends over and all that, instead of coming to the site, putting up a video form YouTube, add a friend and then leave to just check if something more exciting is happening after a day, and since it’s not the case, leave again.
Anyway, I don’t think there is a magic formula to make your BuddyPress site have the success you expect, but it is probably a lot of little things that need to be manged toghether, from design, to functionalities, to constant marketing (social public relationship). Or… something I am just missing.
I want to thank all of you who contributed to the topic. Keep it going: advices, ideas and thoughts about this are never enough.
April 18, 2010 at 12:45 pm #74042In reply to: Fatal Errors
Jeff Sayre
ParticipantWas this plugin working before and now it is not? If so, what has changed since then? Did you upgrade WPMU?
What versions of WP/MU and BuddyPress are you running?
If you look at the WP Plugin Repository for this plugin, others are having issues with it as well. I would suggest contacting the developer of the plugin and ask when they plan on updating it for the current versions of WP and BP.
April 18, 2010 at 12:01 pm #74040In reply to: BuddyPress-Links 0.4.x Releases and Support
5887735
InactiveI found the cause, Links does not work with WP File Cache.
April 18, 2010 at 11:57 am #74039In reply to: Seo for Buddypress 1.0 beta
Anonymous User 96400
InactiveI never said you shouldn’t optimize your site for SEO purposes. I just meant, that on most social sites it’s less important. Obviously there are exceptions. Now, when you add privacy control into the mix, basically making portions of your site private or semi-private, SEO will be even less important. That’s why I said you should mainly concentrate on the public pages (which will be the blog pages for most setups).
April 18, 2010 at 10:56 am #74033In reply to: BP Album+ || New Features Requests and Discussion
Gianfranco
Participant@foxly I am going to test the new beta, which looks promising.
I did installed it in the plugins directory along with the old one, and in order to test it (live site), I switch the folder name of the plugin to make it active (the old with the new). When I switch for the new (beta) I think that all the previously uploaded images are not there in profiles/photos. Does that mean that members need to re-upload again?
Othewise, there were a few fixes I needed to solve with the old plugin, mainly caused by the fact that my WP installation is in a SUBFOLDER (and surely enough, I am not the only one with such a setup). So please consider coding paths to file so that it works fine for both cases (WP in root and WP in subfolder).
You can find more about it here, with code fixes kindly provided by the other plugin author, Francesco.
The original thread was closed, don’t know why and don’t know by who, without a word to me:
https://buddypress.org/forums/topic/need-to-solve-2-problems-with-bp-album
This configuration and fixes surely apply to many other. (I am not the only one having WP in a sub folder, am I?).
Well, thanks for taking this into consideration for the next release.
April 18, 2010 at 10:28 am #74031In reply to: BuddyPress-Links 0.4.x Releases and Support
5887735
InactiveReceived this strange error after submitting a link:
Warning: array_map() [function.array-map]: Argument #2 should be an array in xxxxxxxxx/wp-content/plugins/buddypress-links/bp-links-core.php on line 1805
not yet active
Also, is there a way to change the default display on the widget from popular to newest?
April 18, 2010 at 8:46 am #74028In reply to: Seo for Buddypress 1.0 beta
Sven Lehnert
ParticipantIt should be under “General Seo / Main Blog / MAIN BLOG START or MAIN BLOG HOME.
It depends on the Page you selected as Home Page.
If your start page is the activity front page so you need to use MAIN BLOG HOME.
I will change the names and label it more clear in the next version.
%%forumtopictitle%% still does not work right…. I was to much in a hurry last week.
I will look into the forum tags more proper on Monday.
Hi Erich, you do not need to be afraid of anything.
There is no BLACKSEO in Seo for buddypress.
The only thing, the plugin does, is to offer the possibility to enter Title Description and Keywords for every specific part of your site.
This means the Buddypress pages, the main blog posts, pages and the mu blogs with posts, pages and so on.
There is no way to enter this important informations in a Buddypress environment. Thats the reason of the plugin. It does not deal with some illegal seo tricks.
Just what Google expect you to do.
I wrote a article on my blog, exactly about the need of seo in Buddypress
http://sven-lehnert.de/en/2010/01/02/seo-and-link-marketing-in-buddypress/
@Travel-Junkie
If you have a small blog, and your members are more or less fans of your blog or in a way followers, I think you are right.
But if you have a commercial site it looks different.
For example a social network about a town, with the artist of the town and the events of the town should be seo.
Every Member is a different artist, and goggle should know what kind of artist.
Also the events of the city, I like to find, and so they need seo.
Another example: I’m just developing a site for a political party. Thy want to have a social network to make communal politic.
For this they use Groups and GroupWiki.
Also every politician will have its own profile and blog. Of curse the politician profiles and all the rest need seo.
Otherwise thy would do their politics undercover.
I could give you aplenty of examples for what kind of community seo in buddypress is needed.
One of the main reasons I even want to use this is to stop BP from adding Title | Component | Title. Most RT an share buttons pull this title and it’s not very user friendly.
This is 100 % seo!
April 18, 2010 at 8:20 am #74026In reply to: Plugin Ideas Thread
stwc
ParticipantWishlist? Sounds familiar!
I’d like to have user’s last visit to forum threads saved in the database, so thread views and last comment-in-thread views would be independant of the computer or device they use to view the forums, and they can hop from computer to computer seamlessly when using the site.
I’d like a User Awards plugin, where the admin can award users for “X of The Week” or whatever. Maybe allow current user to choose the next one as an option. Award holders get a small overlay of a star or trophy or something on their avatar.
I’d like to have a Vanilla-like ‘whispers’ system in forum threads where users can direct a comment, inline in the thread, to another user (or users), and it’s only viewable by the recipient.
That’s all that comes to mind right this minute…
April 18, 2010 at 8:04 am #74025In reply to: Where in the Core Files is the Title Source Code?
stwc
ParticipantI’m personally having an issue with SEO for Buddypress — reported it here (http://sven-lehnert.de/en/2009/04/29/buddypress-plugin-seo-for-buddypress/) — where %%forumtopictitle%% brings back the most recent forum thread commented in rather than the thread currently being viewed.
April 18, 2010 at 7:29 am #74021In reply to: Where in the Core Files is the Title Source Code?
Sven Lehnert
Participantuse
add_filter('bp_page_title', 'your_new_function',0)What is wrong with SEO for BuddyPress?
It is an easy way to organize your title
April 18, 2010 at 7:22 am #74019In reply to: Where in the Core Files is the Title Source Code?
Peter Anselmo
ParticipantThe <title> tag is in your theme’s header.php file. In the case of the default theme, it’s:
/wp-content/plugins/buddypress/bp-themes/bp-default/header.php.
By default it uses the function bp_page_title() to change the title depending on your page. That function can be found in:
/buddypress/bp-core/bp-core-templatetags.php
It’s on line 884 in version 1.2.2.1
April 18, 2010 at 6:23 am #74017In reply to: Badge Maker
warut
Participantthanks @gregfielding
@Isddesign you can download here (not approve yet)
https://wordpress.org/extend/plugins/buddypress-badge/
@dre1080 after looking group document from web it say can extend plugin to group but not sure about it, may be in the next version if others interested too
-
AuthorSearch Results