Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 18,451 through 18,475 (of 22,614 total)
  • Author
    Search Results
  • #75452
    Paul Wong-Gibbs
    Keymaster

    Was your WordPress fully working before installing BuddyPress? e.g. posting a new blog post, adding a commenting, etc?

    #75444

    In reply to: crop avatar bug?

    lorenzo
    Member

    have you got firebug? the way i had to try to solve the issue was painful, making one change at a time, but if you inspect the area around where the alt text is appearing you can see the paths where stuff is referring to.

    for you i’m pretty sure that it is just a matter to change the path to the correct location. i.e. with MU is wp-content/blogs.dir/1/files, for the standalone it should be under miscellaneous settings and i had the full path to the upload folder (people normally keep it outside the WP installation) and the full url is blank for me.

    i had to change the htaccess file because the rewrite gave me issues with the slash ‘/’. if i had it at the start it would duplicate it (i.e. mysite.com//wp-content/blogs.dir/1/files) and if i left it out it would modify the path completely (i.e mysite.com/blogs.dir/1/files). it seems that the upload worked in the second instance, but then the reference to the files is not displaying, whilst the first is breaking the upload as well.
    hope this helps you, there is another thread discussing similar issues (https://buddypress.org/community/groups/miscellaneous/forum/topic/buddypress-and-wordpress-30/#post-48806)

    thelandman
    Participant

    @gian-ava, if you’re on a cheap shared-host then there’s a possibility that could slow your website down, a lot. With a sudden rise in users and activity on a shared-host your site is bound to take a lot of strain, because of the limited resources that is dedicated to your site from your hosting company.

    There is always a possibility of your site being hacked. I’m not too sure how likely this is otherwise it would be a widespread issue across buddypress.org.

    For the unusual characters, I would set the encoding of your WordPress to Unicode(UTF8),
    1. Make sure you are logged in as admin
    2. In the admin dashboard, go to Settings > Reading
    3. In the text box next to “Encoding for pages and feeds” insert “UTF-8” without the exclamation marks.

    #75432

    In reply to: Search Activity

    MJ Banco
    Participant

    Hi, I’m new here. Any updates on this? How do I put this on the default template? I’ve tried using the codes above on the index but it won’t show up. Thanks

    I’m running WordPress 2.9.2 and BuddyPress 1.2.2.1 by the way.

    #75418
    foxly
    Participant

    @bplove

    Basically, use version 0.1.7 from the WordPress plugin repo. It works properly, is reasonably reliable, and it will update properly at the next release.

    Do not use the 0.1.8 beta, because it doesn’t use the new file storage scheme and we’re not writing an updater for 0.1.8 because you’re not supposed to be using it on an actual site.

    We should have another official release out in a week or two that adds everything you see in the 0.1.8 beta and a much more.

    Thanks!

    ^F^

    #75407
    r-a-y
    Keymaster

    WP does generate a virtual robots.txt file, but I’m not sure if you can count BP in the mix as I’m not quite sure if BP does anything to it.

    Try using this plugin to manage WP’s virtual robots.txt:
    https://wordpress.org/extend/plugins/pc-robotstxt/

    #75324
    @mercime
    Participant

    Hi ipstenu, I have used https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/ in an install with community similar to what you posted above with success :-)

    #75322
    r-a-y
    Keymaster

    @novicer – Try using the BP Template Pack plugin with your WP theme:
    https://wordpress.org/extend/plugins/bp-template-pack/

    #75305
    agrundner
    Member

    Thanks for your feedback @mercime. I checked the default’s theme header, lines 73-77, and it points to “Blogs” not “Blog” singular. Clicking on the Blogs menu link shows me the blogs in the network — not the latest posts.

    I’m open to doing it the way buddypress.org does, but I can’t seem to get both /blog (“latest posts” page) and a custom homepage to work hand-in-hand. I have a feeling it’s something simple I don’t have configured properly. When I previously installed wpmu with sub-directories I was getting the following URL http://example.com/blog/2010/04/26/hello-world/ … going to /blog would redirect to the site’s front page.

    Disclaimer: I’m new to wpmu and buddypress, though I do have experience with single wordpress installs.

    #75273
    armandmorin
    Participant

    I would like to know this one too.

    If you search wordpress plugins you can find the inbox stats.
    https://wordpress.org/extend/plugins/inbox-widget/

    What I’m looking for is the “stats” plugin or modification I can use like the one on this site too.

    #75266
    Chad Holden
    Participant

    I’ve tried the installation a few times on WAMP, MAMP and multiple installations on the same server … It should be important to note that THIS site bp.org has the same avatar uploading issues with this new template/release.

    This is my htaccess file, which makes the avatar cropper work, but I still get the upload error after :
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule . index.php [L]
    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    #75262

    In reply to: DB migration

    Paul Wong-Gibbs
    Keymaster

    WordPress loads the database from the setting in your Wp-config.php file. Once your new server or db is setup, just import a copy of your current db into it and update that config file.

    #75254

    In part that depends on how big a BP install you’re going to have. I would read this: http://wpmu.org/dedicated-or-shared-hosting-for-wordpress-mu/

    Basically you’d look at it the same way you’d look at a WPMU site. How much traffic, how many users, how many groups and forums etc etc.

    #75248
    scoophk
    Member

    I just used: registered users only 2
    https://wordpress.org/extend/plugins/registered-users-only-2/

    Worked perfectly on activation.
    Then went into my login.php and added the client’s logo to the login page – as Register plus didn’t seem to want to upload the logo for me.

    Brajesh Singh
    Participant

    @hnla VHOST is not required for wordpress but is required for wordpress mu/multisite in case you want them to function as subdomain.domain.
    @bstats
    You should do two things and the problem should be solved.
    1. Check Mod_rewrite is enabled or not(as @travel-junkie has pointed). If you are on wamp 2.0, you can left click on the wamp icon(in the quick taskbar, the half cirecle icon)->Slect Apache(from the menu)->Apache Modules->rewrite_module(If it is not having a tick, click over that). Refresh the wordpress page and check is it working or not.
    2.Once mod rewrite is checked you can try enabling/disabling permalink and resave it and Most probably it is going to work.

    Anonymous User 96400
    Inactive

    No, it’s not WordPress. Personally I use Xampp, so I’m not familiar with Wamp. Somewhere in your Wamp files there will be a file called http.conf. That’s the apache configuration file. There you can control what modules are being loaded by your test server. Look for that file, open it and then look for this line

    `#LoadModule rewrite_module modules/mod_rewrite.so`

    and remove the #

    Then restart Apache.

    Sorry about the php.ini reference in the post before. Mixed that up…

    #75222
    Phlux0r
    Participant

    In that case I’d suggest creating an installation with the same versions used originally on another server or local dev environment and seeing if that makes a difference, if it’s a server config issue maybe or some other mis-configuration somewhere.

    Steve Tomich
    Participant

    @Travel-Junkie,

    I am sorry but I don’t fully understand what you suggested. Do you mean wp-config.php ? I have a feeling it is not buddypress. I just installed another theme and the links don’t work on any themes.
    Also I re-installed wordpress and left the Permalink Settings as default and the links to themes work just fine as soon as I change the permalink to do “Day and name” or any other option the links in themes don’t work. This is my main problem I think getting buddypress working with my theme.

    Should I change something in the wamp server?

    #75212
    Tmort
    Participant

    @stwc problem is, I’m using wordpress in a different folder than the root of the domain. So my WP files live in domain.com/wordpress/ and my “wordpress blog” is at domain.com.

    I was told by sever people, including r-a-y that I need to change the “buddypress default domain” or something of that nature. I was told to put this code in my functions.php file, but it doesn’t work. Any suggestions?

    // Getting rid of the subfolder in URLs/permalinks
    function my_bp_override_core_domain() {
    $domain = get_bloginfo(‘url’);
    return $domain;
    }
    add_filter(‘bp_core_get_root_domain’,’my_bp_override_core_domain’);

    #75210

    Yeah, but poor @Chad Holden isn’t so lucky :)

    Steve Tomich
    Participant

    stwc,

    Thank you for the reply but its a no go. When I click on any links at all my browser goes to the link directory that doesn’t exist I think. Also I am using WordPress not MU. What am I doing wrong?

    #75200
    Phlux0r
    Participant

    @ipstenu

    Everything works fine on our site. Media library, post media, avatars…

    #75188
    Tosh
    Participant

    It’s something I can look into. Not sure how off hand. I do have CubePoints working with Simple:Press Forum though. But it’s a direct edit of a file.

    #75183
    thekmen
    Participant

    more or less, you can test it out over on:
    http://mystique.bp-theme-converts.com

    I’ll zip it up if you want tomorrow.

    #75180
    Kevin Ryman
    Participant

    Has anyone made this BuddyPress-compatible yet? :)

Viewing 25 results - 18,451 through 18,475 (of 22,614 total)
Skip to toolbar