Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 20 replies - 1 through 20 (of 20 total)
  • @lemmyc

    Participant

    Can anyone shed any light on this?

    @lemmyc

    Participant

    OK, the menu options have disappeared again, on some of my sites, but not all.
    If I change this in bbpress.php

    
    'show_ui'             => current_user_can( 'bbp_topics_admin' ),

    to

    'show_ui' => current_user_can( 'manage_options' ),

    I can see the Topics menu. Same if I change the permissions for the Forums and Replies menu.
    Why should it be that the Forums, Topics and Replies menus are showing in some of my sites, but not others? I am administrator and keyholder in all of my sites.

    @lemmyc

    Participant

    Hmm, looks like it was a temporary glitch – switching BBPress off and on again made the menus re-appear for site admins … :/

    @lemmyc

    Participant

    Is it the sitewide activity feed, perhaps..?

    @lemmyc

    Participant

    Wellll… after much debugging. I had to override members->single->blogs.php in my child theme and set the subnav to have a no-ajax class.
    ie. <div class="item-list-tabs no-ajax" id="subnav" role="navigation">

    I don’t know if I lose anything with the My Sites page if no-ajax is set.

    It would really be much nicer if I could just achieve this in the plugin without messing with the theme. Or have I done something wrong here?

    @lemmyc

    Participant

    The Edit Author Slug plugin seems to be the answer to my prayers. I can adapt it to set user_nicename to firstname + lastname. And if that identifier is already taken, it returns firstnamelastname-2, and so on.

    I should be able to switch @mentions back on when this is set up, as noone has used it in my system so far.

    But which hook should I use to set my custom user_nicename on the creation of a user? More homework required…

    @lemmyc

    Participant

    (BTW editing posts on this forum is broken – Page not found)

    @lemmyc

    Participant

    I meant when editing a post on a WordPress blog….

    @lemmyc

    Participant

    Hi,
    I don’t have a blog on that site, and if I did, presumably I wouldn’t have access to site number 1 to test it.
    Perhaps my post was unclear..?

    @lemmyc

    Participant

    Thanks, I will take a look at his limit-blogs-per-user plugin too, that might have some useful ideas in it.

    @lemmyc

    Participant

    A better solution was to add
    padding-top: 25px;
    to body.wp-admin in wp-admin.css

    @lemmyc

    Participant

    I have this problem too since updating.
    This declaration in adminbar.css is being overriden by global.css in wp-admin:

    body {
    padding-top: 25px;
    }

    global.css sets padding to 0.

    Change the above in adminbar.css to this for a fix:

    body {
    padding-top: 25px !important;
    }

    I don’t know why the priorities have changed – perhaps the style sheets load in a different order now.

    @lemmyc

    Participant

    Aha. I’ll take a look, thanks.

    @lemmyc

    Participant

    I’m guessing this is to do with mod_rewrite and the rewrite rules in .htacess…

    @lemmyc

    Participant

    Thanks, i had tried something like that but forgot to specify the number of attributes in the add_action entry. Seems to be working OK now.

    @lemmyc

    Participant

    I tried update_options_blogname, and the hook fires, but the value passed to my function seems to be the old content of the blogname field, rather than the new one. I could call update_option(‘blogname’, newvalue) from within my function, but that would probably lead to a recursive loop of death.
    Any ideas?

    @lemmyc

    Participant

    Alice, that is a different issue. You just need to set appropriate write permissions on the upload folder. You may be able to do that with your FTP client.

    @lemmyc

    Participant

    I’ve narrowed the problem down to the BuddyPress Sitewide Featured Posts plugin….

    @lemmyc

    Participant

    Any ideas folks?
    I’m happy to dig around in the code to find where menu options are filtered according to user status – but should I be looking at the individual themes, or a universal setting somewhere?
    Thanks.

    @lemmyc

    Participant

    Hi,
    The themes are activated, and can be selected. The theme options menu entry doesn’t appear in the Appearance menu though. For example, with the ‘constructor’ theme, the ‘Customize’ menu entry doesn’t show.

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