Published on May 20th, 2012 by cus003
I have 2 bugs to report. Latest WordPress and BBpress plugin. No bbpress plugins.
1) I don’t know if anyone else has experienced this, but when I update my profile using the front-end profile editor, it resets the “disable visual editor” and “show admin bar on frontend” thingys so that I always see the visual editor (which i hate) and I don’t see the admin bar. So every time, I have to go back to backend and manually change them again!
2) I logged out, after replying to a thread, then immediately logged in on another account. Yellow text appeared above the reply box saying “you are now logged out”. Then I immediately posted a reply with apostrophies in, and instead of posting it, it reloaded the page with slashes added. I manually removed the slashes, hit the post button, and this time it worked as normal.
Anyone else got either of these?
Published on May 20th, 2012 by HgtuRgg
Hi all,
I have been going nuts as to how I can successfully install bbpress latest version. Well, I tried everything and all just failed.
I downloaded the latest files, uploaded it in my root directory but never I did get the bbpress installation page. I am using latest WP installation (this is the intended URL http://www.easyenglishlearning.org/ask/) but I never got the bbpress installation instructions page.
Moreover, I also uploaded it to my plugins directory as mentioned in the downloading page and I got it in my Wp dashboard but it came just as a plugin and nothing a different forum software where I can change theme, and everything. Now, please guide me.
Kalyan
Published on May 19th, 2012 by lmoon
Hello,
Does anyone know why the forum table in this forum http://lifeafterlondon.com/topic/where-to-go/ does not spread across the whole of the page, like all the other forums do on this site, in safari?
I can’t find the issue with firebug, as that’s a firefox tool and this is an issue with safari.
Also I can’t find the reason for the big gap at the top of the forum table with firebug either.
Any help would be really appreciated here.
Thanks.
Published on May 19th, 2012 by vibol
I was troubleshooting an issue with a rather large migration to bbPress (1.6MM posts) and bbPress 2.0.2 is very slow to load thread pages.
It looks like bbPress (WP_Query) is trying to do an unindexed query lookup:
CAST(wp_postmeta.meta_value AS CHAR) = '787852'
The query takes quite some time and does a full table scan:
# Time: 120518 19:23:53
# User@Host: db[db] @ localhost []
# Query_time: 9.688145 Lock_time: 0.000050 Rows_sent: 3 Rows_examined: 1623367
SET timestamp=1337387033;
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts INNER JOIN wp_postmeta ON (wp_posts.ID = wp_postmeta.post_id) WHERE 1=1 AND wp_posts.post_type IN ('topic', 'reply') AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'closed') AND ( (wp_postmeta.meta_key = '_bbp_topic_id' AND CAST(wp_postmeta.meta_value AS CHAR) = '787852') ) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date ASC LIMIT 0, 25;
Here’s a simple stack trace:
/home/site/public_html/wp-includes/query.php 2498 get_sql () -- /home/site/public_html/wp-includes/
/home/site/public_html/wp-includes/query.php 2913 get_posts () -- /home/site/public_html/wp-includes/
/home/site/public_html/wp-includes/query.php 3000 query () -- /home/site/public_html/wp-includes/
/home/site/public_html/wp-content/plugins/bbpress/bbp-includes/bbp-reply-template.php 129 __construct () -- /home/site/public_html/wp-content/plugins/bbpress/bbp-includes/
/home/site/public_html/wp-content/themes/site/bbpress/content-single-topic.php 35 bbp_has_replies () -- /home/site/public_html/wp-content/themes/site/bbpress/
/home/site/public_html/wp-includes/theme.php 1117 require () -- /home/site/public_html/wp-includes/
/home/site/public_html/wp-includes/theme.php 1091 load_template () -- /home/site/public_html/wp-includes/
/home/site/public_html/wp-includes/general-template.php 128 locate_template () -- /home/site/public_html/wp-includes/
/home/site/public_html/wp-content/plugins/bbpress/bbp-includes/bbp-core-compatibility.php 144 get_template_part () -- /home/site/public_html/wp-content/plugins/bbpress/bbp-includes/
/home/site/public_html/wp-content/themes/site/single-topic.php 33 bbp_get_template_part () -- /home/site/public_html/wp-content/themes/site/
/home/site/public_html/wp-includes/template-loader.php 43 include () -- /home/site/public_html/wp-includes/
/home/site/public_html/wp-blog-header.php 16 require_once () -- /home/site/public_html/
/home/site/public_html/index.php 17 require () -- /home/site/public_html/
Here’s the $bbp_r query passed into WP_Query:
Array
(
[meta_query] => Array
(
[0] => Array
(
[key] => _bbp_topic_id
[value] => 1623928
[compare] => =
)
)
[post_type] => Array
(
[0] => topic
[1] => reply
)
[orderby] => date
[order] => ASC
[posts_per_page] => 25
[paged] => 1
=>
[post_status] => publish,closed
)
Published on May 19th, 2012 by Konamito
Hi there,
I’ve looking for a solution to show below one of my blog pages a topic discussion from bbpress forum. The problem I have is that this page has the Visual Editor off in order to write PHP inside for my convenience.
So I can’t use the shortocodes there and neither the php code as it appears in the plugin templates. Because the code has to make a loop to show all the discussion for this certain topic I think it is not possible to integrate a PHP code for that on my own PHP code…
Any idea about this?
Published on May 18th, 2012 by sakthikannan
Dear All,
Looks like customizing messages is not working. The following are the steps that I tried:
1. Install Buddypress
2. From the BP Forums settings page, choose to install Sitewide Forums; BBPress is installed
3. Installed poedit; open bbpress.pot and saved as bbpress-en_US.po; changed the entry say line num 466 from started the topic… TO started the question…
POEDIt automatically created a .mo file.
Moved both po and mo file to wp-content/languages
changed WP_LANG to en_US in wp-config
Restarted the machine
4. Create a new topic; still the old entry started the topic is diaplyed in activity stream
I’ve done the same steps for buddpress-en_US and customizing messages works in BP.
Could anyone please help me troubleshoot this.
FYI, I’m using default theme of Buddypress
Thanks in advacnce
Published on May 18th, 2012 by serulin
I’m surprised that BBpress doesnt have a visual text editor. Are there any plans to create one or have support for integrating existing ones like tinymce/ckeditor ?
I’m currently using bbPress Post Toolbar and find it kind of lacking.
Published on May 18th, 2012 by brawoninfo
Elite TransLingo always provide high quality, top-notch translation, localization services and cultural solutions for corporate clients and individuals over the past 10 years. Our language translation and localization services cover all sorts of document translations (legal-financial-technical-business and others), interpretation, software and website localization, editing , in addition to proofreading.
Check out additional info on:- http://elitetranslingo.com/contacts.html
Published on May 18th, 2012 by Arun Singh
Hello,
I think there is some issue with the download links for bbPress plugins ( Hopefully all of them), they are reporting 404.
Kind Regards,
Arun singh
Published on May 18th, 2012 by softechnos
Hey there,
I want to prevent guests from creating new topics on my forum.
Thanks in advance for any help!
Best Regards,
Zain Sultani