Forums

Join
bbPress Support ForumsPluginsbb-ratings problem with 0.8

Info

bb-ratings problem with 0.8

  1. I'm having a problem with the plugin bb-ratings using 0.8
    I think the problem is here:

    <img src="<?php bb_option( 'uri' ); echo BBPLUGINDIR; ?>/star.gif" />

    From the source code:

    <img src="http://www.brightandearlyblog.com/bbPress//home/brightan/public_html/bbPress/my-plugins//star.gif" />
  2. just hardcode it. Change BBPLUGINDIR to "/my-plugins"

  3. That might break something else.

    I'll upload a new version.

  4. Try this out - let me know how it goes.

    http://bbpress.org/plugins/topic/6

    Only the php file (and the readme) in the zip has changed since the last version (0.7.2).

  5. Outstanding. Works as advertised. ;-)

    Now I have to "borrow" your path structure and fix my graphic-display-ranks plugin

  6. You must log in to post.