Search Results for 'buddypress'
-
AuthorSearch Results
-
March 7, 2011 at 6:52 pm #107097
@mercime
ParticipantBackup first before attempting changes – and no guarantees it will be easy
BuddyPress 1.2.8 only contains a few changes all…March 7, 2011 at 6:43 pm #107095In reply to: problemas con los mensajes pribados
@mercime
ParticipantThank you Google Translate

Hola. BP 1.2.8 es compatible con WP 3.1, así que espero que el WP 3.0.1 informados de arriba es sólo un error tipográfico.
Antes de deshabilitar “Mensajería privada”, es posible que desee comprobar si los errores desaparecen si cambia el tema a bp-default y desactivar todos los plugins excepto BuddyPress.
Si usted todavía desea desactivar “Mensajería privada”, basta con ir a panel de administración BuddyPress> Componente Configuración> Desactivar mensajería privada.
Saludos.
March 7, 2011 at 6:24 pm #107094In reply to: Threaded (nested) comments in the default theme?
Barmy Blue Man
MemberMarch 7, 2011 at 6:09 pm #107090@mercime
Participant== required wordpress.com account for this to WordPress.org? ==
No, WP.com account is not required to install WordPress. You should know this as I’ve seen some of your posts at WP.org
=== multi-users functionality of WordPress 3.1 is similar to multi-blogs(multi-sites)? ===
Not exactly. A single WP site can have multiple users. When you https://codex.wordpress.org/Create_A_Network, you can create many sites with one WP installation. [edit] And each site in the network can have a single user or multiple users, it all depends on the set up.
For more information, post in Multisite forum at WP.org – https://wordpress.org/support/topic/welcome-to-the-multisite-forum?replies=2
Good luck.
March 7, 2011 at 6:08 pm #107089In reply to: Problem After Installing Buddypress
Virtuali
ParticipantSometimes on most regular hosted servers, the emails can take up to an hour, yes, and hour to receive. Especially if there is alot of activity going on on your site. The more activity, the longer it takes.
I could probably tell you for a fact, they are getting send, just taking extremely slow.
March 7, 2011 at 6:00 pm #107078In reply to: Problem After Installing Buddypress
Sharan
Memberok thanx bro
March 7, 2011 at 5:54 pm #107077In reply to: Problem After Installing Buddypress 1.2.8
@mercime
ParticipantMarch 7, 2011 at 5:53 pm #107080In reply to: Problem After Installing Buddypress
@mercime
ParticipantMail problem – Members of the BP community who use Bluehost have resolved this using
https://wordpress.org/extend/plugins/mail-from/
https://wordpress.org/extend/plugins/wp-mail-smtp/March 7, 2011 at 5:21 pm #107085lselwd
Membermulti-users functionality of WordPress 3.1 is similar to multi-blogs(multi-sites)? may install in one site and in another run other blog, same wordpress installation or needed a new installation?
March 7, 2011 at 5:20 pm #107084lselwd
Memberrequired wordpress.com account for this to WordPress.org?
March 7, 2011 at 5:03 pm #107082In reply to: user_nicename in messaging
stevieg
MemberI did this because I don’t want people seeing the administrators login username – that’s the problem I don’t really care what twitter does. There is an inconsistency between the usernames shown and how they work. See http://bni-weymouth.org/members/LindaPH/ where the user Lindy (login username) is shown as Linda (Display as name) and the @LindaPH is the user_nicename. great, just what I wanted – except that the @name for messaging is STILL @Lindy which makes the help text next to @LindaPH incorrect – so this inconsistency is an error.
March 7, 2011 at 4:53 pm #107079In reply to: Setting up a support forum like this?
Paul Wong-Gibbs
KeymasterThe URLs look a bit different because this site is running a development version of BuddyPress, where we have added such a feature. Everything else you see is just the site’s theme
March 7, 2011 at 4:34 pm #107073In reply to: Forums Link is redirecting to home page?
mrwweb
Member@xberserker I’m having the same issue on WP 3.0.5/BP 1.2.8 both with a custom theme and without.
Did you ever resolve this issue?
Thanks.
March 7, 2011 at 4:18 pm #107072In reply to: user_nicename in messaging
modemlooper
ModeratorMarch 7, 2011 at 3:57 pm #107070jonnyblazed
MemberHey, thanks for the reply! Well, I’m glad it’s just an issue with versions. I was worried it was some sort of botched configuration with my MultiSite setup or something more tricky. But hey, while I’ve got you here: first off, thanks for the great plugin! It’s going to be a very integral part of my community once it gets off the ground. I’ve also got an additional bug report for you though that you may be aware of. When creating an achievement based on an event, this list of possible events, seems to display every item twice – not a significant bug, but I thought you’d like to know

