Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 12,626 through 12,650 (of 22,644 total)
  • Author
    Search Results
  • #132368
    vnmember
    Member

    geat job @poolie I have been looking your site, couldn’t belive that is a buddypress website at the first galance. How did you integrate a mobile apps into wordpress? I am courious how your business is running? I hope all goes well.

    #132358
    aces
    Participant

    Fatal error: Allowed memory size is totally different to Fatal error: Call to undefined function

    You only have 32 mb of memory available and wordpress needs more. There are various technques for increasing memory available but some hosts don’t allow those methods to be used and require a different hosting plan.

    If that isn’t practical it is possible to run wordpress with less memory if you cut back on plugins, use a theme that doesn’t eat up memory, and only upload very small pictures…. There are various plugins around that can help you work out what is eating ram

    I used to find it hard to run wordpress with 32 meg of memory, let alone buddypress ( fortunately my host upgraded me ).

    #132329
    allentan
    Member

    Ok. thanks. I will try to avoid using outdated plugin…

    THis should be the plugin you mentioned? Correct?
    https://wordpress.org/extend/plugins/bp-album/

    #132324
    Paul Wong-Gibbs
    Keymaster

    Check out http://tech.ipstenu.org/ebooks/wordpress-multisite-101/

    To do what you want, you’d need a multisite with subfolders instead of subdomains.

    #132320
    allentan
    Member

    @merime

    I managed to get it to work now… I do the hard way, reset everything and start all over under a new folder /dev. Its working. But alignment is Out a Little.

    http://learningdigitalphotography.net/dev/register/

    But when i register myself as a new user, it doesn;t give me any activation code… i just register and approved it via a link sent to my email.
    I wanted to add this plugin to allow sharing of photo…
    https://wordpress.org/extend/plugins/buddypress-easy-albums-photos-video-and-music/

    I believe this photo sharing plugin works? How can i integrate them into my site?

    @mercime
    Participant

    There’s also this plugin https://wordpress.org/extend/plugins/buddypress-user-account-type-lite/ but you would have to add some redirects to special registration pages with different profiles for respective users.

    #132313
    @mercime
    Participant

    Backup your bb-config.php in computer hard drive. The information which should be the same with your wp-config.php is the name of the database, username, password and hostname.

    e.g. if in your wp-config.php, you have
    `/** The name of the database for WordPress */
    define(‘DB_NAME’, ‘NM_rx001’);`
    then in you bb-config.php, you should have
    `/** The name of the database for bbPress */
    define( ‘BBDB_NAME’, ‘NM_rx001’ );`

    same goes for the username, password and hostname. In other words, do not change BBDB_NAME to DB_NAME

    EDIT – did not see your 3 most recent posts while I was writing info above.

    But wait, you posted
    `bb file has
    ‘BBDB_NAME’, ‘faixxx?);
    wp file has
    ‘DB_NAME’, ‘FAIHxxx?);`

    but faitxxx is not the same as FAIHTxxx Do not post DB info here. You’re compromising your installation.

    #132300

    In reply to: Customize Buddy Press

    @mercime
    Participant

    Simply done, if you have a single WP installation
    – DO NOT enable registration in Settings > General > Member
    – add https://wordpress.org/extend/plugins/absolute-privacy/
    that’s it.

    #132297
    aces
    Participant

    buddypress-links would be the plugin directory/folder not a file. In that message the file is bp-links-core.php.

    Is your error message exactly the same? If you quote it, please use backticks ( “` ) so it doesn’t get mangled by this website….

    To get back into the site’s admin it is sometimes necessary to disable all plugins but it would be better, normally, to disable one at a time or based on your error message….

    #132287
    @mercime
    Participant

    @emaarkhan if you have a WordPress theme (or a child theme thereof), install and activate the BP Template Pack plugin and go through Appearance > BP Compatibility process. Walkthrough of Twenty Ten Child theme with BP Template Pack – https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/

    #132273
    claudeg
    Participant

    As I said, I’ve tried to desactivate all plugin except Buddypress.
    Common plugins related to Buddypress on those site: BpDev Stealth Mode for Site admin, BP Group Management, BuddyPress Group Email Subscription, Events Manager, U BuddyPress Forum Attachment.
    I only see one thing that may have made a difference: before I’ve reverted the primary field to its original state (Name), I was using a different name (Prénom et Nom). Usually this primary field was related to the WordPress field “Name to be displayed publicly” (or something like that). Can it make the data not beiing save because it can’t find the user’s related ID? (It is only speculation, I have no understanding of how it works) And if so, how can I reverted this primary field data value? Deleting it from the database and recreating it?
    Thanks

    #132255
    aces
    Participant

    Wordpress Admin Settings > General > Membership – select Anyone can register ?

    #132243
    Paul Wong-Gibbs
    Keymaster

    After spending an hour trying things, I’ve discovered that if you’re on https, the user avatar includes are always http.

    EDIT: Made a ticket https://buddypress.trac.wordpress.org/ticket/4110

    #132239
    aces
    Participant

    You need to create both menus. Without it wordpress has it’s own default menu which you have been relying on

    A good guide for understanding wordpress menus is http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus

    #132238
    DRAGUIAN
    Member

    It’s frustrating because that’s almost it. I leave the Header navigation as blank because my buddypress/wordpress pages automatically fill in that menu. So when I am logged in all the pages I want to see are there. I only made my homepage and about page available to the nonmembers, and that works fine too. However, when a user is logged off, they can still see all the pages available to a logged in user aswell as the pages which are available to them. So instead of having one smooth menu for the non member, theres the members menu and below it a non members menu. Note this is only for logged out members everything is fine as far as signed in users are concerned.

    #132235
    DRAGUIAN
    Member

    OK alternative menu etc is all set up on menus page. I am using the Elbee Elgee child theme at the moment. Do I still have to do the first step of implementing that code in the headers menu (<?php
    // https://codex.wordpress.org/Function_Reference/wp_get_current_user
    $current_user = wp_get_current_user();……

    #132234
    aces
    Participant

    You should make a child of bp-default and backup files and db just in case…

    You don’t add or remove any pages from the code. The point is that it works from the built in wordpress default menu system. ( https://codex.wordpress.org/Navigation_Menus )

    To get the second menu to appear – In your child theme’s functions.php file add:
    `function register_my_menus() {
    register_nav_menus( array(
    ‘primary’ => __( ‘Header Navigation’ ),
    ‘secondary-menu’ => __( ‘Alternative Menu’ ),
    ‘another-menu’ => __( ‘Another Menu’ )
    ) );
    }
    add_action( ‘init’, ‘register_my_menus’ );
    `

    #132229
    aces
    Participant

    You shouldn’t touch wp or bp core files.

    What theme are you using?

    In your child theme’s header.php file you replace the `wp_nav_menu` section with either of the above ( not both ).

    Then you can define two menus on appearance > menus ( primary and secondary-menu on the above example ) Set one for logged in users and one for everyone else.

    #132228
    PJ
    Participant

    Paul,

    Ideally I’d like to have the whole site forced https since I have a private ssl. So, WP+BP in all https if possible.

    I did a fresh install of WP and just installed BP, so I doubt it’s an image issue. Is there a way to go totally https?

    I also went to Settings > General and changed WordPress Address (URL) to have an https rather than http. Anytime I click BP parts of the site it goes back to regular http.

    #132225
    DRAGUIAN
    Member

    I am guessing that I need to make a change in the wordpress-includes pluggable.php

    #132223
    DRAGUIAN
    Member

    I prefer the first option of serving different menus whether the user is logged in or not. Should I put that code into the themes header or funtion.php? Do I need to add to the given code it to specify which pages I want to hide from logged out users. Using latest version of wordpress and buddypress

    #132220
    Paul Wong-Gibbs
    Keymaster

    You need to figure out and tell us what is being included over http. Also your WordPress and BuddyPress versions. Thanks.

    #132209

    In reply to: fake user signup

    @mercime
    Participant

    == how can they sign up to my database without filling in the recaptcha or confirming their mail? ==
    There is a possibility that your old BP1.2.7/WP3.2 installation has been hacked. I would start backing up DB and server files to your hard drive. See https://codex.wordpress.org/FAQ_My_site_was_hacked

    == but for some reason the search field always brings me to the homepage instead of search results. ==
    Yes we are aware of this and the issue will be resolved soon.

    #132205
    @mercime
    Participant

    == Using cpanel (fantastico) … how can i reinstall wordpress, can this be the issue? ==

    @allentan you will need to re-install WordPress. WordPress should be installed manually, e.g. via FTP, and NOT via webhost scripts which bring about numerous issues when BuddyPress is activated.” (reference)

    #132198
    @mercime
    Participant
Viewing 25 results - 12,626 through 12,650 (of 22,644 total)
Skip to toolbar