Search Results for 'bbpress'
-
Search Results
-
I am looking, for at decent theme, that is available for several platforms (bbpress + wordpress + mediawiki) – more specific 3 diffrent themes that look alike (or as alike as “possible”).
I have used mistylook before, but i am now using several subforums in the newest version of bbpress, and can’t get this to work with the “old” mistylook theme for bbpress.
Any advide, or direction, anything (how to fix the problem with mistyllok, or new theme) would be soooo appreciated
thnx in advance
/Dennis
Topic: Korean Translation
Here is a Korean language file for bbpress. It is just in nascent stage, but I hope it helps Korean users interested in bbpress.
download: http://www.skhcafe.org/dev/Korean_bbpress_070815.zip
1. Upload the ko.mo and ko.po files to bb-includes/languages. (if do not have it, create the folder.)
2. Edit config.php – find define(‘BBLANG’, ”); and change to define(‘BBLANG’, ‘ko’);
That’s it!
비비프레스 한글 번역 화일을 올립니다. 개인적인 포럼 구축에 사용하려고 시도해 본 번역인데, 다듬어야 할 부분이 많습니다. 관심있는 분들이 발전시켜 주면 좋겠군요.
설치 방법
1. 두 화일(ko.po 와 ko.mo)을 다운로드하여 비비프레스의 언어 폴더(bb-includes/languages)에 올립니다. 폴더가 없으면 만들어 주세요.
2. config.php 화일을 열어서 다음과 같이 고쳐줍니다. define(‘BBLANG’, ”); 을 define(‘BBLANG’, ‘ko’); 으로.
I’m translating bbpress to spanish (using a custom mo file) and so far there are 3 phrases that I can’t translate;
In topic view I can’t translate;
” You must log in to post. “
” Posted 2 weeks ago # ” (in this case “weeks” appears translated but not the rest of the phrase)
” Allowed markup: a blockquote br code em strong ul ol li img.
Put code in between
backticks. “I can’t locate them, where ca I find them so I can hand translate? or what do you need to put in the .po file so it works?
Topic: Cannot access profile page
Got a bit of a weird error happening – Let me begin
Yesterday I did a bit of work sorting out my quite frankly flaky forums – Got everything working quite nicely but then I decided to remove the Avatar Upload plugin because I couldn’t get it looking nice against the users in the forums in the time I had left
However having turned it off I then found I couldn’t access any of the user profile pages including my own – I just get a completely blank page
I’ve removed the calls to show the avatar on the profile page itself but its still falling over
The site error log is reporting the following:
[Wed Aug 15 04:24:42 2007] [error] [client 86.158.248.246] PHP Fatal error: Call to undefined function bb_get_header() in /home/httpd/vhosts/<sitename>/httpdocs/forums/profile.php on line 1, referer: http://<sitename>/forums/
Now I know that this simply isn’t true – bb_get_header() is part of the core and its more likely that one of the plugins has gone screwy but I’ve tried turning off the plugins but I’ve done quite a bit of customisation and the majority of the plugins don’t die quietly – they cause major blow-outs if not available so I’m now having to go through all my template code and put if blocks around them to stop them
The list of plugins I have installed are as follows
Limit Latest Discussion 0.73
Simple Onlinelist 1.5
My Views 0.05
BBPress Private Messaging 0.80
Posts since last visit 0.5-beta
Report Post 0.11
Avatar Upload 0.8.2
Private Forums 5.2
Use Display Name 0.7.2
bbPress signatures 0.14
My Views module – Started/Participated Topics 0.05
Any help would be really appreciated
As everyone knows, if a user registers in bbpress instead of through wordpress(mu) that user doesn’t get a default role set.
I’ve dug and dug on both the bbpress and wpmu forums and haven’t found a fix for this. I did find a fix that apparently works for wordpress, but I tried it for wordpress mu with no luck.
The 4th post in this thread explains a way to set roles in wordpress mu.
I imagine that a plugin with the combination of the two solutions would allow users to register through bbpress and get a default role on the main wordpress mu blog. But, unfortunately I have no clue what I’m doing. If anyone has a free minute or two to look at the bits of code and maybe hack something together that would be awesome.
Oh, and I’m using the latest versions of both bbpress and wpmu.
. Anyways, I got the code that Detective wrote to work once I pulled my head outta my butt!