Search Results for 'wordpress'
-
AuthorSearch Results
-
April 19, 2010 at 4:10 pm #74222
In reply to: Isn't it ALL a BuddyPress issue?
Paul Wong-Gibbs
KeymasterYou need to distinguish between whether it is a user interface issue, and if it isn’t, where the code/functionality is provided.
For example, BuddyBar is obviously a BuddyPress user interface feature. The code which is called when a user is marked as a spammer is in WordPress. The code that deletes a spammer’s activity from the Activity Stream is BuddyPress.
April 19, 2010 at 3:27 pm #74212In reply to: BuddyPress-Links 0.4.x Releases and Support
MrMaz
ParticipantJust tagged 0.4.1
https://wordpress.org/extend/plugins/buddypress-links/changelog/
April 19, 2010 at 2:36 pm #74207In reply to: BuddyPress and WordPress 3.0
ajohnson
MemberI started with a fresh 3.0 install. Never used any 2.9.anything. So does any have a fixed for the avatars not showing..as mine are being uploaded correctly. See my post two above. Thanks.
April 19, 2010 at 2:27 pm #74206In reply to: Isn't it ALL a BuddyPress issue?
Jeff Sayre
ParticipantThe debate of where a particular question should get answered when it comes to WP vs BP is interesting. I used to resort to the “don’t ask here, ask there instead” response. However, with BP becoming very popular, the line is blurred between what is the proper place to ask a question. We have to assume that some BP users might not be familiar with WP, in fact BP might be their first experience with the WP ecosystem. So it is important to be as helpful and friendly as possible.
If a question is foundational in nature, meaning that it has more to do with the workings of WP and not BP, I’ll often give some help but then suggest that they might get a better, faster response in the WP forums. The bigger issue for me is when someone posts a question that has been answered numerous times but they have not taken the time to do a proper search.
I also agree that BP is more than just a plugin. I usually refer to BuddyPress as a plugin suite but that never sat quite right with me. BuddyPress is a feature-rich platform as far as I’m concerned. It transcends the idea of a simple WordPress plugin. I have said this before but it’s worth mentioning again. I view many of the BP “plugins” as modules. In other words, they tie into BP extending its functionality.
@3sixty-
You seem to keep changing your avatar. I just realized this as I have come to expect the “larval newt” face but then saw the barreleye this morning.
April 19, 2010 at 1:49 pm #74195In reply to: Isn't it ALL a BuddyPress issue?
Xevo
ParticipantBuddyPress is a plugin and like every other plugin, you don’t complain at the plugin because the core isn’t working properly. I get that you have a problem with this concept since I myself am unsure where to go with my question sometime, but if we start complaining about wordpress to plugin writers I’m guessing they’ll stop supporting their plugins.
April 19, 2010 at 10:14 am #74155In reply to: Seo for Buddypress 1.0 beta
Sven Lehnert
Participant@All Thanks so much for your feedback.
I like to make all the template system with the special tags bug free before I add new options. Next step will be to add the missing seo parts.
What I have:
1. Add and edit post and page meta data in the WordPress post and page edit screen. (see replay from Anton and Modemlooper)
2. Meta data letter and word counter, and an option to automatic cat the meta data after ‘n’ letters or words. (Google does not like to long titles / descriptions or to many keywords)
April 19, 2010 at 10:14 am #74154In reply to: Disable /wp-admin/ for "normal" users
Paul Wong-Gibbs
KeymasterThis is a WordPress question as BuddyPress doesn’t provide wp-admin. I suggest you Google or search on the WordPress forums.
April 19, 2010 at 3:45 am #74123In reply to: How to control spam registration?
3sixty
ParticipantCan someone give solution that users that wish to sign up dont use buddypress signup page, instead they use regular wordpress signup which is much much safer.
Hmm, interesting. The generic BuddyPress register form does seem like a bit of a sieve (though it could just be my frustration talking).
I think you would just delete/disable /registration/activate.php and /registration/register.php. You would lose the ability for users to fill out extended profile fields at signup. However, quick signups are probably preferable, with seasoned users filling out extended profile fields as needed. I’ve read at least one article via delicious.com that suggests to me that signup forms need to be as simple as possible to help users focus on getting “behind the wall” fast and easy.
April 18, 2010 at 11:02 pm #74109In reply to: Seo for Buddypress 1.0 beta
modemlooper
Moderator@guigoz I noticed that too This plugin is great but it’s missing the option that the normal WP seo plugin has to edit title inside the wordpress page set up for each individual page.
April 18, 2010 at 8:38 pm #74088In reply to: TinyMCE for BuddyPress – works for 1.2 as well
doggybag
MemberI am currently running WordPress 2.9.2 and Buddypress 1.2.3
modified plugin – all working fine
April 18, 2010 at 7:34 pm #74084In reply to: BP Album+ || New Features Requests and Discussion
Gianfranco
ParticipantDo you think it is possible to use a redirect rule in .htaccess instead of going with the cPanel option from the video you provided? (I do not have cPanel, and I am on MediaTemple), to have images to doisplay fine in the activity stream?
Please note that WP itself installed in a subfolder is not a problem (https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory), and URLs are generated without the subfolder. It is the BuddyPress components that generates the subfolder in URLs/permalinks. And that is the reason why I needed this code (who was provided by r-a-y) to get rid of it:
// Getting rid of the subfolder in URLs/permalinks
function my_bp_override_core_domain() {
$domain = get_bloginfo('url');
return $domain;
}
add_filter('bp_core_get_root_domain','my_bp_override_core_domain');I believe that as you said, many could be the issues with WP in a subfolder if not handled properly, but I also believe that there are *many* users using a subfolder installation, and probably the core BP should take this into consideration and properly handle one option (root installation) or another (subfolder installation), without having to use workarounds.
There is an article from Jeff Starr that may be interesting:
http://perishablepress.com/press/2008/10/06/redirect-subdirectory-to-root-via-htaccess/
I did try different solutions, but none of them worked.
But because this is not related only to your plugin, I will probably going to open a thread about the whole subfolder-related topic.
Still, if you got an answear for me, I am here.
Thanks.
April 18, 2010 at 4:09 pm #74067In reply to: 404 error on bp links
adiallo
ParticipantThank you Boone, I am using standard WordPress installation WP 2.9.2.
I just did a reinstallation of the plugin deactivate other plugins because I read somewhere it might not be compatible with BP.
I change also the permanent link but I still cant access the page I get this error now “The page isn’t redirecting properly . the server is redirecting the request for this address in a way that will never complete” .
Thanks again for helping
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: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 1:23 pm #74047In reply to: Member Pages Not Working
anaon
MemberYou have to add the _inc folder in your theme folder (Atahualpa) and then, you add the code above to the functions.php file included in your theme.
It works BUT I just discovered that it adds the “header already sent” error when you edit your wordpress, maybe someone could help us?
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 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
April 18, 2010 at 2:40 am #74009In reply to: Installing BP with existing theme
globalvibemagazine
MemberHow do I enable registration using an existing theme but I have added buddypress and buddypress template pack and I don’t see where to enable registration so people can register and post. How do I set up my theme so people can register and not using the wordpress screen but another form and can also post? This is urgent.
April 17, 2010 at 9:10 pm #73988In reply to: Buddypress and WordPress 3.0 Beta
lsddesign
Participantif your running a live site, i strongly suggest NOT to use 3.0 with 1.2.3!!!
wait for final versions from both WP and BP before upgrading.
it’s the safest thing to do

