Search Results for '\"wordpress\'
-
Search Results
-
Topic: how to install new theme
hi all, sorry for bad english. i have installed bbpress by wordpress plugin search tool and i have uploaded the theme in bbp-themes folder (also tryed in my-templates).. now, what to do? lol
practically i’ve got the same problem http://bbpress.org/forums/topic/where-is-dashboard
version 2.0.2
I installed bbPress and created 8 forums and several topics. All was good. I added the bbPress Attachment plugin and now I can no longer access the forums in admin. I can see and edit topics in the admin and on the front end I can see the forums and add/see topics. I just can not access the forums to add, edit, delete on the admin. The link to Forums does not show up on the Admin navigation.
I am running:
WordPress 3.3.1
bbPress Version 2.0.2
The issue seemed to start after I added the plugin got bbPress Attachments. However, I deleted the plugin (both bbPress and bbPress Attchment) and just reinstalled bbPress.
On another website I used the same template and added both bbPress and bbPres Attachment and it works fine. I also switched to a bbPress (Twenty ten) and had the same issue.
Before I had these problems, I edited the Archive Slugs and Single Slugs several times here (Settings >> Forums)
Currently the slugs are set at:
forum
topic
topic-tag
I do have the warnings: Possible bbPress conflict: Forum slug
However, I get warning no matter what I put in these fields.
Any suggestions?
Topic: forum on wordpress main page
Topic: Where is Dashboard?
Hi All,
Read the instructions and installed through wordpess.
The options I have seem very limited and read about a BBPress Dashboard but cannot locate it.
On WordPress I can see Forums/Topics/Replies and a few basic settins in Settings Forum.
But nothing that seems to give you any degress of control.
I have obviously missed something and from searches so have many people on the internet.
I would like to install a set theme for the BBPress – I have created my-templates and added theme static-red I found. But cannot locate how to activate.
I am sure it will be on the BBPress Dashboard (probably)
Any pointers to its location and how to access it would be great.
Or it maybe I have access to all the options and have just missed it.
Thanks in advance.
D
Hi all, I am moving my website and forums into WordPress & bbPress from Joomla and Invision Power Board.
Today, I converted the forums… Everything is working fine except that the posts are markedup in HTML i.e… BR’s and Hrefs. But the HTML is not rendering. This is a problem as I have about 85k posts on the forum. So, they all look like crap at the moment.
Is there a a way I can allow all posts to render HTML?
the beta site WordPress/bbPress install is here: http://beta.friendsoffoamy.com/forum
the original IPB install is located here: http://friendsoffoamy.com/forum
Any help would be appreciated.
With the BBPress plugin, the normal WordPress RSS feed becomes a huge list of forum topics and replies.
I know that you can alter your RSS feed with a post_type parameter, but what about people who are already subscribed to the /feed RSS feed URL? Is there a way to alter the output of the main RSS feed to avoid spamming them with every reply on the site?
I have recently transfered old bbpress 1.x standalone forums to the new bbpress 2.1 plugin platform
The moving was fine and I got back all my old forums.
However there’s something odd concerning the “freshness” of forums and discussions.
Normally freshness would display things like
Posted $years ago, or $months ago, or $days ago… and if very recent, hours, minutes, etc.
In my case, very old posts appear in the format “posted 674 days ago” or “posted 374 days ago” which is really not nice way to display
I’d like to display freshness as it was with 1.x forums. “Posted 1 year ago”, “posted 2 years ago”, that is. Alternatively I wouldn’t mind to get rid of freshness and replace it with standard last updated time (last updated on 2nd December 2009)
I’m running a localised version of WordPress (IT_it), however other dates are fine with other post types.
Topic: Can't change permalinks
I wrote a thread earlier stating that I accidently deleted my forum. Well, turns out it wasn’t showing up because I changed the permalinks via wordpress. I’m assuming it just has something to do with bbpress because every other tab works fine when I change the permalinks, only my bbpress forum is no longer to be found. Anything I can do???
I’m a bit disappointed not to be able to find a simple private messaging solution for bbPress 2 that existed through a plugin in 1.1. I don’t want to go through all the trouble of installing BuddyPress and making all the necessary theme customizations, and I don’t want to use some WordPress plugin that would require users to go to a separate page and select who they want to message from a dropdown list. I need just a simple PM link in the forum interface. Is it so complicated to add the option?
class foomanchu {
function __construct() {
add_action( ‘bb_hook’, array( $this, ‘callback_function’ ) );
}
function callback_function() {
$result = ‘foomanchu’;
return $result;
}
}
The bbPress Docs state that bbPress uses the exact same Plugin API as WordPress, yet the above would work in WordPress, but silently fail in bbPress.
any light in this would be much appreciated.
Hi all. I’ve read that there is no way that the main page of wordpress can be the forum itself, but i wonder if I can take the code of the bbpress that hanlde all the forums and insert it as an include into the wordpress index.php. if that is posible an some one help me telling me which part of the code is the one I can copy to call the forum and topics in to the very front page.
I’ve seen i can show all that in the sidebar, but i would like to make it the main page like the forum page with the latest topics, most comented and most visited.
Thank you