Search Results for 'bbpress'
-
Search Results
-
Topic: Step 4: Installation failed!
I’ve tried to install bbPress in a several different locations, but i always get an errormessage at Step4:
Installation failed! The database failed to install. You may need to replace bbPress with a fresh copy and start again. Referrer is OK, beginning installation…
Step 1 – Creating database tables
>>> Database installation failed!!!
>>>>>> Halting installation!
I cleared the database tables also and retried to install. But with no success. We use PHP 5+ and MySQL 4.1 on Suse Linux. I also tried to chmod some directories. No success.
As i took a closer look at the code, i can report that the errors is thrown from class-install.php on line 1513: $alterations = bb_install(); after doing a print_r on the alterations array, i can see it has now values.
EDIT:
further debugging shows the following errors:
Key master could not be created!
Forum could not be created!
So it seems, that the forum couldn be created. If i create it manually. The frontend works. but when i try to login to the admin panel, i always get redirected to the frontend without an error.
maybe this could help…
kind regrads from germany
michael
Hi
This may sound like an odd thing to do, but I’m intending to adapt bbpress to enable members to self-register and upload articles for review, and only Admins see these posts. (Therefore, _ck_’s Hidden Forum and Attachments plugins are great, as are the Instant_Password & Human_Test).
Though to stream-line this further: when a person registers, they post/upload there article in an a Submissions forum, but I don’t want anyone else (apart from admins) to see this type of post.
Could the bozo setting be used? That is, when a person registers, there status is by default bozo, therefore no other registered users can see this post.
Can this work, and how to default a registered user as bozo?
thanks
Hi there
As said in the topic title, how can I use bbpress avatars on wordpress comments? I have bbpress and wordpress on the same database.
Is there anyway to do this?
Someone told me to use User Photo, but I couldnt make it work… and I was wondering if existed some kind of code to add so wordpress could call the avatar from bbpress.
Thank you
hi guys, site is http://www.audioscribbler.co.uk
Basically, I’ve got the latest discussions plugin active in the sidebar, but I can’t find the necessary code to edit to customise it. I’ve create a custom DIV class (this managed to change the line-height) but I can’t get rid of the bold properties, I can’t change the font – I’ve looked on the widgets.php page and can’t find it, and editing the plugin itself doesn’t seem to work. Anyone got any ideas? thanks
I’m trying to make my front-page.php template look a little more like a conventional vBulletin type theme by displaying the “last post title and link” in a column next to the “forum title.” The problem is that topic_title() isn’t giving me what I want inside the loop. I guess I need some sort of nested loop or an alternate function.
Here’s an example of a vB style i’d like to emulate:
Main Car Forum (This is a top level forum)
Car Forums by Brand <– this is a bbPress category forum w/ subforums per car brand.
— Honda Forum 1…………………….. last post: my car broke down
— BMW Forum 2…………………….. last post: new tires?
The problem is when I play w/ the front-page template I can only get the last post info for the “Main Car Forum” not the brand subforums and even that isn’t actually giving me what I think it should.
Here’s what I have in my 2nd HTML column of my modified template:
<td class="topicTitle"><a href="<?php topic_last_post_link(); ?>"><?php topic_title(); ?> </a>
<br /><span class="lastPoster">by <a href="<?php user_profile_link($topic->topic_last_poster) ?>"><?php topic_last_poster(); ?></a></span>
</td>The topic_last_post_link and topic_title() aren’t giving me the expected results. For topic_last_post_link it’s actually returning the last topic/thread link not the last post link and that’s for the “Main Car Forum.” For the subforums it’s displaying the same exact thing as it does for “Main Car Forum” it’s not actually displaying the topic/post info for the correct subforum.
TIA,
-Charlie