Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Avatar of nicosFR
    nicosFR
    Participant

    @nicosfr

    No, there isn’t.
    I could create it. What data type and default value do you suggest ?

    I don’t use the default ‘wp_’ as table prefix. maybe that’s why it didn’t add the column… any other table structure I might have to check ?

    Avatar of nicosFR
    nicosFR
    Participant

    @nicosfr

    Hi,

    Yes, still having the same issue. Here is the main error I see coming from the plugin in the debug log
    `[22-Jan-2012 11:36:11] PHP Notice: Undefined property: stdClass::$parent_id in /homez.483/occupyfr/www/beta/wp-content/plugins/bp-group-hierarchy/bp-group-hierarchy-classes.php on line 43`

    And here is what is outputted on the website’s header:
    `BP Group Hierarchy – Routing requests for BP 1.5
    BP Group Hierarchy – Current component: groups
    BP Group Hierarchy – Current action:
    BP Group Hierarchy – Groups slug: groups
    BP Group Hierarchy – Are we on a user profile page?: N
    BP Group Hierarchy – Routing requests for BP 1.5
    BP Group Hierarchy – Current component: groups
    BP Group Hierarchy – Current action:
    BP Group Hierarchy – Groups slug: groups
    BP Group Hierarchy – Are we on a user profile page?: N
    BP Group Hierarchy – Routing requests for BP 1.5
    BP Group Hierarchy – Current component: groups
    BP Group Hierarchy – Current action:
    BP Group Hierarchy – Groups slug: groups
    BP Group Hierarchy – Are we on a user profile page?: N
    BP Group Hierarchy – Routing requests for BP 1.5
    BP Group Hierarchy – Current component: groups
    BP Group Hierarchy – Current action:
    BP Group Hierarchy – Groups slug: groups
    BP Group Hierarchy – Are we on a user profile page?: N
    class=”directory groups logged-in no-js” id=”bp-default”>`

    Avatar of nicosFR
    nicosFR
    Participant

    @nicosfr

    Friends component is on… I can access the button and friend count on the member page (via the default member theme)…

    Avatar of nicosFR
    nicosFR
    Participant

    @nicosfr

    Get Firebug for Firefox ! really a must-have and working and tuning themes…

    Avatar of nicosFR
    nicosFR
    Participant

    @nicosfr

    I found the property using Firebug on Firefox:

    .wp-caption, ol.commentlist li, #cf {

    -moz-background-clip:border !important;

    -moz-background-inline-policy:continuous !important;

    -moz-background-origin:padding !important;

    background:#FFFFFF none repeat scroll 0 0 !important;

    }

    Change the background property and you’re done.

    But it looks that the CSS propoerty is part of your templates options. So check the template options or the file theme-options.php

    Hope this will help.

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