Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 19,226 through 19,250 (of 22,602 total)
  • Author
    Search Results
  • 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.

    Paul Wong-Gibbs
    Keymaster

    I disagree. Yes plugin authors SHOULD do that, but WordPress plugins should be able to declare a parent plugin that must be active. That way, when BuddyPress is deactivated, my Welcome Pack plugin is deactivated automatically. It also protects against plugin authors who do not know how to do this properly; either through lack of PHP experience or ignorance. There’s a whole range of WordPress plugins out there, and some are really well written, and some are really poorly written.

    Andy Peatling
    Keymaster

    It’s not up to WordPress to deal with this, it’s up to plugin developers to write their plugins so they don’t die if BuddyPress is not present. I’ve put the code all over the codex for this:

    https://codex.buddypress.org/how-to-guides/checking-buddypress-is-active/

    #67837
    rich! @ etiviti
    Participant

    did you use this plugin?

    https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/

    if so and that caused an error – can you drop me a message with what happened so I can fix it? thanks!

    #67836
    Anonymous User 1502623
    Inactive

    Edit: Just got this reply from my hosting.

    Hello,

    I could see the following error from the site error logs


    [Thu Mar 11 20:19:50 2010] [error] [client 77.86.107.59] mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use ‘RewriteOptions MaxRedirects’ to increase the limit if necessary., referrer: http://www.audioscribbler.co.uk/

    Please check your redirect rules set in .htaccess file.

    This is probably completely wrong, but I’m using this for .htaccess and the file is in cgi-bin

    # BEGIN WordPress

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    RewriteOptions MaxRedirects=200

    # END WordPress

    Can anyone shed any light about whether I’m heading in the right direction or am I completely barking up the wrong tree?

    #67825
    airmarshall
    Member

    I’ve spent the last couple of hours using the compatibilty pack to get everything lined up – by matching the HTML layout.

    It was quick and dirty but now it all fits fine and my sidebar is present (although I’d like to remove it from the buddypress specific pages). To be honest I was surprised I got this far!

    Problems:

    1. How to get the Nav buttons on the bar? or somthing like. Personally I’d like a ‘Socialise’ Button with Mystique drops downs for the buddypress components I use.

    2. Forums don’t work. If I load up the default theme they work (although I can’t create a topic) but through Mystique I just get a black white page.

    Any thoughts? If I send you my email address any chance I can have a look/ at what you’ve done?

    Paul Wong-Gibbs
    Keymaster

    Plugin dependancies is a WordPress-level issue, and well-written BuddyPress plugins can silently quit if they find BuddyPress is available.

Viewing 25 results - 19,226 through 19,250 (of 22,602 total)
Skip to toolbar