Search Results for 'bbpress'
-
AuthorSearch Results
-
January 27, 2011 at 3:11 pm #99092
In reply to: Strange SPAM problem
Elias Schwerdtfeger
MemberSame problem on my site, but I looked a little.
These spammy tags are from spams automatically detected as spam in Akismet, written by a user marked as bozo. (That’s the good part of it.) Nothing is visible from this user except for the tags.
As a quick and dirty workaround I deleted the tags and the referred tag-id in the MySQL tables term_relationships and terms. But it is a bug, this kind of tags should not appear. Generally tags from bozos should not be visible (its a
join on usermeta on ID = usermeta.user_id where meta_key = 'is_bozo' and meta_value = 1).But don’t expect a quick fix, its bbpress here. Even more important things need a lot of time.
January 27, 2011 at 3:04 pm #94894In reply to: bbPress 2.0 – Updates
wildkyo
MemberOMG!
thanks for that Willabee, I will do a test tonight!
January 27, 2011 at 11:37 am #99089In reply to: Strange SPAM problem
Willabee
MemberSounds like someone found a crack in the bbPress wall.
Try making a ticket on the trac. Altough bbPress stand alone isn’t supported that much anymore, but I guess this asks for a critical update.
January 27, 2011 at 11:37 am #104189In reply to: Strange SPAM problem
Willabee
MemberSounds like someone found a crack in the bbPress wall.
Try making a ticket on the trac. Altough bbPress stand alone isn’t supported that much anymore, but I guess this asks for a critical update.
January 27, 2011 at 11:32 am #104075In reply to: bbPress Forum not adopting Dutch Language
Willabee
MemberBuddyPress uses a intergrated form of bbPress, therefore it is not part of bbPress, but part of BuddyPress. Check on their forums.
Unless you installed bbPress WordPress plugin or bbPress stand alone and intergrated that.
If you installed the plugin, don’t hope for too much support on translation yet, if you installed the bbPress stand alone, then it should work, mine worked fine back when I was using those two.
A custom theme can always be the problem too!
January 27, 2011 at 11:32 am #98975In reply to: bbPress Forum not adopting Dutch Language
Willabee
MemberBuddyPress uses a intergrated form of bbPress, therefore it is not part of bbPress, but part of BuddyPress. Check on their forums.
Unless you installed bbPress WordPress plugin or bbPress stand alone and intergrated that.
If you installed the plugin, don’t hope for too much support on translation yet, if you installed the bbPress stand alone, then it should work, mine worked fine back when I was using those two.
A custom theme can always be the problem too!
January 27, 2011 at 11:24 am #94893In reply to: bbPress 2.0 – Updates
Willabee
Member@ dudd, wildkyo
You can throw the twentyten bbp plugin theme in your original theme folder (excluding files like functions.php, just add those to your existing one). Then make a page with a template (in wp-admin), one with the name Forum Index will show up and you have integrated the bbp theme with your normal theme. ^^
This does kinda clutter up your theme folder, but it works for me. Don’t have time atm to wait for more flexible options.
January 27, 2011 at 10:54 am #104074In reply to: bbPress Forum not adopting Dutch Language
wckdonlinemdia
MemberOops – sorry here info extracted from the WordPress directory bb-config.php:
/**
* bbPress Localized Language, defaults to English.
*
* Change this to localize bbPress. A corresponding MO file for the chosen
* language must be installed to a directory called “my-languages” in the root
* directory of bbPress. For example, install de.mo to “my-languages” and set
* BB_LANG to ‘de’ to enable German language support.
*/
define( ‘BB_LANG’, ‘nl_NL’ );
define( ‘WP_LANG’, ‘nl_NL’ );
define( ‘BB_LANG_DIR’, ‘http://localhost/”wordpressdirectory”/wp-content/plugins/buddypress/bp-forums/bbpress/my-languages’ );
********************************************************************
The referenced directory contains nl_NL.mo with 644 file permisisons
January 27, 2011 at 10:54 am #98974In reply to: bbPress Forum not adopting Dutch Language
wckdonlinemdia
MemberOops – sorry here info extracted from the WordPress directory bb-config.php:
/**
* bbPress Localized Language, defaults to English.
*
* Change this to localize bbPress. A corresponding MO file for the chosen
* language must be installed to a directory called “my-languages” in the root
* directory of bbPress. For example, install de.mo to “my-languages” and set
* BB_LANG to ‘de’ to enable German language support.
*/
define( ‘BB_LANG’, ‘nl_NL’ );
define( ‘WP_LANG’, ‘nl_NL’ );
define( ‘BB_LANG_DIR’, ‘http://localhost/”wordpressdirectory”/wp-content/plugins/buddypress/bp-forums/bbpress/my-languages’ );
********************************************************************
The referenced directory contains nl_NL.mo with 644 file permisisons
January 27, 2011 at 10:54 am #104153In reply to: Cant include WP document
lespionage
MemberThanks for your reply.
I made my newsfeed in to a sidebar and called it from my bbpress and now i works great. Im not sure if thats the right way to do it but now it works.
Thanks!
January 27, 2011 at 10:54 am #99053In reply to: Cant include WP document
lespionage
MemberThanks for your reply.
I made my newsfeed in to a sidebar and called it from my bbpress and now i works great. Im not sure if thats the right way to do it but now it works.
Thanks!
January 27, 2011 at 10:46 am #104073In reply to: bbPress Forum not adopting Dutch Language
wckdonlinemdia
Member@zaeri Thanks for getting back to me…
I believe that since BuddyPress was presented in Dutch and bbPress was NOT that the bbPress forum was the place to ask the question?
************************************
The bb-config.php was/is configured hence my consternation:
<?php
/***
* *** IMPORTANT ****
* This file will stop people from accessing your bbPress installation directly.
* It is very important from a security standpoint that this file is not moved.
* Your actual bb-config.php file will be installed in the root of your WordPress
* installation once you have set up the forums component in BuddyPress.
*/
header(“HTTP/1.0 403 Forbidden”); die;
define (‘WPLANG’, ‘nl_NL’);
?>
define (‘WPLANG’, ‘nl_NL’);
?>
************************************
And yet the forum is still in English – I would appreciate any other insights please…
January 27, 2011 at 10:46 am #98973In reply to: bbPress Forum not adopting Dutch Language
wckdonlinemdia
Member@zaeri Thanks for getting back to me…
I believe that since BuddyPress was presented in Dutch and bbPress was NOT that the bbPress forum was the place to ask the question?
************************************
The bb-config.php was/is configured hence my consternation:
<?php
/***
* *** IMPORTANT ****
* This file will stop people from accessing your bbPress installation directly.
* It is very important from a security standpoint that this file is not moved.
* Your actual bb-config.php file will be installed in the root of your WordPress
* installation once you have set up the forums component in BuddyPress.
*/
header(“HTTP/1.0 403 Forbidden”); die;
define (‘WPLANG’, ‘nl_NL’);
?>
define (‘WPLANG’, ‘nl_NL’);
?>
************************************
And yet the forum is still in English – I would appreciate any other insights please…
January 27, 2011 at 10:33 am #104072In reply to: bbPress Forum not adopting Dutch Language
zaerl
ParticipantThe site is running Buddypress
This is the bbPress forum (not the BuddyPress one). Anyway you must change the language in the main configuration file.
January 27, 2011 at 10:33 am #98972In reply to: bbPress Forum not adopting Dutch Language
zaerl
ParticipantThe site is running Buddypress
This is the bbPress forum (not the BuddyPress one). Anyway you must change the language in the main configuration file.
January 27, 2011 at 8:33 am #104071In reply to: bbPress Forum not adopting Dutch Language
wckdonlinemdia
MemberIs this forum still active?
January 27, 2011 at 8:33 am #98971In reply to: bbPress Forum not adopting Dutch Language
wckdonlinemdia
MemberIs this forum still active?
January 27, 2011 at 3:47 am #37300Topic: Strange SPAM problem
in forum Troubleshootingrlinn
MemberMy forum (http://www.nbascoreboard.net/forums) runs ‘Akismet’ and ‘Human Test for bbPress’ plugins. This prevents most spam. However, I’m having an issue where a spammer is making posts (‘xnpn’ plugin tells me so) but these posts don’t show up under ‘Topics’ or ‘Posts’ in my bbPress Dashboard.
The only evidence is the tag cloud on the right includes the tags. But then when I click the tag, I still don’t see the post. Have a look at the site linked above.
The spammer does show up as a User, but the profile doesn’t show any topics or replies. How can I combat this problem?
Thanks.
January 27, 2011 at 12:40 am #103635In reply to: Security Bug Report Contact
John James Jacoby
KeymasterThe news is in trac. There’s one ticket left in 1.1 and then it gets released. No sense in putting out a 1.0.4 to fix one bug that 1.1 will fix. Right now we’re in the middle of a WordPress, BuddyPress, bbPress trifecta release, so there’s three times as much testing to do to make sure nothing breaks.
If you can’t wait for a public release, download the trunk and do some testing.
January 27, 2011 at 12:40 am #98535In reply to: Security Bug Report Contact
John James Jacoby
KeymasterThe news is in trac. There’s one ticket left in 1.1 and then it gets released. No sense in putting out a 1.0.4 to fix one bug that 1.1 will fix. Right now we’re in the middle of a WordPress, BuddyPress, bbPress trifecta release, so there’s three times as much testing to do to make sure nothing breaks.
If you can’t wait for a public release, download the trunk and do some testing.
January 26, 2011 at 10:58 pm #101985In reply to: bbPress theme on bbPress.org
xtreme164
Memberthank you for the link man!
January 26, 2011 at 10:58 pm #96885In reply to: bbPress theme on bbPress.org
xtreme164
Memberthank you for the link man!
January 26, 2011 at 10:15 pm #94892In reply to: bbPress 2.0 – Updates
wildkyo
Memberdudd, or you can wait to a future release where JJJ said will be more flexible to put the forum in our existing theme.
I’m waiting for!
January 26, 2011 at 9:29 pm #94891In reply to: bbPress 2.0 – Updates
Rich Pedley
MemberYes. It’s fairly, just look at the way the bbp-twentyten is created, and you can virtually cut’n’paste the whole lot. However a few teaks here and there may be necessary.
January 26, 2011 at 8:43 pm #94890In reply to: bbPress 2.0 – Updates
Commentguerir
ParticipantIs it possible to adapt our existing theme to work with bbpress plugin ?
-
AuthorSearch Results