Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Avatar of xposurepro
    xposurepro
    Participant

    @mckown

    awesome .. is there any place that has any kind of estimated release dates or anything like that .. we’re dying to see some multiple albums, group galleries and photo tagging. LOL

    Avatar of xposurepro
    xposurepro
    Participant

    @mckown

    You need to change the word ‘Album’ in two files.
    First, /wp-content/plugins/bp-album/loader.php

    Line 72
    update_site_option( ‘bp_album_slug’, ‘Album’);

    Second, /wp-content/plugins/bp-album/includes/bpa.core.php

    Line 146
    $nav_item_name = apply_filters( ‘bp_album_nav_item_name’, __( ‘Album’, ‘bp-album’ ) );

    For example, I changed mine to:
    update_site_option( ‘bp_album_slug’, ‘Photo Gallery’);

    $nav_item_name = apply_filters( ‘bp_album_nav_item_name’, __( ‘Photo Gallery’, ‘bp-album’ ) );

    Avatar of xposurepro
    xposurepro
    Participant

    @mckown

    Ok so I’m looking at my site using Firebug Lite on Safari .. I can see where my theme is using
    display: block

    instead of
    display: inline-block;
    float: left !important;

    Now what the heck do I do to change that?? LOL … I tried all kinds of combinations of copying the share it css to my theme css .. nothing changes and I’m a code idiot. :)

    What am I missing .. http://xposurepro.com/community-activity/

    Avatar of xposurepro
    xposurepro
    Participant

    @mckown

    I also had to make this modification to /wp-content/plugins/bp-albums/includes/templates/album/pictures.php

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