Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 41,751 through 41,775 (of 69,093 total)
  • Author
    Search Results
  • @mercime
    Participant

    Backup first before attempting changes – and no guarantees it will be easy
    BuddyPress 1.2.8 only contains a few changes all…

    #107095
    @mercime
    Participant

    Thank 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.

    #107094

    @Paul, thanks. I look forward to trying it when it comes out.
    For now I’ve decided to try the Suffusion theme system.

    @Virtuali
    Disqus and IntenseDebate both have some shortcomings that I can’t deal with having on my site.

    @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.

    #107089
    Virtuali
    Participant

    Sometimes 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.

    #107078
    Sharan
    Member

    ok thanx bro

    #107077
    @mercime
    Participant
    #107080
    @mercime
    Participant

    Mail 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/

    lselwd
    Member

    multi-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?

    lselwd
    Member

    required wordpress.com account for this to WordPress.org?

    #107082
    stevieg
    Member

    I 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.

    #107079
    Paul Wong-Gibbs
    Keymaster

    The 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

    #107073
    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.

    #107072
    modemlooper
    Moderator

    Don’t see what the problem is, Twitter works like this. you have your @name and you can specify a full name in profile. There is a plugin that forces @username everywhere.

    jonnyblazed
    Member

    Hey, 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!

    #107066
    stevieg
    Member
    Rob Watson
    Member

    Andrea_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?

    #107058
    Virtuali
    Participant
    Andrea 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.

    Rob 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

    #107051
    Philippe Gras
    Participant

    I have it, now !
    `global $bp, $members_template;

    if ( bp_get_total_group_count_for_user( $members_template->member->id ) > 0 )
    return true; else return false;`

    Thanks for both of you, @djpaul and @sbrajesh :-).

    #107049
    Sharan
    Member

    My 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.8

    if u can catch me @skype = punj4b1_

    Paul Wong-Gibbs
    Keymaster

    Those plugins need to be updated for changes for WordPress 3.1. Contact the developers.

    P.s. Achievements is my plugin and I’m aware :)

    #107047
    Paul Wong-Gibbs
    Keymaster

    BuddyPress 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.

    #107046

    hi….

    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..

Viewing 25 results - 41,751 through 41,775 (of 69,093 total)
Skip to toolbar