Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,476 through 17,500 (of 32,678 total)
  • Author
    Search Results
  • #137901

    In reply to: Group Creation

    Paul Wong-Gibbs
    Keymaster

    In BuddyPress 1.6 (due out soon – weeks, rather than months) there is an admin option to do this. In the interim, maybe look on wordpress.org for plugins.

    Paul Wong-Gibbs
    Keymaster

    This looks like a bbPress bug. Please report the bug to https://bbpress.trac.wordpress.org, using your username and password that you used to log into this site with.

    #137867
    abbie2636
    Participant

    .htaccess

    ‘# BEGIN s2Member GZIP exclusions

    RewriteEngine On
    RewriteBase /
    RewriteCond %{QUERY_STRING} (^|?|&)s2member_file_download=.+
    RewriteRule .* – [E=no-gzip:1]

    # END s2Member GZIP exclusions

    ###DirectoryIndex index.php index.htm
    ###IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
    #Redirect /index.htm http://lifestyleelements.com.au/wordpress/
    #php_value post_max_size 60M
    #php_value upload_max_filesize 60M
    ##php_value memory_limit 256M
    ##php_value session.save_path /hsphere/local/home/lifestyl/lifestyleelements.com.au/session

    #
    #order deny,allow
    ##deny from all
    #allow from all
    #

    #
    #order deny,allow
    #deny from all
    #

    #AuthName lifestyleelements.com.au
    #AuthUserFile /hsphere/local/home/lifestyl/lifestyleelements.com.au/_vti_pvt/service.pwd
    #AuthGroupFile /hsphere/local/home/lifestyl/lifestyleelements.com.au/_vti_pvt/service.grp

    #
    #php_value register_globals on
    #

    ######################################

    #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]

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]

    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
    RewriteRule . index.php [L]’

    BuddyPress uses loops like regular WordPress, so you need to update your theme or functions.php to give you this functionality.

    I know this isn’t a solution, but hopefully it gets you going down the right path.

    modemlooper
    Moderator

    Site looks normal to me. Browser glitch? Try another browser and report back

    nickharambee
    Participant

    I am mystified because I haven’t made any changes to any files on my site, haven’t activated or deactivated any plugins, haven’t done anything except navigate around the site, and my theme has suddenly stopped working.

    When I switch to the default Buddypress theme everything seems to work, but when I activate my theme it looks as though the main style.css, which is in the same place it always is, isn’t getting loaded, as the site has no styling and is completely disfigured.

    You can see what I mean here.

    I have tried to reverting to an old version of my theme from a couple of days ago and still see the same issue, which suggests that it is not related to the content of my child theme folder.

    I am completely stumped as to what is going on and would be glad of any help to get my site back up and running again. I have tried deactivating and reactivating my child theme, with no success.

    #137858
    johnyonutz
    Participant

    Commenting to posts in activity doesn’t work so i will say it here:

    Sadly, It is only now after recieveing a helping hand, an answer to my problem without any obligations….. i truly understand open source and its implications… i now know what BP is all about… help and sharing with everyone

    Also regarding my previous post:

    a file like /plugins/bp-custom.php doesn’t exist…

    tested in Firefox – latest ver… Chrome and IE 9 – cache removed
    i have deleted all plugins except BP, tested with BP default theme – no luck

    #137856
    johnyonutz
    Participant

    Regards Roger!
    Thanks for your prompt answer!

    By plugin remove you mean..

    a) just deactivate all plug-ins except BP
    b) deactivate + delete everything
    c) deactivate, delete and remove any MYSQL remainings?

    Also: “bp-custom.php” file is located in … ?

    Cheers!

    #137855
    Roger Coathup
    Participant

    That sort of problem is typically caused by a plugin clash.

    Have you definitely tried with all plugins (except BuddyPress) removed, and using the bp-default theme, and nothing being loaded in your bp-custom.php file?

    Try clearing all your browser caches as well, and restarting the browser. Also do you have the problem in other browsers (Firefox, Chrome, etc.)?

    Pedro
    Participant

    Hello all,

    This is my first question on BuddyPress forums and I didn’t find anything similar searching the codex. Here’s the situation:
    – WP 3.4.1. + BP 1.5.6 + a child theme of BP default theme + BP Mobile 1.5.2.3
    – while editing a post from a desktop browser everything is fine
    – when editing a post from a mobile or tablet the featured image box just disappears and it’s not present in the Screen Options either
    – I also noticed that when I connect from a mobile I get these 2 message on the wp-admin:
    ERROR: The themes directory is either empty or doesn’t exist. Please check your installation.
    and
    You’ll need to activate a BuddyPress-compatible theme to take advantage of all of BuddyPress’s features. We’ve bundled a default theme, but you can always install some other compatible themes or update your existing WordPress theme.

    I also want to mention that some minor corrections were made to the default BP Mobile theme, but they are mainly CSS related and I assumed they won’t generate this issue.

    Any help with this would be highly appreciated.

    Thanks!

    johnyonutz
    Participant

    Hello,

    First, I want to say that Buddypress and its entire community is the best thing ever invented related to online medium and to human life!!!

    Secondly, I have a problem.

    I have started my own buddypress community and its growing fast… but I have a major malfunction.

    Java script in admin area is not working.
    Visual or html WP editor not working…
    Widgets drag and drop not working..
    WP admin java script / Ajax effects not working…

    What have I tried? Of course, it did not work any of those things:

    1) Reinstalling BP (Buddypress) plug-in, even installed older BP plug-in versions

    2) Reverting to original BP default theme

    3) Deactivate all plugins except BP

    4) Multiple steps:

    a – remove BuddyPress folder from plugins directory
    b – Activate default WP theme
    c – De-activate all plugins
    d – Re-install BuddyPress by right way
    e – Activate my WP – BP compatible theme
    f – Checkbox Theme settings > BuddyPress compatibility > Enabled

    Observations.

    Tested in IE browser as editor (not admin) and it seems that everything is ok…

    It seems that when i login as admin all those things mentioned above happen…

    Any help ?

    You guys need more info?

    I really apreciate your answers…

    #137850

    In reply to: Moving Buddypress

    Paul Wong-Gibbs
    Keymaster

    Not heard of many people trying to move it. Hopefully we can figure out a few things and document it on codex.BuddyPress.org for the future.

    1) If you haven’t already, you’ll need to set BP_ROOT_BLOG in your wp-config.php (see https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/).

    2) All and any links inside activity stream items are hardcoded, so you would need to adjust by editing the appropriate records in the wp_bp_activity table in the database.

    3) You’ll need to go to the site which you’ll be using as the main BuddyPress site, and create new Pages in the WordPress admin. Afterwards, also in the WordPress admin area, go to the BuddyPress > Pages screen, and pick your newly created pages from the dropdown boxes alongside the list of components which you have active.

    You may already have done this, but this is what I think of first.

    #137840
    modemlooper
    Moderator

    The info on plugins here is being served by WordPress.org. Check out the plugin BuddyPress skeleton component to learn how to create your own plugins

    #30653
    The API Guys
    Participant

    I had Buddypress running on the main site of a Multisite install and tried to move it to a subdomain on the network. The Activity Stream doesn’t work and the Members page has problems in that it finds the members, but you can’t click on any of them. Clicking on the profile or activity stream takes you to the homepage of the subdomain.

    For background, I’m running:

    Wordpress 3.4.1
    Buddypress 1.5.6
    Apache version 2.2.22
    PHP version 5.2.17
    MySQL version 5.5.23-55
    Dedicated IP address on shared hosting

    htaccess = http://sundry.s3.amazonaws.com/htaccess.txt
    wp-config = http://sundry.s3.amazonaws.com/wp-config.txt

    #137832
    aces
    Participant

    https://codex.wordpress.org/Function_Reference/wp_get_current_user ( should ) work with buddypress…

    To personalise the admin bar I use something like this (bp version 1.5.7)

    Roger Coathup
    Participant

    The problem is in a 3rd party plugin that you are using — it hasn’t been updated for nearly 2 years.

    You will be best to ask on the support forums for the plugin:

    https://wordpress.org/extend/plugins/bp-registration-options/

    Matteozrh
    Member

    …C:wampwwwwordpresswp-contentpluginsbp-registration-optionsbp-registration-options.php on line 1594

    Hi, very probably I’m not the first with this topic, I’m sorry to open a new one but I do not find an existing to get some help. Does anyone knows what is about this message? How can I solve it?

    Thank you for you help.

    PS: I’m not that skilled… yet…

    #137825

    In reply to: All user uploads

    @mercime
    Participant

    1. BP Media plugin beta – Free – all media – http://code.google.com/p/buddypress-media/ do read docs before installing
    – aka BP Album for images only

    2. BP Gallery plugin – Premium – all media – http://buddydev.com/plugins/bp-gallery/

    3. BuddyPress Portfolio – Free – https://wordpress.org/extend/plugins/buddypress-portfolio/ – add screenshot of each project

    #137824
    Roger Coathup
    Participant

    If there’s a shortcode for WordPress for this, it should work for BuddyPress, as it’s the same name system underneath.

    It’s something one would normally do in a template file, rather than a shortcode in page content.

    abbie2636
    Participant

    In a continuation from this post – http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/member-profile-url-incorrect/?#post-133740 – I resolved the member profile URL diverting to the home page, but now I am having the same issue with the Activity Stream.

    My website is http://www.lecabinet.lifestyleelements.com.au I usually have this password protected but have left it open whilst I seek assistance.

    In answering the standard questions:

    1. Which version of WordPress are you running? 3.4.1
    2. Did you install WordPress as a directory or subdomain install? Yes – subdomain
    3. If a directory install, is it in root or in a subdirectory?
    4. Did you upgrade from a previous version of WordPress? If so, from which version? No
    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. – Yes
    6. Which version of BP are you running? The latest version
    7. Did you upgraded from a previous version of BP? If so, from which version? No
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    On the subdomain:
    bbPres
    Disqus Comment System
    More Privacy Options
    WikiLite
    NB – Deactivating these did nothing.
    9. Are you using the standard BuddyPress themes or customized themes? Default
    10. Have you modified the core files in any way? No other than as per my previous post (above)
    11. Do you have any custom functions in bp-custom.php? Yes – to divert to the subdomain #3
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Latest version as activated through BuddyPress (although I may have reinstalled separately in amongst all of this!)
    13. Please provide a list of any errors in your server’s log files. Please advise how I do this.
    14. Which company provides your hosting? Host Gator
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache

    #137818

    In reply to: BuddyPress 1.6 RC1

    Paul Wong-Gibbs
    Keymaster

    Links like these any good? Not sure if we can manipulate the trac download URLs: https://buddypress.trac.wordpress.org/changeset/HEAD/tags/1.5/bp-themes/bp-default?old_path=%2F&format=zip

    If anyone wants to talk about issues other than 1.6-RC1 in this thread, please make a new thread. Let’s keep this one on topic from now :)

    #137816
    Cabachona
    Participant

    Thanks Paul, however I can’t get access to my wordpress admin – how am I going to make any changes?
    Also, yes I tried googling the whole error message, google can’t find it though.
    I just want to know how to get to my admin wordpress main admin so I can get rid of buddypress and perhaps start again.
    Without having to delete everything and start again!

    #137810
    aces
    Participant

    It seems that your theme has changed things around from ‘normal’. What theme are you using?

    One would expect the file ( and line number in bp-default ) to be like: https://buddypress.trac.wordpress.org/browser/tags/1.5.6/bp-themes/bp-default/registration/register.php#L68

    If you have a utility that will search with ‘Find in Files’ such as is available in notepad++ then you might be able to find where it’s been moved to….

    12sp
    Member

    I have Suffusion theme install along with the Suffusion BuddyPress Pack, but the message below won’t go away. I have this same thing installed on another site and don’t have this problem.

    You’ll need to activate a BuddyPress-compatible theme to take advantage of all of BuddyPress’s features. We’ve bundled a default theme, but you can always install some other compatible themes or update your existing WordPress theme.

    #137794

    In reply to: BuddyPress 1.6 RC1

    modemlooper
    Moderator

    This should be a new topic but I agree with Roger. I think BP-default should be on WordPress.org. I’ve had on many occasion needed an older version. It also gives users an indication they can use another BuddyPress theme from .org. I would even go as far as not bundling BP-default and only use .org. It’s easier to delete a theme when beginners mess up code and download via .org than to mess inside /buddypress

    I will create codex page. We need a discussion about the theme changes in 1.7 so it will be done properly to benefit the community. I know there is talk of using something like bbPress but I have struggled to understand its method and this is not good for designers who are not as good with php

Viewing 25 results - 17,476 through 17,500 (of 32,678 total)
Skip to toolbar