Helping you Build Your Own Social Network!

Faster, better and easier!

BP Mag 1.0.2 is finally here

(10 posts) (3 voices)
  • Started 1 year ago by Brajesh Singh
  • Latest reply from Brajesh Singh

Tags:

No tags yet.


  1. Hi All,
    I am sure this release has a long way to go. I am finally putting Bp Mag 1.0.2 here with many BuddyPress component support.
    Please download the theme from here

    http://buddydev.com/http//buddydev.com/download/bp-mag-1.0.2.zip

    Bp mag addons pack(updated)
    http://buddydev.com/http//buddydev.com/public-download/bpmag-widgets-1.0.1.zip

    In case you want a slideshow, here is S3 slideshow widget, I will be putting Slideshow widgets for other scripts as well in next 1-2 days.

    http://buddydev.com/http//buddydev.com/public-download/bp-s3.zip

    The s3 widget will allow you to select the categories/image height,width, number of image, slideshow transition time, the overlay orientation from the widget page itself.

    What this release contains:-
    For siteadmins, I guess, the list is here

    http://buddydev.com/themes/bp-mag/documentation/supported-buddypress-components-for-bp-mag/

    For developers, I am still writing the documentation.

    Please have a look at the current available documents here
    http://buddydev.com/themes/bp-mag/documentation/

    Hope you will like this release.

    Please do let me know your feedback.

    Thanks
    Brajesh

    Posted 1 year ago #
  2. Thanks Brajesh!

    I am looking forward to getting this going.

    Is there a special place to get additional plugin support or are the templates already included in the bp-mag zip file?

    Posted 1 year ago #
  3. Ho Roy,
    They are all included. Once you activate those plugins, the theme will detect and do it's work :)

    Please let me know if you find any issue.

    Thanks
    Brajesh

    Posted 1 year ago #
  4. Everything looks very good, however, I did modify the gallery template to remove the group item-header if I am not on the group home. Take a look at http://the604adventure.org/groups/big-trip-2008-colorado/gallery/13-july-2008/dsc_0592_

    I modified group-header.php by
    1 - at line 1 add <?php if ( bp_is_group_home() ) : ?>
    2 - at line 56 (after </div> add

    <?php else : ?>
    	<div id="item-header">
    		<a href="<?php bp_group_permalink() ?>" title="<?php bp_group_name() ?>"><?php bp_group_avatar( 'type=thumb' ) ?></a><h2><br />  Group: <a style="text-decoration:none;" href="<?php bp_group_permalink() ?>home/" title="<?php bp_group_name() ?>"><?php bp_group_name() ?></a></h2>
    	</div>
    <?php endif; ?>

    The same can be done for member-header.php, but use
    <?php if ( bp_is_activity_component() ) : ?> on line 1 and

    <?php else : ?>
      <div id="item-header">
        <a href="<?php bp_user_link() ?>"><?php bp_displayed_user_avatar() ?></a><h2 class="fn"><a style="text-decoration:none;" href="<?php bp_displayed_user_link() ?>"><br />&nbsp;&nbsp;<?php bp_displayed_user_fullname() ?></a></h2>
      </div>
    <?php endif; ?>

    on line 12.

    Thanks to @patrick for the tip.

    Posted 1 year ago #
  5. What about blog categories? I still don't see a way to select a category in group admin.

    Posted 1 year ago #
  6. Hi Roy, your group looks nice. Just make sure you do the change in child theme.

    The template for "Blog Categories for groups" plugin is not included. I have yet to include template for Youtube feed, Bp flickr, Blog Categories.

    The Blog categories is going under some change, so expect these templates next week.

    Posted 1 year ago #
  7. Ok. Thank you for the update.

    Posted 1 year ago #
  8. Additionally, you can change the order of the header and navigation with the following:

    remove_action("bpmag_before_member_home_content","bpmag_locate_member_header");//load member-header.php
    remove_action("bpmag_before_member_home_content","bpmag_locate_displayed_user_nav");//load usernav.php
    add_action("bpmag_before_member_home_content","bpmag_locate_displayed_user_nav");//load usernav.php
    add_action("bpmag_before_member_home_content","bpmag_locate_member_header");//load member-header.php
    remove_action("bpmag_before_group_home_content","bpmag_locate_group_header");
    remove_action("bpmag_before_group_home_content","bpmag_locate_group_nav");
    add_action("bpmag_before_group_home_content","bpmag_locate_group_nav");
    add_action("bpmag_before_group_home_content","bpmag_locate_group_header");
    Posted 1 year ago #
  9. B, I'm having a problem getting the excerpts to work right with the Featured Posts plugin. I can seem to get it to display more than 100 or so characters. No matter the number I put in to the option box, it keeps the same amount of characters on the screen -- unless I do zero, then the full post pops up.

    Is there a code problem? Or is there a reason why my system isn't storing the right character amount?

    Check it out here: http://www.doorq.com

    Posted 1 year ago #
  10. Hi Jody,
    That was a bug in BP mag, Just put an update to fix it. Please check the sticky thread for 1.0.3 download.

    Posted 1 year ago #

Reply

You must log in to post.