cheers,
aron
April 17, 2010 at 8:46 pm #73984In reply to: All blogs on the same main site?
gyonis
ParticipantThanks Andrea_r, I’ll try it and see how it goes. I’ll also try to experiment with WordPress 3.0 and some menu plugins and see what’s the best solution and share it with others in here.
Thanks again.
April 17, 2010 at 7:46 pm #73967In reply to: Need to solve 2 Problems with BP Album+
foxly
ParticipantFirst off, I visited your site and confirmed that BP Album+ is working correctly.
You’re having problems because you’ve modified wordpress to display one URL in the browser while running the actual site on another …this is VERY BAD, because the modification you’ve made only handles *one* of *many* ways plugins generate URLs and file paths. That’s why we had to modify part of the BP Album+ code for you so it would work on your site.
Modifying BP Album+’s activity stream code to work on your site would be much more difficult. The code gets the base URL from BuddyPress; so we would have to hook the BuddyPress function that does that and modify the URL, and that could break other parts of your installation. It would require testing and debugging, and so on.
Also, version 0.1.9 of BP Album+ (which I’m taking a break from coding to answer your post) has at least *fifty* different functions that would have to be modified so it would work on your site, which is completely impractical to do.
Fortunately, you can fix *all* of these problems quickly and easily, have WordPress in a subdirectory, and have the subdirectory invisible in the URL, by properly setting up your web server.

Here’s how:
http://httpd.apache.org/docs/2.0/vhosts/
^F^
April 17, 2010 at 7:22 pm #73963In reply to: Hide admin bar to subscriber role?
Paul Wong-Gibbs
Keymasteris_user_logged_in() is present in both WP and WPMU. Odd. What versions of WordPress/WordPress MU are you using?
April 17, 2010 at 6:35 pm #73958Bowe
ParticipantYou can always install bp later when you have your site up and running, so you can do both. But imo its better to use buddypress from the start because it soul purpose is to built a community with and its a great way to let your members and blog owners interact.. So I include it from the start
April 17, 2010 at 6:07 pm #73955In reply to: how do i disable members from creating groups?
agrundner
MemberFor those interested, the plugin etiviti (rich!) created for this issue can be found here:
BuddyPress Restrict Group Creation
https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/
-
AuthorSearch Results