Forum Replies Created

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

    (@themarketingcompass)

    Thanks @grosbouff

    I’ve now noticed something else…

    All members profile’s now have the profile progress bar filled (even if they have completed 0%, 13%, 80% etc).

    The percentage is correct, but the bar doesn’t correlate! ??

    Ben

    (@themarketingcompass)

    FIXED! (you may want to add this in the next update)

    the word ‘true’ in bold on line 13 below was missing from the bppp-member.php file!

    <div class="bppp-stat">
    
            <span class="bppp-stat-title">
                <?php bppp_title();?>
            </span>
    
            <div class="bppp-stat-block">
                    <div class="bppp-bar">
                        <div class="bppp-bar-mask" style="width:<?php echo (int)(100-bppp_get_user_progression_percent());?>%"></div>
                    </div>
    
            </div>
            <span class="bppp-stat-percent"><?php echo bppp_get_user_progression_percent(<strong>true</strong>);?>%</span>
    </div>

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Ben

    (@themarketingcompass)

    I’ve just upgraded the plugin and below the profile progression bar on all user profiles, there’s an error message:

    Warning: Missing argument 1 for bppp_get_user_progression_percent(), called in /home/(my cpanel login)/public_html/wp-content/plugins/buddypress-profile-progression/theme/bppp-member.php on line 13 and defined in /home/(my cpanel login)/public_html/wp-content/plugins/buddypress-profile-progression/bppp-template.php on line 160

    Any idea how to fix this?

    Thread Starter Ben

    (@themarketingcompass)

    Hi WordPress, just to say this is all sorted now. I would really appreciate it if this forum post could be removed as it’s showing up in related search results, particularly the links and the name at the bottom of the post.

    Thanks, Ben

    Ben

    (@themarketingcompass)

    Great plugin, just can’t get the calendar to load in the frontend of the site. All I can see is ‘add new event’ and the event categories button.

    I have the shortcode [calendar] within the events page. I’ve checked these two snippets are within the right places (already in my theme – which is WooThemes Canvas)

    <?php wp_head(); ?> just before the closing </head>
    <?php wp_footer(); ?> just before the closing </body>

    I’ve checked conflicting plugins by deactivating them and reactivating one by one, no luck.

    I know this plugin works with my theme as a friend has the same installation and it works for them…

    Any ideas?

    Ben

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