Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 19,276 through 19,300 (of 22,658 total)
  • Author
    Search Results
  • #68079
    rsutaria
    Member

    How is the sending of email configured? I don’t recall configuring any SMTP server during my installation to let wordpress or buddypress know which accounts to send emails from?

    I was using BP 1.2.1 for the past few weeks- so am confused how this new feature works?

    I saw a reply elsewhere which said the admin can activate users even if they have not clicked on the activation link in their email. But I did not see any “activate” user option in the admin console.

    Any help is appreciated.

    #68063

    In reply to: Can't go into wp-admin

    miguelaqp
    Member

    It took me 5 days, but finally found the answer, on wordpress.org forums. I share it with you. Since BuddyPress is a Plugin, and it causes the bad function of my blog, I just went to my site by FTP, and rename the BuddyPress plugin file by something like oldplugin. And that was all. I could then enter to my site. Now I will try to install again this plugin which suppose to be so easy that even my mom should install it.

    #68045
    Paul Wong-Gibbs
    Keymaster

    Yeah, that article will help — I love eAccelerator. I also recommend you install this WordPress plugin: https://wordpress.org/extend/plugins/w3-total-cache/ (read the settings but you at least want “Database Caching” enabled.

    #68043

    In reply to: 404 on every link

    Jeff Sayre
    Participant

    @oneill1234-

    You have a subdirectory install of WordPress. So, the RewriteBase directive in the .htaccess file needs to point to that directory. Change this:

    RewriteBase /

    to this:

    RewriteBase /community

    #68030
    chembro303
    Member

    WordPress single install 2.9. whatever and buddypress 1.2.2.1

    I installed this plugin then deactivated buddypress – the plan was to do it just for a sec and then re-activate. But now my whole site is broken and wp-admin kicks this error:

    Fatal error: Call to undefined function is_site_admin() in … /wp-content/plugins/buddypress-restrict-group-creation/bp-restrict-group-creation.php on line 286

    Please update your plugin so that if it is active and buddypress isn’t, it doesn’t torch the site.

    Thanks.

    #68025

    although I’m still unable to solve the core issue of the problem, I discovered a plugin that solved the problem:

    https://wordpress.org/extend/plugins/mail-from/

    sacstephen
    Participant

    I have permalinks set to custom structure with a value of “/%category%/%postname%/”

    my .htaccess file on the root directory reads as follows:

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    # BEGIN WordPress

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    # END WordPress

    #68016

    In reply to: 404 on every link

    Anonymous User 5863514
    Inactive

    Hi,

    I have added the:

    # BEGIN WordPress

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    # END WordPress

    to the top of the main site .htaccess but it is still not working.

    Any other ideas?

    #67996
    r-a-y
    Keymaster

    Try using FeedWordpress; it’s a more, robust solution than WP-O-Matic.

    #67978

    In reply to: Select languages

    abcde666
    Participant

    jozik has made some great job, wondering is this could be used in BP-Core yet ?

    check this:

    http://enlimbo.net/

    https://wordpress.org/extend/plugins/buddypress-multilingual/

    http://wpmu.enlimbo.net/

    Please let me know if this works fine with latest BP 1.2.2

    #67974
    Diesel Laws
    Participant

    I must be going nuts because I have full admin rights but don’t have Miscellaneous on WordPress MU 2.9 – anyone know what’s going on?

    #67970

    In reply to: 404 on every link

    Anonymous User 5863514
    Inactive

    Hi Again,

    Thanks for the reply, I think it might be me being a bit dull.

    Here’s what I have done so far.

    I have created a .htaccess file with the information above and I have put it into my wordpress directory, in this case it’s /community, but it is still not working.

    Have I missed something?

    #67965
    tamilhood
    Member

    Yes, I got my pages to show up now by moving:

    # BEGIN WordPress

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    # END WordPress

    To the top of my htaccess file. I just got a problem when I try to log in with facebook connect. It redirects every page to my home page.

    #67960
    sms1962
    Participant

    IMHO WPMU, BuddyPress and bbPress works well if:

    – You set a wildcard domain (in my test site subdirectory based instalation doesn’t work)

    – BbPress table is in the same database as BuddyPress, WPMU and i. ..

    – BbPress has the same prefix as WPMU. For example, if you use a standard prefix to the WordPress table (for example wp_) then for bbPress give wp_bb_

    #67950
    Giovanni Caputo
    Participant

    i will fix my plugin from 1 april 2010. i will make it usable on worpdpress mu + buddypress, wordpress + bp and wordpress…

    Sorry

    #67938

    In reply to: 404 on every link

    gadgetguruil
    Member

    tnx to my host he found that i i didnt have .htaccess file

    and you need to add wp rewrite IfModule . htaccess file

    # BEGIN WordPress

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    # END WordPress

    enjoy

    #67932

    In reply to: 404 on every link

    gadgetguruil
    Member

    same here http://www.pressit.co.il/

    i have tested buddypress on a new wordpress 2.9.1 and 2.9.2 installations

    i have nice Permalink and no plugin installed at all accept buddypress

    i use the new BuddyPress Default theme 1.2.1 by BuddyPress.org

    my host told me that i have

    PHP version 4.3 or greater.

    MySQL 4.1 or greater.

    The mod_rewrite Apache module enabled.

    btw

    if i use activity stream to be the home page it works but if i dont i cant get to it

    plz help

    #67929
    bobin1983
    Participant

    thank you.

    Xevo
    Participant

    Wpmu has user blogs, wp single does not.

    gogo6969
    Member

    I have the same problem…

    http://gogo6969.com

    #67901
    Psyber
    Participant

    I have was able to export and import my WordPress content into WordPress, getting all of my users, their info, and buddypress x-profile fields is where I am getting hung up. I keep gettin the #1062 – Duplicate entry ‘1’ for key 1 error message.

    #67869
    Andrea Rennick
    Participant

    Send me a PM, I’ve been working on this by making a BP child theme for Mystique. I’ve done the hard parts (adding stuff to nav bar) but was just going thru the HTML parts (the grunt work).

    We can merge the work. :D

    #67844

    In reply to: Select languages

    danbpfr
    Participant

    for wp and wpmu, because your site is one of both. BP is only a plugin collection, NDD !

    http://wpml.org/

    tu lis le french ? il existe ce tuto

    http://www.eoxia.com/site-web/wpml-wordpress-multilangues/

    #67843
    r-a-y
    Keymaster

    “Settings > Discussion” is only applicable to WordPress blog comments.

    BP doesn’t offer threaded comments in the forum.

    It could be done via a plugin.

    Not sure about the cropping avatar issue.

Viewing 25 results - 19,276 through 19,300 (of 22,658 total)
Skip to toolbar