Forums

Join
bbPress Support ForumsInstallationmy custom theme stopped working with 1.0

Info

my custom theme stopped working with 1.0

  1. I installed the 1.0 release today and my custom theme stopped working. It worked with the previous releases.

    I tracked this down to: bb-includes/functions.bb-core.php:1783 to the line if ( preg_match( '/^([a-z0-9_-]+)#([a-z0-9_-]+)$/i', $theme, $_matches ) ) {

    My theme name was zt2.0 meaning that the user#zt2.0 did not match and the directory BB_DEFAULT_THEME_DIR was used instead of the theme's directory.

    I just renamed my theme not to include the dot in it. I guess it would be more friendly with theme names when just to check the user# or core# prefix without limiting the chars available

  2. Any custom template I put in my-templates folder does not work anymore.

    I have
    WordpressMU 2.8.3
    BuddyPress 1.0.3
    BBpress 1.0.2
    1and1 Hosting
    MySQL 5

    It seem it has a hard time finding the CSS and when you're in the Admin the thumbnails do not show up.

  3. I can't get custom themes working either. It can't seem to find the CSS file and the thumbnail doesn't show up.

    Any info would be helpful.

  4. Is your theme installed correctly?

    For example:

    /bbpress/my-templates/themename/style.css
    /bbpress/my-templates/themename/screenshot.png

    Etc etc...

  5. You must log in to post.