Search Results for '"wordpress'
-
Search Results
-
Topic: WiiPlayGames.com Forums
http://www.wiiplaygames.com/bb/
Theme: Modified Kakumei
Plugins/Misc: Integrated with WordPress
*bushes shoulder*
Can BBpress and WordPress have integration that allows for:
-Automatic forum postings driven from WordPress posts?
-Comments in WordPress posts powered by BBpress (so that comments left on WordPress posts also show up within the BBpress forum post of that article.
Topic: bbPress 0.8.3.1 released
From Sam’s Post on the main bbPress blog:
Due to popular demand we have bundled a bug-fix release for bbPress. 0.8.3.1 (still called “Desmond” I believe) and it is now available for download.
This version is not the latest development release so as to remain as compatible as possible with the current version of WordPress.
The primary reason for the release is to fix some bugs in the MySQLi implementation. We anticipate that MySQLi support will be dropped in the future and to this end we have made MySQL the default extension instead of MySQLi.
A few other fixes and enhancements have also snuck in:
- Deep forum breadcrumbs with thanks to baptiste
- More consistent topic labeling methods – users of the support forum plugin will probably need to upgrade to version 2.3.3
- Some fixes to stop orphaned sub-forums from disappearing from all view
- There is now one of those fancy checkboxes to mark a user as a bozo
A couple of those changes will affect existing themes. If you have questions about adapting your theme to be compatible with the new topic labeling and forum breadcrumb features, then ask over on this forum topic.
Hi, someone knows if (and how…) is it possible to integrate the wonderful Mandigo theme (http://www.onehertz.com/portfolio/wordpress/mandigo) in bbPress? For my site http://www.raccontidiviaggi.com (still working in progress…) I use Mandigo theme, I made the integration using the same database, but now I want to have the same theme also for the forum, which (as you can see here: http://raccontidiviaggi.com/forum-dei-viaggiatori) looks different. The problem is that it is a highly customizable theme, and apparently it’s not so easy as simply copy/paste the header… Someone can help me?
Thank you
Filippo
Topic: Experimenting with bb-cache
I’ve recently enabled the hard cache, to see how it handles on a test forum with only a few users. The first problem I’ve come across has been an error with $bb_cache->get_forums() – the array it was returning when cached was 0, instead of containing the forum ids.
I fixed it by a simple reversal of the sections of code within the get_forums() function in cache.php:
$forums = (array) $bbdb->get_results("SELECT * FROM $bbdb->forums $where ORDER BY forum_order");
if ( $this->use_cache && $normal && $forums )
$this->write_cache(BBPATH . 'bb-cache/bb_forums', $forums);
$_forums = array();
foreach ( $forums as $forum )
$_forums[(int) $forum->forum_id] = $bb_forum_cache[(int) $forum->forum_id] = $forum;After reversing them (the above are their original positions), I then made sure the write cache line was using $_forums, instead of $forums.
No idea if this may have other consequences I’ve yet to unearth, but I thought it may be worth noting here.
I’ve also used the “load all options” function from wordpress as a basis for creating a global array containing all topicmeta options. By default (even with cache enabled, although maybe I’ve missed a setting), there were several calls to to topicmeta, whereas only one was really required.
Topic: pretty permalinks problem
I have tried to use pretty permalinks and am having no luck so far.
Could someone please help me
I tried using the
Options +MultiViews
and when I click on the links I get 404 Error.
Then I tried using the
rewrite-rules.php.
and I get:
blockquote
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webadmin@kundenserver.de and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
blockquote
If you go to http://www.328solutions.com you will see it! (That is with the rewrite-rules.php)
Does anyone know what I am doing wrong? If you need more information please let me know! I really want to use BBPRESS as I love WordPress!!! And don’t really want to use any other forum.
oh btw, seasons greetings
Topic: Login Intergration Problem
Hi there,
Users can register and login in to my wordpress section of my site, and this automatically makes then a bbpress member also. The problem however affects only people whose user name contains a space in it. Though they are resisted members of both wordpress and bbpress, they cannot log into bbpress.
Any ideas?
Topic: Got an Idea?
This is stolen from WordPress Extend Ideas. I made (or I should say I duplicated or pirated?) this for getting your ideas to be my motivations. But, while writing this I found out this not just “Ideas”, this actually is an application of how to have different themes for your forums and topics. And you can also have permalinks like
/ideas/
or/ideas.php
.No modifications on core files, but need to add two files. 1 plugin file, some modifications on theme.
You can see this “Ideas” on my forums. Scroll down to the bottom, you will see it. Click on “Got an Idea?” or “Ideas for bbPress” (read the URIs, notice the differences?).
This is not ready for a release, however you can download it from repository and read this draft documentation (if you want to play with it).
And you can post your ideas for “Ideas” or others.
Topic: SmartBoyDesigns.com
Hello To All,
First of all – thank you for the best forum software available for WordPress based sites. The package was simple to install, it’s streamlined, and works perfectly. Thank you, thank you, thank you.
I am running WordPress on my site located here: http://www.smartboydesigns.com/
and then I have installed and developed the forum software here:
http://www.smartboydesigns.com/forums/
The forum and main site layouts are still being integrated, but so far it is coming along nicely. I would like to know your thoughts on what I have so far, and if anything isn’t working properly for you.
Thank you, and MERRY CHRISTMAS!