Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 19,226 through 19,250 (of 22,615 total)
  • Author
    Search Results
  • #68140

    In reply to: Default Group

    r-a-y
    Keymaster

    DJPaul’s Welcome Pack plugin can do this:

    https://wordpress.org/extend/plugins/welcome-pack/

    r-a-y
    Keymaster

    If you change your permalinks, old blog post activity items will not be updated to the new permalink structure

    My suggestion would be to redirect these old blog post permalinks to their new ones using a WP plugin.

    I’ve used this one in the past:

    https://wordpress.org/extend/plugins/permalinks-migration-plugin-for-wordpress/

    It’s a little old, but it worked for me.

    #68133
    Andrea Rennick
    Participant

    But you can integrate BuddyPress into your exisiting theme.

    https://codex.buddypress.org/how-to-guides/wordpress-to-buddypress-theme/

    There really isn’t a comparable plugin out there.

    #68126
    modemlooper
    Moderator
    #68122
    francescolaffi
    Participant

    @modemlooper that will brake all the overlay magic…in release 0.1.3 (later today) css should be right for all browsers, if not please open a thread in wordpress.org forum with tag bp-album ( https://wordpress.org/tags/bp-album?forum_id=10 )

    @tosh my memory was wrong, I forgotten to put is_site_admin in some points, fixed in 0.1.3.

    #68082
    Paul Wong-Gibbs
    Keymaster

    WordPress uses the standard PHP mail() function – http://php.net/mail

    #68080
    takuya
    Participant

    If running on VPS, you should at least need 512mb of RAM in order to run wordpress/buddypress smoothly. But that’s just from my experince running wpmu/buddypress on a VPS.

    #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
Viewing 25 results - 19,226 through 19,250 (of 22,615 total)
Skip to toolbar