Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 19 replies - 1 through 19 (of 19 total)

  • caspergrimaldi
    Participant

    @caspergrimaldi

    Well if you want to talk to me like I’m a dummy person, then I’ll do just the same :
    “The plugin”‘s name is mentioned in the error message. Maybe you should learn to read too.

    To be honest I’d rather live with the problem than having to read support messages such as yours @bp-help


    caspergrimaldi
    Participant

    @caspergrimaldi

    I’m the one who created the site.
    I’ve been using that default picture for weeks and never had any problem before.
    I only have 1 custom function which is to list alphabetically from last name instead of first name.

    The plugin which shows an error message has been updated, however, what is odd is that this plugin has also been on the site ever since it’s creation and no modification towards it had been done so I don’t understand why it is happening now and why on newly registered only.
    I tried disabling it to see if problem is fixed but it’s not.


    caspergrimaldi
    Participant

    @caspergrimaldi

    Thanky you, I love you Mercime.

    Basically, what happened is, I had that float and width etc, but it’s the “#members-list li {” that was wrong. I had “#buddypress” beforehand which is why it wasn’t working.
    All good now.

    Many many thanks

    You can mark this as resolved.


    caspergrimaldi
    Participant

    @caspergrimaldi

    There is a “is_user_logged_in() ” but it isn’t checked :S

    It’s in my sidebar. Here is the php.
    <?php do_action( ‘bp_before_sidebar’ ); ?>

    <div id=”sidebar” role=”complementary”>
    <div class=”padder”>

    <?php do_action( ‘bp_inside_before_sidebar’ ); ?>

    <div class=”gravatar”><?php if ( is_user_logged_in() ) : ?>

    <?php bp_displayed_user_avatar( ‘type=full’ ); ?></div>

    <?php do_action( ‘bp_after_sidebar_login_form’ ); ?>

    <?php endif; ?>

    <?php /* Show forum tags on the forums directory */
    if ( bp_is_active( ‘forums’ ) && bp_is_forums_component() && bp_is_directory() ) : ?>
    <div id=”forum-directory-tags” class=”widget tags”>
    <h3 class=”widgettitle”><?php _e( ‘Forum Topic Tags’, ‘buddypress’ ); ?></h3>
    <div id=”tag-text”><?php bp_forums_tag_heat_map(); ?></div>
    </div>
    <?php endif; ?>

    <?php dynamic_sidebar( ‘sidebar-1’ ); ?>

    <?php do_action( ‘bp_inside_after_sidebar’ ); ?>

    <?php wp_meta(); ?>

    </div><!– .padder –>
    </div><!– #sidebar –>

    <?php do_action( ‘bp_after_sidebar’ ); ?>


    caspergrimaldi
    Participant

    @caspergrimaldi

    Is there a way to work around it though?
    And in the same kind, can we have a user avatar to be displayed in their profile for non members to see when they browse through the member’s profile?
    At the moment, same as private message, it is only displayed to other members.


    caspergrimaldi
    Participant

    @caspergrimaldi

    I am already using that.


    caspergrimaldi
    Participant

    @caspergrimaldi

    Found the conflicting plugin. It was the “real name” one. All good now.
    tks


    caspergrimaldi
    Participant

    @caspergrimaldi

    Nope, I didn’t create a custom stylesheet. I’ve been modifying the style.css one and have save copies of it regularly as well as keeping a copy of he original one.

    I put the code in the style.css, however because it didn’t work I erased it, hence you not seeing it.


    caspergrimaldi
    Participant

    @caspergrimaldi

    I’m using frisco for buddypress.
    Just tried the switch. Still no difference.
    Would it help you to have admin access? Or would it help for me to paste some php here?


    caspergrimaldi
    Participant

    @caspergrimaldi

    I mentioned I tried but it doesn’t take change in consideration. I don’t know why because I save it. Go away from the page. It doesn’t appear to have changed. But if I click on edit again, then it has indeed saved the title as I want it. It just isn’t displaying it.


    caspergrimaldi
    Participant

    @caspergrimaldi

    Thanks but this isn’t the one I’m trying to change.
    If you go on the link you attach and look at the 1st picture on the right, it’s the “name, primary, required” one that i need to change because mine doesn’t say name (I wish it did). It says nickname :S


    caspergrimaldi
    Participant

    @caspergrimaldi

    Looks quite complex. Isn’t there an easier way to do it?


    caspergrimaldi
    Participant

    @caspergrimaldi

    It didn’t work. Nothing happened :S


    caspergrimaldi
    Participant

    @caspergrimaldi

    media query section? Not familiar with this sorry.


    caspergrimaldi
    Participant

    @caspergrimaldi

    I solved half of the issue.
    i had set up the css with margin-right:auto and same for margin left. Once I took it out it was back to normal.
    However still would like to get rid of the empty space above sidebar in the profile sections.


    caspergrimaldi
    Participant

    @caspergrimaldi

    This is the link about the sidebar. https://buddypress.org/support/topic/sidebar-issues-2/

    My host is go daddy (VERY SLOW)


    caspergrimaldi
    Participant

    @caspergrimaldi

    @mercime thanks. After a few minutes it worked again. Didn’t do anything in particular, it just worked again :S

    Since you’re on my case, I posted in a different post about my sidebar. You wouldn’t happen to know how i can lose the empty space above the sidebar in the profile pages?


    caspergrimaldi
    Participant

    @caspergrimaldi

    I don’t have anything written in spanish on my pages.

    I restarted the whole site, it was all working well. Today I tried registering and the problem is back. I have no idea what’s creating the block.

    The only plugins I have that use login ar buddypress and the membership plugin. But all those have been up and running from the start and were working fine.

    New page for registering is adauk.org/join

    Would love some help please. I have to launch this site on June 1st.


    caspergrimaldi
    Participant

    @caspergrimaldi

    I changed the URL to adauk.org/register in case the -3 was an issue but it’s still not working

Viewing 19 replies - 1 through 19 (of 19 total)
Skip to toolbar