taboo (@vulvodynia)

Forum Replies Created

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

  • taboo
    Member

    @vulvodynia

    It looks great! Looking forward to using it ;)

    In reply to: Navigation error

    taboo
    Member

    @vulvodynia

    I don’t think the issue is connected with modrewrite. I also tried turning just every possible plugin off, using default theme… and the pagination is still off. Please could someone help? Maybe I could use a different function?


    taboo
    Member

    @vulvodynia

    To answer myself: display name is choosen from a combination of first and second names.

    In reply to: Permalink question

    taboo
    Member

    @vulvodynia

    It’s not the case. You may look at this as one URL with subsections (#subsection-title).


    taboo
    Member

    @vulvodynia

    Yeah! That’s it. Works great.

    Thank you. Would you add this to 1.01 or whatever it’s going to be called?

    test drive: forum ginekologiczne


    taboo
    Member

    @vulvodynia

    I mean is there a way to separate months, seconds, etc. instead of just one output:

    $print = sprintf(__(‘%1$d %2$s’), $count, (1 == $count) ? $name : $names);

    In reply to: bbPress 1.0 released

    taboo
    Member

    @vulvodynia

    @Sambauers

    4 days ago you said in 24h the .pot for 1.0 would be available. It’s no t here: http://svn.automattic.com/bbpress-i18n/pot/tags/1.0

    Where is it?


    taboo
    Member

    @vulvodynia

    Since there is a number a languages with more complicated rules then English, the .pot file is required to do a proper translation. Whom could I ask to get an answer if/when the .pot is going to be available?


    taboo
    Member

    @vulvodynia

    I don’t get it — why is bbPress released with no final .pot / .po file together?

    @Goebelmasse: could you share how you did it?

    In reply to: Navigation error

    taboo
    Member

    @vulvodynia

    I don’t use Hidden Forums plugin. I also tried disabling all the plugins – still the same navagation issue.

    Then I disovered that if I use “none” permalink structure (/forums.php?id=1) everything works fine. If I use either “numeric” or “name based” (my preference) the problem is back.

    Really noone faces such an issue?

    my .htaccess looks like that now:

    # BEGIN bbPress

    Options -MultiViews

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /

    RewriteRule ^page/([0-9]+)/?$ /index.php?page=$1 [L,QSA]
    RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /forum.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]
    RewriteRule ^forum/?$ / [R=302,L,QSA]
    RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^topic/([^/]+)/?$ /topic.php?id=$1 [L,QSA]
    RewriteRule ^topic/?$ / [R=302,L,QSA]
    RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /tags.php?tag=$1&page=$2 [L,QSA]
    RewriteRule ^tags/([^/]+)/?$ /tags.php?tag=$1 [L,QSA]
    RewriteRule ^tags/?$ /tags.php [L,QSA]
    RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^profile/([^/]+)/([^/]+)/?$ /profile.php?id=$1&tab=$2 [L,QSA]
    RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&tab=$2&page=$3 [L,QSA]
    RewriteRule ^profile/([^/]+)/?$ /profile.php?id=$1 [L,QSA]
    RewriteRule ^profile/?$ /profile.php [L,QSA]
    RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /view.php?view=$1&page=$2 [L,QSA]
    RewriteRule ^view/([^/]+)/?$ /view.php?view=$1 [L,QSA]
    RewriteRule ^rss/?$ /rss.php [L,QSA]
    RewriteRule ^rss/topics/?$ /rss.php?topics=1 [L,QSA]
    RewriteRule ^rss/forum/([^/]+)/?$ /rss.php?forum=$1 [L,QSA]
    RewriteRule ^rss/forum/([^/]+)/topics/?$ /rss.php?forum=$1&topics=1 [L,QSA]
    RewriteRule ^rss/topic/([^/]+)/?$ /rss.php?topic=$1 [L,QSA]
    RewriteRule ^rss/tags/([^/]+)/?$ /rss.php?tag=$1 [L,QSA]
    RewriteRule ^rss/tags/([^/]+)/topics/?$ /rss.php?tag=$1&topics=1 [L,QSA]
    RewriteRule ^rss/profile/([^/]+)/?$ /rss.php?profile=$1 [L,QSA]
    RewriteRule ^rss/view/([^/]+)/?$ /rss.php?view=$1 [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^.*$ /index.php [L]
    </IfModule>

    # END bbPress


    taboo
    Member

    @vulvodynia

    Yeah, no new pot = no new translations

    In reply to: Navigation error

    taboo
    Member

    @vulvodynia

    Still front page is no good (forums and posts are fine).

    link named [page 1] links to [page 6]

    Should I file a bug report?

    In reply to: Navigation error

    taboo
    Member

    @vulvodynia

    Thank you. I will try that.

    Still bbPress should count pages right, so I believe it’s a bug…

    In reply to: Navigation error

    taboo
    Member

    @vulvodynia

    Thanks, but it didn’t help… :(

    After activating the plugin it looks just the same.

    In reply to: Navigation error

    taboo
    Member

    @vulvodynia


    taboo
    Member

    @vulvodynia

    The thing is I tried to use rc3 files and poEdit doesn’t seem to be able to compile it (msgfmt error “duplicate message definition”). Anyway…

    Thank you for your great work, developers!


    taboo
    Member

    @vulvodynia

    Thank you!

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