Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,926 through 6,950 (of 22,621 total)
  • Author
    Search Results
  • #205219
    Paul Wong-Gibbs
    Keymaster

    Does the error still occur if you switch back to WordPress’ twentytwelve theme (just as a test)?

    #205215
    Paul Wong-Gibbs
    Keymaster

    Hmmmm. BuddyPress does not ever automatically mark a user as a spammer (or not a spammer), so I’m not immediately sure what might be going on. What other plugins do you have on the site, and what theme are you using?

    Please also tell us the versions of WordPress and BuddyPress that you are using, like @shanebp asked.

    Last question: are you using multisite? If you don’t know what that is, the answer’s no. 🙂

    #205212
    boriskamp1991
    Participant

    Thank you for your reply,
    When I hover over the one user that is not an admin I get to see ‘spam’, so it looks like WordPress does not see it as a spammer. the other user is an admin, so why on earth would Buddypress mark that as a spammer?
    I registered a new user and it is marked as spammer right away by BP, WP does not because I can click the ‘spam’ button from the users list.

    I installed BP on my other local test site and there it works fine….
    I guess you guys need more info so please let me know as Im really in need of solving this.

    Thanks!

    #205210
    @mercime
    Participant

    just went to make changes in buddypress.min.css


    @barchiola
    Please do not modify the CSS file in the BP plugin. Any changes you make will be overwritten the next time you upgrade BuddyPress. Recommend that you upgrade to the latest BP version 2.1.1 https://buddypress.org/download/ and create a child theme of your preferred theme. Add the style changes to your child theme’s stylesheet.

    #205189
    Marcella
    Participant

    Not sure when it will be ready, I’m integrating some bespoke functionality to link with BuddyPress and WordPress so it’s been taken down.

    Also have to think about some sort of mobile / tablet situation as it never had one before.

    I’ll come back here when it gets going again.

    #204938
    WireLab
    Participant

    sorry buddypress 2.1 wordpress 4.0

    #204603
    danbp
    Participant
    #204299
    ecrip
    Participant

    Nor is mine
    WordPress 4.0 running Cosmic Buddy theme
    BuddyPress 2.1
    bbPress Version 2.5.4
    http://lifeplusstyle.com/site/

    Registration, signup, Activate don’t work. Takes me to a blank page http://lifeplusstyle.com/site/register/

    Neither does the vast majority of the drop-downs in the upper right corner; also takes me to a blank pages.

    I have tried testing in several themes including Twenty-Twelve and Twenty-Fourteen. The same issues are present using these themes too.

    ~Ecrip

    #203969

    In reply to: Scripts to footer

    Henry Wright
    Moderator

    The problem with loading scripts in the footer by default is dependency. Take jQuery for example, if WordPress were to load jQuery in the footer by default and a WordPress theme developer then loaded some jQuery-dependent code in the header or body then that jQuery-dependent code wouldn’t work. It’s these considerations the BuddyPress core developers have to make.

    #203957
    danbp
    Participant

    I’m not familiar with japanese, sorry. But it could be possible that .ja uses
    1) another plural form (the one in the example is for fr and some other occidental languages)
    2) another charset as utf8

    Read on WordPress Codex where you find more information arond these settings.

    Additionaly you can also get in contact with the japanese WP translation team, for better guidance for this very specifif problem or ask for that on the WPpolyglot blog.

    #203947
    shanebp
    Moderator
    #203946
    1a-spielwiese
    Participant

    In general, I found a solution now – using my ‘BP profile search’-plugin and the WordPress design/menu-options:

    1. The list of my fan-members is now:

    http://1a-spielwiese.de/mitglieder/?field_124=Fan&bp_profile_search=326;

    cfr.: http://1a-spielwiese.de/wp-content/uploads/2014/10/Die_Fans_links_mark.jpg

    2. The list of my team-members is now:

    http://1a-spielwiese.de/mitglieder/?field_124=Team&bp_profile_search=326

    cfr.: http://1a-spielwiese.de/wp-content/uploads/2014/10/Die_Teams_links_mark.jpg

    3. My entire member-list is now:

    http://1a-spielwiese.de/mitglieder/

    The fan- and the team-lists are now part of my header-menu; the entire member-liste not (because the latter I do not need).

    —–

    However, now I want to make some changes regarding my new fan- and team-pages:

    How can I delete the text, which is striked within the screeshots:

    http://1a-spielwiese.de/wp-content/uploads/2014/10/Die_Fans_text_to_delete.jpg

    und

    http://1a-spielwiese.de/wp-content/uploads/2014/10/Die_Teams_text_to-delete.jpg

    ?

    #203936

    In reply to: Scripts to footer

    danbp
    Participant

    Why do you want to do this ? 😉
    Adding js to footer maybe best practice, but is intended for heavy scripts. So be carefull before modifying buddypress. If you have load time issues or if you consider your site to slow, first trackdown the culprit. In most case, it is only because of to many or bad written plugins on a poor server.

    https://codex.wordpress.org/Using_Javascript
    https://codex.wordpress.org/Function_Reference/wp_enqueue_script

    http://siloplugin.com/silo-plugin-blog/wordpress-websites/adding-scripts-in-wordpress-with-wp-enqueue/

    http://blog.cloudfour.com/getting-all-javascript-into-the-footer-in-wordpress-not-so-fast-buster/

    Enqueueing Scripts or Styles only when your plugin needs it


    https://buddypress.org/support/tag/javascript/

    #203935
    valuser
    Participant

    Update.

    Yesterday there was a general notification from wpengine about a wordpress bug notified on https://core.trac.wordpress.org/ticket/29557 that effected some installations on some of the wpengine servers.

    I had hoped that maybe this would explain the anomaly outlined above.

    So i put the theme on an installation on wp-engine with wp v.3.9.2

    No change i’m afraid .
    but
    i’m not finding the above error in the error logs of this installation

    Frustrating!

    #203665
    danbp
    Participant
    #203651
    Paul Wong-Gibbs
    Keymaster

    Short of giving your users extra hugs and re-assuring them that their WordPress usernames aren’t particularly private bits of data, you’re going to have to get your hands dirty. 🙂

    It might be down to how the other plugin creates user accounts. Most plugins that allow sign-in using other services’ authentication systems (such as Facebook) don’t “properly” create WordPress user accounts; they use MySQL statements directly instead of using WordPress’ APIs.

    This can cause problems with plugins that expect certain user record fields to be in a particular format (if some other plugin came along and just inserted something in a custom format in place). I am not saying that this is the case with this plugin, as I haven’t looked at its code, but I’ve seen this sort of thing before.

    If you can create a test account and then go into your DB’s wp_users table and find your test user, and let us know what the values of the user_login, user_nicename, display_name fields are — and which one of these @mentions is using, and which one you would like it to use.

    I built @mentions in the last BuddyPress release and while I’m not sure if it’s possible to get it to change how it behaves like this, understanding what you’d want different with real data from a test account will help us help you, and at worse, give a suggestion for ways we could make advanced customisations possible for this in future BuddyPress releases.

    #203649
    1a-spielwiese
    Participant

    Let’s come back to the beginning:

    1st: Revolved.

    2nd: Resolved.

    a) I decided finally for having only one border color. If you want to have different border colors, you have to make different definitions for #buddypress .standard-form #basic-details-section and #buddypress .standard-form #profile-details-section

    and, if you use them, for: #user-role-section and #buddypress .standard-form #blog-details-section.

    b) I have abstained from having the text lines ‘WordPress’ respec. ‘BuddyPress’ at the borders and from making the bottom-borders more strong.

    3rd: Revoled.

    4th: Revolved.

    5th:

    I guess, it would be most comfortable, to have within the Dashboard check boxes for deciding, whether a certain field group or field should be displayed on registration page or not.

    Not revolved.

    6th to 8th:

    a) Finally I have abstained from having the blog-details-section on the registration page.

    b) I didn’t collect information about changing this section.

    —-

    So, the main issues are revolved. I would have no objections against marking the entire thread as ‘[Resolved’].

    mcpeanut
    Participant

    @r-a-y Yes mate, you have summarized it correctly.

    May i add one other important note though, this has NOT just started happening, this has been happening in buddypress since i started using it in 1.9!

    I have been mentioning this issue for a while , i have tested this on 3 different live servers and a home setup using desktopserver, all with fresh installs of wordpress and buddypress alone (NO OTHER PLUGINS EVERYTIME), How many times have i tested since 1.9? well lets say its gotta be at least 100 fresh installs of wordpress all with default themes since wordpress 3.7 ish.

    if you want to go look for yourself there is a perfect example of this happening at buddyboss demo theme if you log in and hit the load more button then add over 5 comments to a test status then refresh it and scroll down and hit load more again, you can do this here where you will then notice they are not collapsed .

    http://www.buddyboss.com/demo/buddyboss/

    #203628
    shanebp
    Moderator

    @r-a-y

    [off topic – If you’ve a spare moment, lol…]
    re: the use of count_total

    It might be a factor in this bbpress ticket re Activity entries:
    https://bbpress.trac.wordpress.org/ticket/2690

    https://buddypress.org/support/topic/bbpress-post-edit-causes-multiple-activity-entries/

    #203622
    r-a-y
    Keymaster

    This might not answer your question, but try BP’s built-in activity comment / blog comment synchronization feature.

    To try this, login to your WP admin dashboard. Navigate to “Settings > BuddyPress”.

    Click on the “Settings” tab. Check “Allow activity stream commenting on blog and forum posts” and save.

    Now make a blog post and comment from the activity stream or from the blog post. Activity comments and blog comments should now be synched.

    The alternative is this older plugin:
    https://wordpress.org/plugins/buddypress-activity-as-blog-comments/

    It used to replace the WP comments section with the BP activity reply system, but it’s been awhile since I’ve tested this one so it might not work any more.

    #203585
    Henry Wright
    Moderator

    Take a look at this tutorial:

    Load Next WordPress Posts With AJAX

    It’s a good attempt at explaining how AJAX can be used to load more WordPress posts. The solution isn’t 100% perfect for you a) because it applies to WordPress posts and not BuddyPress activity items and b) the query is slightly off if a new post happens to be published between initial page load and load more button click.

    *But* it should give you a good starting point to gain understanding on how AJAX *might* be used to load more items into the DOM.

    mcpeanut
    Participant

    @danbp do you not remember talking to me about this very issue a week or 2 ago in a post?

    this is the exact same issue i am talking about, its not theme or plugin specific it happens on any fresh and new buddypress install without any plugins running at all and with all the default themes, i have extensively tested with numerous fresh installs.

    as i mentioned in that thread this is a very troublesome problem, why on earth dont a few devs just check out this problem by just installing buddypress with a fresh wordpress install then post about 40-50 dummy status updates in the stream and then about 10 from the bottom add over say 7 comments then another 10 statuses up add another 7 comments and finally add another seven comments to near the top.

    now after doing that go and refresh the page and you will find that the first 7 comments you see in the closest status to the top will only show 5 of the 7 and an option saying show all comments will appear (how they should be), then scroll down to the load more button and click it and notice the statuses after you click the load more button show all 7 comments instead of hiding after 5!!!!!! (7 is used as an example so imagine if 30 comments have been made on a status! makes the activity stream very loooooooooooooooooong!

    this takes me on average less than 5 minutes to replicate every single time from a fresh install, the reason most of you are not seeing it is because i think you are not testing past 5 or more comments!

    #203572
    requiemz
    Participant

    Okay Ill fill out the questionnaire.

    1. Which version of WordPress are you running?

    4.0

    2. Did you install WordPress as a directory or subdomain install?

    Directory.

    3. If a directory install, is it in root or in a subdirectory?

    Subdirectory /var/www/web

    4. Did you upgrade from a previous version of WordPress? If so, from which version?

    No, its a vanilla install.

    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?

    None, installing for the first time.

    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?

    Yes see below:

    Bulk Move
    Move or remove posts in bulk from one category or tag to another
    Version 1.2.1

    Envato WordPress Toolkit
    WordPress toolkit for Envato Marketplace hosted items.
    Version 1.6.3

    Post Type Switcher Allow switching of a post type while editing a post (in post publish section) Version 1.3

    Regenerate Thumbnails
    Allows you to regenerate all thumbnails after changing the thumbnail sizes.
    Version 2.2.4

    Social Count Plus Display the counting Twitter followers, Facebook fans, YouTube subscribers posts and comments.
    Version 3.0.0

    Ultimate Coming Soon Page Creates a Coming Soon or Launch page for your website.
    Version 1.11.1

    Velvet Blues Update URLs This plugin updates all urls in your website by replacing old urls with new urls.Version 3.2.2

    Widget Importer & Exporter Imports and exports widgets.
    Version 1.1.4

    WordPress Importer Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.
    Version 0.6.1

    9. Are you using the standard BuddyPress themes or customized themes?
    Not sure what this means, I bought the theme and the vendor says its designed to work with BuddyPress.

    10. Have you modified the core files in any way?

    No.

    11. Do you have any custom functions in bp-custom.php?

    No.

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    NA

    13. Please provide a list of any errors in your server’s log files.

    Not sure which logs you need but this looks relevant:

    [Wed Oct 01 05:30:30.686873 2014] [fcgid:warn]  [client XXX.XX.XXX.XXX:1029] mod_fcgid: stderr: PHP Warning:  opendir(/wp-content/themes/mightymag/inc/jackbox/img/graphics/): failed to open dir: No such file or directory in /var/www/web/wp-content/themes/mightymag/inc/jackbox/php/graphics.php on line 45, referer: http://mydomain.net/
    [Wed Oct 01 05:44:37.340658 2014] [fcgid:warn]  (104)Connection reset by peer: [client XXX.XX.XXX.XXX:1025] mod_fcgid: error reading data from FastCGI server, referer: http://mydomain.net/wp-admin/update.php?action=upload-plugin
    [Wed Oct 01 05:44:37.340781 2014] [core:error]  [client XXX.XX.XXX.XXX:1025] End of script output before headers: plugins.php, referer: http://mydomain.net/wp-admin/update.php?action=upload-plugin
    [Wed Oct 01 06:14:53.652260 2014] [fcgid:warn]  (104)Connection reset by peer: [client XXX.XX.XXX.XXX:1024] mod_fcgid: error reading data from FastCGI server, referer: http://mydomain.net/wp-admin/update.php?action=install-plugin&plugin=buddypress&_wpnonce=54d70bf280
    [Wed Oct 01 06:14:53.652392 2014] [core:error]  [client XXX.XX.XXX.XXX:1024] End of script output before headers: plugins.php, referer: http://mydomain.net/wp-admin/update.php?action=install-plugin&plugin=buddypress&_wpnonce=54d70bf280
    [Wed Oct 01 20:36:21.437859 2014] [fcgid:warn]  (104)Connection reset by peer: [client XXX.XX.XXX.XXX:1024] mod_fcgid: error reading data from FastCGI server, referer: http://mydomain.net/wp-admin/plugins.php?plugin_status=all
    [Wed Oct 01 20:36:21.437996 2014] [core:error]  [client XXX.XX.XXX.XXX:1024] End of script output before headers: plugins.php, referer: http://mydomain.net/wp-admin/plugins.php?plugin_status=all

    14. Which company provides your hosting?

    localhost

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?

    LAMP

    #203567
    bp-help
    Participant

    @pfriem
    I have a premium plugin Private Community For BP that should do what you need if you are interested. You can ask any questions regarding this plugin you have here:
    Submit Comments, Tips or Tricks, or Job Inqueries

    #203197
    danbp
    Participant

    @msgliniewicz, @nexus66

    is not a feature to ask for and is already existing.


    @msgliniewicz
    , if you want to remove your theme login part, see your theme support or documentation first. Generally, this is made by creating a child theme, from where you can remove in a safe way the whole html concerning the login part.


    Reminder

    1. WordPress is the heart of your install. In any case.
    2. BuddyPress is only a plugin
    3. You can use any theme you want to get WP and BP showing

    Site login

    1. WordPress is the only one who manage logins and comes with a login widget.
    2. BuddyPress add xprofile (if enabled) to the WP login form. In other words, BP extend the WP login form and give you the ability to use it’s own login widget.
    3. Your theme can also come with a login widget.

    But there is only one login logic: username | password | login/logout | and sometimes additionnal tools like Remeber me and/or Forgot your password ?

    This means that you can use the WP login widget, or the BP login widget or your theme login widget. The only thing you have to do is to activate ONLY(preferably) one of these widget and to stay clear and logic with yourself.

    • If you use BP, choose preferably BuddyPress tools to show the plugin.
    • If you want to promote a mega super genius awesome responsive coffe delivering theme over anything else installed on your site, use the theme tools.

    In this case, remind to checkout any conflict possibility between such a theme and any of your plugins, even BP.

Viewing 25 results - 6,926 through 6,950 (of 22,621 total)
Skip to toolbar