Boris (@travel-junkie)

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • In reply to: 8.0

    Boris
    Member

    @travel-junkie

    well, actually it’s 0.80 and i doubt it. there’s still a few tickets open…


    Boris
    Member

    @travel-junkie

    alright, thanks to all of you. figuered it out eventually. that extra </div> on the add new page was the closing div from <div id="discussions">, which is only shown on the frontpage. so i wrapped it like this:

    <?php if ( $forums ) : ?>

    </div>

    <?php endif; ?>

    and it solved the problem.


    Boris
    Member

    @travel-junkie

    i tried that already, but the problem is that this </div> is needed. if i remove it, then it breaks the frontpage. look here.


    Boris
    Member

    @travel-junkie

    oh, sorry, didn’t think of that. so here is a screenshot of when it’s broken and this pic shows the correct layout.

    bo


    Boris
    Member

    @travel-junkie

    yeah, i’m using polyglot for my wp blog. now, having something like this for bbpress would be just awesome. users being able to post in different languages. but maybe that’s wanting a bit too much right now.

    i had a look at the code aready, but it’s just too complicated for me. all this php code…


    Boris
    Member

    @travel-junkie

    hey trent,

    thanks for your reply. i suppose you mean this plugin? it’s the only one i could find with a name close enough to ‘WP translation plugin’.

    but what this plugin does is translate the posts for you and i basically only want the forum stuff to be translated, not the topics.

    In reply to: UTW Error

    Boris
    Member

    @travel-junkie

    this bug is caused by the function is_tag(), which both utw and bbpress use, so what i just did right now was search through the utw-plugin-folder with dreamweaver for that tag, found it three times and changed it to is_utwtag(). no idea if i can just do that without problems appearing later but for now it seems to work.

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