Forum Replies Created
-
In reply to: Sneak peek at bbPress.org 2.0
It looks great! Looking forward to using it
In reply to: Navigation errorI 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?
In reply to: Where are 'display names' in reg and profile?To answer myself: display name is choosen from a combination of first and second names.
In reply to: Permalink questionIt’s not the case. You may look at this as one URL with subsections (#subsection-title).
In reply to: I18n problem in functions.bb-core.phpYeah! 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
In reply to: I18n problem in functions.bb-core.phpI 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 released4 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?
In reply to: .pot files / localizationSince 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?
In reply to: bbPress 1.0 in German / bbPress 1.0 in DeutschI 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 errorI 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 bbPressIn reply to: .pot files / localizationYeah, no new pot = no new translations
In reply to: Navigation errorStill 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 errorThank you. I will try that.
Still bbPress should count pages right, so I believe it’s a bug…
In reply to: Navigation errorThanks, but it didn’t help…
After activating the plugin it looks just the same.
In reply to: Navigation errorIn reply to: .pot files / localizationThe 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!
In reply to: Translation qestion 1.0-RC-3 –> 1.0 final +Thank you!