Search Results for 'bbpress'
-
Search Results
-
I tried to install from plugin in wp admin and got api error. So i dwnlded full version and ftp’d it to my server. Then when I try to activate it I get the following error: Plugin could not be activated because it triggered a fatal error.
Fatal error: Out of memory (allocated 26214400) (tried to allocate 291800 bytes) in /home/lynchpin/public_html/wp-content/plugins/bbpress/bbpress.php on line 449
I upped my php.ini to 64m , tried adding code to wp-config and htaccess. Nothing has worked. Any suggestions? I’d even be willing to let someone log into it and take a look. Help Please!
The Topic Tag Archive page (in the browser at /forums/topic-tag/[topic-name] ) is displaying all the topics in my forum rather than just the topics that are associated with the selected topic tag. It *does* list the tag correctly at the top of the page so I know that’s getting through.
The associated template part is taxonomy-topic-tag.php which calls bbpress/loop-topics.php but I’m not seeing an issue in either file (although with my limited PHP knowledge I’m not sure that I would recognize an issue anyway).
Is anyone else having trouble with this? I’ve checked it on two installations and am experiencing the same issue.
Also, when is taxonomy-topic-tag.php called vs page-topic-tags.php?
In one of my projects, the forum was earlier using the bbpress 2.0 plugin. But later on we decided to shift to the standalone version on grounds of more scalability and features. (was our conclusion correct?) Now the problem is, we need to transfer the threads in the bbpress plugin forum to the standalone forum, with users/date intact. Is there any way to do that?
Hi!
I have downloaded a bbpress theme that I’d like to use instead of the on bbpress-twenty ten that comes with bb-press.
I use the bbpress plug-in. How / where do I place the new theme files and where can I decide which theme bbpress should use?
Aleks
Topic: Is version 2.0 final now?
Returning to the BBPress community after long time away.
Like I expected, there´s no practical info here that I need about the new plugin version.
I see the beta-description is gone from the 2.0 download option. Which leads me to the important question, is it ready? Is it done now? Is this the version I´m supposed to download, and expect to work flawlessly?
Please don´t react too seriously to the word flawless. But what I need to know is – can I download this, and upgrade my current 1.02 version into this? Bringing ALL the USERS, THREADS and POSTS into the new installation???
Hopefully I can, but unfortunatly, there is really no site here telling me what I can do with BBPress 2.0. It´s just there as a download option.
I want to be a part of the future here. But I am terrified of loosing what I have already created with BBPress the last two years.
Topic: User Profile Bug?
Topic: bbPress Forum Topic Trash
When I am logged into my bbPress v2.0 Forum as Admin and viewing topics, I have the options of Edit and Trash among others. But when logged in with a role of Subscriber I only see Edit and not Trash on posts that are authored by the Subscriber user.
I have installed a bb_current_user_can filter as shown here (picked up off this forum):
function delete_own_post($retvalue, $capability, $args) {
if ($capability==”delete_post”) {return bb_current_user_can( ‘delete_post’, $args[1]);}
return $retvalue;
}
add_filter(‘bb_current_user_can’, ‘delete_own_post’,10,3);
but only see Edit capability. How do I get Edit and Trash for Post authors in the forum?
Hi bbPress,
I’m fairly new to wordpress and bbpress, so some of my points might just be invalid and based on “I did it wrong”… either way.. please help.
I have installed:
wordpress Version 3.2.1
bbpress 2.0
I have create one forum and one topic.
I added the widget “List Forums bbPress” and the widget showed the forum correctly, but the link was bad. I found out refreshing my permalinks fixed this problem.
When I got to my forum I am expecting to see the text I wrote about the forum and all topics associated with the forum. I do see all topics (in my case the one), but the text I wrote about the forum is not visible?
the forum can be seen here: http://cl204.exaweb.dk/TumblingDrills/forums/forum/new-skills
I hope someone can help me,
regards,
Peter
//yourdomain.com/folder/$1″ [R=301,L]