Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 5,851 through 5,875 (of 22,683 total)
  • Author
    Search Results
  • #239698
    proteas
    Participant

    Now I have completely deleted the MySql database and all WordPress files. I did a completely clean install of WordPress 4.2.2 (without using Softaculous) and the only plugin I installed and activated is BuddyPress 2.2.3.1. Haven’t changed the language or anything else.

    The problem is still there, exactly the same. The users get activated immediately after registration without clicking on the email link that is being sent to them.

    #239683
    shanebp
    Moderator

    a:3:{i:0;s:7:”English”;i:1;s:4:”Math”;i:2;s:10:”Substitute”;}
    is a serialized array.

    BuddyPress will unserialize profile data via
    xprofile_get_field_data( $field, $user_id = 0, $multi_format = 'array' )
    and return an array.

    But if you want to do this in the context of a search query, you probably want to use wildcards in the mysql statement, for example: %math%.
    This can be tricky to implement if you haven’t done it before.

    There is already a good plugin that does member searches based on profile field values:
    https://wordpress.org/plugins/bp-profile-search/

    #239656
    hammed4real101
    Participant

    Am using statfort-educational-wordpress, and have enable sidebar on the buddypress activity page.

    am really confuse, help me out.

    http://themeforest.net/item/statfort-educational-wordpress-theme/6839697

    #239653
    Henry Wright
    Moderator

    Hi @albydigei

    This functionality is currently in development. See this ticket for progress:

    https://buddypress.trac.wordpress.org/ticket/6057

    #239634
    proteas
    Participant

    I deactivated all other plugins besides BuddyPress. Activated the 2014 theme. Changed the language to English and made sure BuddyPress pages were all assigned. The permalinks were already not on default. Then I deleted the wp-config and htaccess.

    Then I got to the point of install. I was asked for database information. I put the information of my already existing database, but I changed the wp_ table prefix to match the one I use for my already existing database and WP said that there was already an installation and didn’t go further. It automatically generated the wp-config with new hashes, but not .htaccess. I created it myself and only put the WP default .htaccess code:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Just to make sure, I also downloaded my entire public_html directory, and also downloaded a fresh copy of WordPress 4.2.2 and BuddyPress 2.2.3.1 and then ran them through a file difference checker application. The only two differences I found were:

    1. “version.php” inside the WordPress “includes” folder
    had as last line $wp_local_package = ‘el’; and I removed it and

    2. in BuddyPress “bp-members” folder the file “bp-members-template.php” I had changed a language string and I replaced the entire file with the fresh copy.

    All other WordPress and BuddyPress files are completely identical with the original versions.

    I used a different browser to register, but the problem persists exactly the same. It doesn’t work for any gmail account, but works for 1 of the two domains that used to work before.

    #239632
    proteas
    Participant

    I used Softaculous to install WordPress myself.

    I will try your suggestions and let you know, thank you so much for your responses.

    #239630
    danbp
    Participant

    I’m unable to tell what happens. I tried to register, received the mail, clicked on activation link and error message.
    Tried to login, and didn’t found the wp-login page.

    Some url’s are weird or wrong… and i suspect you haven’t correctly setup BuddyPress.

    Deactivate all plugins but BP
    Deactivate kleo theme and activate 2012 or 2014.

    Go to BP settings and check all pages. You need a page for each component. This page must only have a title and should be absolutely blank, without any template or page model assigned.

    Go to permalinks and select an option. Whatever except default. Save.

    Via FTP, delete wp-config.php and htaccess. This will not affect the DB content
    Run WP install again (yoursite.com/install). The goal is to generate a brand new htaccess and wp-config file.
    When you’re asked for, use salt key generator and copy/paste the result to wp-config

    If all went correctly, you have a fresh install.

    Return to BP settings and check that anything is still in place. Register and activation page maybe completed or not assigned. In this case, assign a page to each.

    Return to permalinks and simply save the page.

    Now you can test registering again. If it is ok, you activate kleo and re-test registering.

    Subsidiary question: have you installed WP manually or did you used a hosted automated package ?

    Check also kleo’s support about BP configuration.

    #239626
    proteas
    Participant

    Sure. The site is http://www.sinaxtite.com. It’s all in Greek though, but you can still see the problem. Use the top menu, the right-most menu item is “Registration”. The only fields you need to fill are the standard ones, the left column is the standard wordpress registration fields, on the right you only need to fill in the user display name and click on the checkbox below for terms and condition acceptance.

    #239613
    danbp
    Participant

    Annoying issue, was initially reported for BP 1.7

    See https://buddypress.trac.wordpress.org/ticket/4948

    Reopen the ticket, give details and this topic url
    To login use same credentials as for here.

    #239610
    proteas
    Participant

    I have already deactivated all plugins, leaving only BuddyPress active and it still happens.

    The plugins I currently have installed are:
    Agreeable
    bbPress
    BuddyPress Activity Privacy
    BuddyPress Cover Photo
    BuddyPress
    WPBakery Visual Composer
    K Elements
    Rendez Vous
    Revolution Slider
    Social Articles
    Ultimate Coming Soon Page
    W3 Total Cache
    Wp Mail Bank by Tech Banker
    WordPress Simple Security Firewall
    WPAchievements

    danbp
    Participant

    Please have a look to this ticket
    https://buddypress.trac.wordpress.org/ticket/6421

    Don’t hesitate to give more details or information to the devs. Login is using same credentials as on this forum.

    #239554

    In reply to: Login Failure

    Henry Wright
    Moderator

    Hey @hmglv

    Diagnosing that problem is going to be rather difficult on the little info we have to go on. My advice is to search the WordPress code base to see if anything shows up for the exact error string you’re seeing. Then try to trace back to see what may be causing the error.

    KeithMon
    Participant

    I’m experiencing the same issue. After I visit BuddyPress pages and then navigate to any standard or template page, except the homepage, but including the blog, I get a 404. Sometimes a simple refresh will work. Sometimes navigating to a new page will work. Sometimes the issue will not be fixed unless I refresh Permalinks or log-out and log-in again.

    WordPress 4.2.2
    BuddyPress 2.2.3.1
    bbPress 2.5.7 (though, the issue continues even when bbPress is deactivated)

    This issue was asked on another post that was closed before an answer was provided:
    https://buddypress.org/support/topic/buddypress-iis-and-randomreoccurring-404-errors/

    This post had a resolution:
    https://buddypress.org/support/topic/page-not-found-error-on-static-pages/

    I have checked and Mod_Rewrite is enabled through htaccess as defined here:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /higher/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /higher/index.php [L]
    </IfModule>
    # END WordPress

    Am I missing anything here? This appears to be an issue with BuddyPress. Does anyone have a resolution?

    #239543
    Hope
    Participant

    I’ve already tried to change the location of the https lines in the htaccess file but nothing changed :S the file is in the wordpress directory i.e in the socialnetwork directory in my case.

    Thanks

    #239495
    Hope
    Participant

    @henrywright sure, turning a wordpress website into https requires as mentioned in most of the references:
    1- adding:

    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

    to the htaccess file
    2- Modifying site and wordpress addresses (in the general settings).

    Talking about the htaccess file led us to what we were talking above (to assure that the basic htaccess file is right)…

    So again, have I missed something?

    #239491
    Hope
    Participant

    Yes I gave WordPress its own directory under the site root and Buddypress is working fine! My website is working fine from about a year an a half, the problem is in turning it into HTTPS which is not working :S

    danbp
    Participant
    #239485
    danbp
    Participant

    Depends where wp is installed ! Usually at site root.
    See your WP settings (settings > general) if unsure.
    Remember also that BuddyPress does not work on installations where you give WordPress its own directory.

    Getting Started

    #239475
    Hope
    Participant

    Don’t I need to mention the site folder? like if my website is http://your-site.com/wordpress, I put:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>
    #239474
    lepotager
    Participant

    Hello,

    Same problem here… Has anyone found a solution ?

    When I’m on a mobile, the wordpress admin bar shows up but there are no button on it to login or register..

    And there is also a black/grey bar on top of this bar.

    Screenshot if it can help : https://i.imgur.com/lGbOSWO.png

    Thanks

    danbp
    Participant

    @minglonaire,

    i’m part of the one percenter who cares about well formed urls and a basic system which is working on 23% of www’s sites !

    If you have enhancement ideas, feel free to post in the appropriate forum or open a ticket on Trac.

    BP is only a WP plugin and doesn’t handle registration. On the other hand, WP use a very short registering form, containing 3 fields: username, email and password.

    First and last name are optionnal fields on the standard WP user profile. These fields are not mandatory, never appear on the registration page and it’s in the freedom of everyone to use them or not. When BP is installed, he provides a mandatory Name field, which can be used to enter a username or a first/last name.

    Even if i have no percentage to give you, i’m pretty sure that almost all users are satisfied to use a CMS which doesn’t ask them for real names at first ! And why not their address, blood group, gran’mother nickname or their mom’s phone number ?

    This are privacy options, and WP is smart enough to not abuse of such things, by default. Smart enough also to use the simpliest existing register routine, like all other major web operators, a username, a valid email and an encrypted password.

    Anything else is matter of flexibility, one of the major interrest to use BuddyPress. And definetly no, not all communities have members who knows each others. Don’t make you the spokeman of such behalf speculation. 😉

    I think you’re confused by system requirements and your own desires. To get it clear for the register aspect, read here please.

    Oh, and the answer to your question is here:

    Customizing Labels, Messages, and URLs

    #239443
    OakCreative
    Participant

    After more digging around, I’ve realised that it does work for the visual editor, but only if the TinyMCE iframe has an ID of content_ifr (as per the WordPress dashboard).

    By changing the $editor_id argument in wp_editor() to 'content', everything works. I would have to change the markup for my website though as I am already using #content for another element.

    This means the autosuggest function can only be used on one visual editor at a time in the front-end and relies on a specific ID. However, changing the jQuery selector in mentions.js to '.wp-editor-wrap iframe' seems to work and allow for multiple instances.

    Obviously editing core files isn’t ideal though, so this isn’t a real solution.

    OakCreative
    Participant

    Hello,

    I am using WordPress’ WYSIWYG editor to enhance the What’s New textarea. That’s all working fine, however, the new autosuggest @mention only seems to work in the text editor.

    Is there a way to get it working within the visual editor?

    Using WordPress v4.2.2 and BuddyPress v2.2.3.1.

    #239365
    Marcella
    Participant

    Theres a plugin which does what you mention. BuddyPress Activity Plus you can find it from the plugins page in your WordPress admin area.

    #239363

    In reply to: Native Mobile App

    Henry Wright
    Moderator

    Hi pixskull

    You have a number of options. There are plugins you could install which would help you. Also there is the code-it-yourself approach. It depends on your time, coding skills, requirements etc.

    Check out https://apppresser.com/ as well. It lets you build apps with WordPress.

Viewing 25 results - 5,851 through 5,875 (of 22,683 total)
Skip to toolbar