Forum Replies Created
-
In reply to: No Site Keymasters
Hi, after upgrading to bbPress 0.75, we faced with this problem, too.
The key master’s status had changed to administrator, and administrators’ custom titles had been reset.
I’ve added the given code to config.php and applied bb-admin/install.php, and admin is again key master now. But in topics, key master’s link to his profile and his custom title cannot be shown now.
In reply to: Plugin: Simple Onlinelist 1.4Hi, this is very nice plugin.
Will it show also the number of online visitors (not members) in the future versions?
Thanks.
In reply to: Who is onlineYes, there is a plugin for this purpose:
https://bbpress.org/forums/topic/283
It displays online users only, not visitors.
In reply to: Are there any localization files?Installing localization file can be done like that:
1. Create a new directory named ‘languages’ in your ‘bb-includes’ folder.
2. Place .mo file into ‘languages’ directory.
3. Setup your config.php file
(e.g if your .mo file’s name is es_AR.mo change define(‘BBLANG’, ”);
value like this: define(‘BBLANG’, ‘es_AR’);
In reply to: BBPress on XAMPP – ‘page isn’t redirecting properly’In reply to: Are there any localization files?Ok, thank you. But i couldn’t find any .pot files in “development release” pages.
In reply to: Are there any localization files?Hi,
I’ve finished translating bbPress into Turkish from that given .po file. Thanks Falo. But, is this an official .po file?
There are some problems, for example time items are not translatable, some missing strings and a problem in profile page.
If I translate “Edit” into my language the link of edit page also changes; and we cannot edit the profile. And also, similar problem in “Favorites” string. If we translate “favorites” the link of favorites page changes as well.
Finally, I’ve translated “Allowed tags:
a em strong code ul ol li blockquote
.
Put code in betweenbackticks
.” string, but it does not affect on site.Thanks!
Hasan.