Also, I’m not too familiar with plugin development, but would you happen to know where I could look for the code that adds the plugin to the WP menu? I wouldn’t mind taken a stab at it myself to see if I could get these menus a-showin.
Thanks again!
March 7, 2011 at 3:44 pm #107066In reply to: user_nicename in messaging
stevieg
MemberAdded to Trac as https://trac.buddypress.org/ticket/3104
March 7, 2011 at 3:41 pm #107063Rob Watson
MemberAndrea_r: Thanks. So I commented out the current AllowOverride None directive and added AllowOverride FileInfo Options, like this:
`# First, we configure the “default” to be a very restrictive set of
# features.
#Options FollowSymLinks
#AllowOverride None
AllowOverride FileInfo Options
`Then I restarted httpd. Now I get 500 internal server error. Is there another place I should be putting AllowOverride FileInfo Options instead?
March 7, 2011 at 2:49 pm #107058In reply to: Buddypress pages not working
Virtuali
ParticipantAll of them, or just some? Read this: https://codex.buddypress.org/troubleshooting/navigation-links-return-404-errors/
March 7, 2011 at 2:25 pm #107055Andrea Rennick
Participant“Still, the home page loads beautifully, yet every link in the site (buddypress link or blog post link) leads to 404. “
This means your htaccess file isn’t even being read. So it matters little what’s actually *in* it. Cuz it’s not even getting that far.
BP requires pretty permalinks to work. If they aren’t working, no BP.
You have to fix the Apache config. AllowOverride FileInfo Options usually does it.
March 7, 2011 at 2:22 pm #107054Rob Watson
Member# There are lots of WordPress hacks designed to take the contents of your wp-config
# file (username and password) and dump them to a text file a spambot can pickup and
# send to a hacker. If you block access to wp-config file in your .htaccess using
# this method, you block those hackers from getting your database login information.
Order deny,allow
deny from all# Turn off directory indexing to keep anyone from seeing the contents of a directory
# if there is no index file.
Options All -Indexes# Block known spambots and crawlers. Update the following section with newly discovered
# spambots and crawlers. This blocks them from ripping off posts and images (costing
# bandwidth in the process.
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
RewriteCond %{HTTP_USER_AGENT} ^Bot mailto:craftbot @yahoo.com [OR]
RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]
RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]
RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
RewriteCond %{HTTP_USER_AGENT} ^Download Demon [OR]
RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]
RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]
RewriteCond %{HTTP_USER_AGENT} ^Express WebPictures [OR]
RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]
RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]
RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]
RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]
RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]
RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]
RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]
RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Image Stripper [OR]
RewriteCond %{HTTP_USER_AGENT} ^Image Sucker [OR]
RewriteCond %{HTTP_USER_AGENT} Indy Library [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR]
RewriteCond %{HTTP_USER_AGENT} ^Internet Ninja [OR]
RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR]
RewriteCond %{HTTP_USER_AGENT} ^JOC Web Spider [OR]
RewriteCond %{HTTP_USER_AGENT} ^larbin [OR]
RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mass Downloader [OR]
RewriteCond %{HTTP_USER_AGENT} ^MIDown tool [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mister PiX [OR]
RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR]
RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Net Vampire [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR]RewriteCond %{HTTP_USER_AGENT} ^Offline Explorer [OR]
RewriteCond %{HTTP_USER_AGENT} ^Offline Navigator [OR]
RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR]
RewriteCond %{HTTP_USER_AGENT} ^Papa Foto [OR]
RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR]
RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR]
RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR]
RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]
RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR]
RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]
RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR]
RewriteCond %{HTTP_USER_AGENT} ^Teleport Pro [OR]
RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web Image Collector [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web Sucker [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebGo IS [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]
RewriteCond %{HTTP_USER_AGENT} ^Website eXtractor [OR]
RewriteCond %{HTTP_USER_AGENT} ^Website Quester [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]
RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]
RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Xaldon WebSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus
RewriteRule ^.* – [F,L]# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
March 7, 2011 at 1:25 pm #107051In reply to: Check if an user is or not a group_member :
Philippe Gras
ParticipantMarch 7, 2011 at 12:45 pm #107049In reply to: Problem After Installing Buddypress
Sharan
MemberMy Blog is not yet launched. i have cross checked. that. if i use wordpress i am able to do everything user registration forgetpass. and even getting mails on the signup defined email. but whenever i install plugin of buddypress it stops working. on wordpress its working fine. I am using bluehost
i am using wordpress 3.1
and buddypres. 1.2.8if u can catch me @skype = punj4b1_
March 7, 2011 at 12:44 pm #107048Paul Wong-Gibbs
KeymasterThose plugins need to be updated for changes for WordPress 3.1. Contact the developers.
P.s. Achievements is my plugin and I’m aware
March 7, 2011 at 12:42 pm #107047In reply to: Problem After Installing Buddypress
Paul Wong-Gibbs
KeymasterBuddyPress uses WordPress’ email routines. There is no special handling. You are probably running into issues with your host throttling the increased number of emails that BP sends. I’d suggest you contact your host and ask them.
March 7, 2011 at 12:25 pm #107046In reply to: how to change profile -> settings page
xavieremerson
Memberhi….
I’m using buddypress 1.2.6
the above specified files r not working form me…
is there any settings i have to change to work it…
Could you help me…Thanlkz in advance..
-
AuthorSearch Results