Search Results for 'bbpress'
-
Search Results
-
I had forgotten about this site, they did an incredible job programming it. Facinating to compare:
http://www.forummatrix.org/compare/bbPress+miniBB+phpBB+SMF+vBulletin
(I picked those top five but you can choose from like 25 others)
But I can easily spot some missing things from the bbpress chart that have been added in the core or via plugin, so they need an update…
I’ve just discovered that any member who registers through BBpress instead of WordPress never gets a Role set (ie. Subscriber) so while they can use the forum, they can do anything on the WordPress part, even though they are logged in.
I’ve got sloppy members not closing their tags and the markup runs through the rest of the page. Doesn’t WP already do auto close on tags? Did bbpress not pick up that part of the code?
After trying to add code between backticks, all I’m left with is something like this:
`m`
Instead of:
<img src="http://www.yourimghosthere.com/yourimage.gif" />Deactivating plugins didn’t fix it, and nothing else has changed other than the upgrade. Is anyone else running into this?
Edit: okay, at least now I know it works on the bbPress forums. I’ve no clue where to look to fix this, can anyone toss out an idea or two?
‘code’ works, so long as I don’t include the brackets around the code I’m trying to show.
On WordPress, admin can post any content, any html markup regardless of restrictions for visitors.
I’d like to be able to do that on BBpress?
來源(From):
http://sofree.twbbs.org/bbpress/topic/4
下載(Download):
http://s9011514.googlepages.com/bbPress_zh_TW_0.8.2.1.zip
英文(English):
Place『 zh_TW.mo』 & 『zh_TW.po』 into bb-includes/languages directory (you may have to create the languages directory yourself),
and edit define(‘BBLANG’, ”); to define(‘BBLANG’, ‘zh_TW’); in config.php
中文(Chinese):
如何更改語系檔
1.請先解壓縮 bbPress_zh_TW_0.8.2.1.zip
2.接下來請在『bb-includes』資料夾中新增目錄→『languages』
(簡單說:/bb-includes/languages/ )
3.將解壓縮檔傳到『languages』目錄下
4.到『config.php』檔案中
找到 define(‘BBLANG’, ”);
修改成 define(‘BBLANG’, ‘zh_TW’);
5.完成!
Topic: Upgrade disaster
After upgrading, I had my template and but no topics or forums listed.
So I started over: installed just bbpress upgrade AND my old config.php file.
This is the result:
http://www.bedbugger.com/forum/
You see the topics and forums, but can’t click to read them or login.