How can I change the permalinks to another langauge?
e.g. http://www.forum.com/forum/topics –> http://www.forum.com/forum/themen
1. Changing the mod_rewrite
2. Where can I change the links?
Thanks!
How can I change the permalinks to another langauge?
e.g. http://www.forum.com/forum/topics –> http://www.forum.com/forum/themen
1. Changing the mod_rewrite
2. Where can I change the links?
Thanks!
Hi, I installed the alpha release 1.05, everything is working perfect. But the language file de.mo doesn’t work anymore. I there a known bug. I think especially the standard translation should work, right?
bb_lang is added to the config -file and /bb-includes/languages/de.mo is installed.
Thanks!
Hello whoever you are…
I already begin playing around with alpha version of bbPress for some time now… and trying to put together some plug-in’s to make it work properly…
There seems to be quit few Plug-in’s working with the Alpha version already… Now: i was looking for a Moderation Plug-in… There is only Quit few available and the one called BB MODERATION HOLD seems to be working fine, excerpt that It doesn’t Display the Post back to User or any other message to confirm the Post has been Taken into account and awaits moderation… So I was trying to append and make it display message on POST and Also, Show the Post BACK to user (and admins / Moderators) in LISTING with others with simple mark of awaits moderation.
There is not a Clear documentation available like wordpress for available Filters and Action…
For now, I want a Filter to Append the Query when it’s Querying For the Topics in Forum, Latest Topics, Sticky Topics and each so I may Append the Where cause to List the Awaiting moderation Post to Owner (User) and Moderators / Admins.
It would be great if anyone may give me a List of WORKING filters available to use i Current TRUNK version (Alpha 6)…
original Plug-in: https://bbpress.org/plugins/topic/bb-moderation-hold/
Thanks
Rajeevan
Is this a bug or is it intentional? I personally think it is un-intuitive, I don’t see a good reason for this. I am on 0.9.
Thanks!
I have several wordpress blogs and have upgraded all but one to 2.7
I still have one using 2.5.1 to upgrade, which has bbpress 0.9.0.2
linked to it. When will I be able to upgrade, as I’m aware that 2.5.1 has apparently some security issues.
If I upgrade the blog now will I lose he forum, any help greatly Appreciated.
Thanks. Mike.
Hi,
I would like to know the reason of filtering every ouput, even after being sanitized, with the following statement: return apply_filters(‘sanitized_string’, $string, $original_string, $context);
I can’t understand the purpose of this (surplus?) filtration..
And the “apply_filters” also have another sister function like “merge_filters” and “remove_filters”.
I would be glad to know the purpose of these, thanks!
Function details:
1) found in file ./bb-includes/wp-functions.php as from line 579
2) the function:
function apply_filters($tag, $string) {
global $wp_filter, $merged_filters;
if ( !isset( $merged_filters[ $tag ] ) )
merge_filters($tag);
if ( !isset($wp_filter[$tag]) )
return $string;
reset( $wp_filter[ $tag ] );
$args = func_get_args();
do{
foreach( (array) current($wp_filter[$tag]) as $the_ )
if ( !is_null($the_) ){
$args[1] = $string;
$string = call_user_func_array($the_, array_slice($args, 1, (int) $the_));
}
} while ( next($wp_filter[$tag]) !== false );
return $string;
}
WP 2.7
bbpress 1.0 alpha
I uploaded to directory, navigated to directory. Clicked “let’s get started”, then it says:
Fatal error: Call to undefined function backpress_get_option() in /home/path-to-site/bb-includes/backpress/functions.core.php on line 412
Fresh install. Not sure what to do.
Why doesn’t bbPress incorporate email notifications? Isn’t that a no brainer, how else is a person notified of changes to their topic? RSS VS eMail, outcome, eMail wins–right? Not everyone is a techie type of person. They post their questions and if email is not setup they won’t ever know what the answer was?
vbulletin will always be tops if these issues are not dealt with, right?
I am an outsider please put down the stones
I am just curious…
I’m trying to find a way to us bbPress that allows me to have only a single topic and nothing more for the whole site.
I have a site, http://bulldogs.rleague.com/ which is basically a guestbook on steroids with user moderation, profiles and various security features. The main feature, and the thing that has kept it alive for over 12 years, is the very simple, flowing format which evolved from a guestbook.
I want to replace the bespoke PHP because I’m tired of maintaining it all, and adding new features is a pain in the neck.
I’ve been playing with bbPress today and it has the simplistic approach that suits my needs. However, I need to find a way to basically make the default landing page a topic, and to hide/remove all functionality that is related to multiple topics and multiple forums.
I’m happy to mess with the core code and maintain it for upgrades, but a plugin approach would be preferable. However, I don’t know where to even start. Is it something I can achieve with a different template, or do core functions need modification or plugin-based override?
The other piece to this puzzle, and I think I saw an answer already, is that the display order of posts needs to change to be the most recent at the top.
Any help people can provide is appreciated.
Cheers,
Chris.
I cant get the plugins to work on my forum. bdennstudios.com/forum what i want to do is make a signature add on and a instant password add on. If i cant post what my site is someone let me no and i will take it off.