Search Results for 'code'
-
Search Results
-
Topic: Send Post takes 45 seconds
When viewing pages on my forum, the pages load relatively quickly and normally. When submitting a new post, or editing an existing post (as admin) after hitting “send post” there is a 45 second delay. This happened once before (on Jan 16, if it matters) but appeared to go away on its own. Now, it’s back, for the past 12 hours or so. Every post that is submitted has a 45 second delay. The display of the page happens fine:
0.986 - 13 queries
is one example.It’s just new posts, new topics or edited posts that have the 45 second delay. Setting the akismet key to FALSE did not improve the response time. This is a new problem. The forum software was fine for a couple months and now has this problem.
Also, I’m using 0.73. I know I need to upgrade to 0.75, but I was kind of waiting for 0.80, and the fact that 0.73 has been running fine for a long time, with this problem just cropping up makes me think it’s something else. Of course, I will upgrade if you think it will help.
Thanks
Topic: Plugin: bbMenu 0.1 beta
Topic: Missing Template Function ?
Hi
Probably me being blind, but I could find a function that returned the post authors website url.
In my theme I didn’t want the username to be a hyperlink (in post.php), I wanted to add buttons, for profile, website, & PM.
I wrote one to get my tests working.. but is there an “official” way ?
function post_author_url() {
if ( get_user_link( get_post_author_id() ) ) {
echo get_user_link( get_post_author_id() ) ;
} else {
bb_get_option('uri');
}
}
Hi!
First off all, thank you very much for this great piece of code!
We’re using bbpress as forum for our citizen journalism project “Bürgerzeitung Köln” at http://bz.koeln.de. Because our users prefer german language, we decide to do a translation. And of course we will make it public and available for everyone.
So, as ‘only’ 133 translations are waiting to be done, there should be a public Alpha availabe by the end of this week. It will be a “Sie”-Version, but it shouldn’t be a problems doing a “Du”-Version as well, later.
Greetz, Sven