Download

Get the latest version: bmpress-latest.zip

Installation

  1. With FTP, upload the 'bmpress' folder to the '/wp-content/plugins/' directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Configure the plugin through the 'Options' section of the 'Blogmarks' menu

Template

Get a dedicated theme:

If you want to create a small social bookmarking community and dedicate your WP install to bmPress, you can run our dedicated theme:

Or get a compatible theme:

Or tweak an existing theme:

For example, default (kubrick) Wordpress theme.

In index.php/archive.php/single.php/search.php you should find something like the following:

<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
  <h2>...</h2>
  <small>...</small>
  <div class="entry">
  ...
  </div>
  <p class="postmetadata">...</p> 
</div>

Customise the three files (index.php/archive.php/single.php/search.php) like this:

<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
  <?php if (function_exists('bm_is_a_mark') && bm_is_a_mark()) : ?>
    <?php bm_the_mark() ?>
  <?php else : ?>
    <h2>...</h2>
    <small>...</small>
    <div class="entry">
    ...
    </div>
    <p class="postmetadata">...</p> 
  <?php endif; ?> 
</div>

Bookmarklet

  • Install the bookmarklet from the 'Tools' section of the 'Blogmarks' menu

Import

  • Import existing bookmarks from the 'Import' section of the 'Blogmarks' menu
install.txt · Last modified: 2009/02/09 16:51 by 88.160.247.107

bmPress is an h6e project. email: contact at h6e.net