Search Results for 'bbpress'
-
Search Results
-
Topic: Excerpts
I’m in the process of theming bbPress not to look like a forum, but rather a blog with multiple posters
. The one thing I’m stuck on, and there doesn’t seem to be any documentation on how to do this. How do you put excerpts in the front? The best example would have to be 9rules, I was wondering if that was custom code, or is there a plugin or a simple solution to achieve that? Thanks in advance.
Topic: Replace word in Post
Hello all,
I tried to realize a plugin that would allow me to replace some words by others in the post. I created the DB contained the words to replace and the word to put instead, i created the function and all is working fine, BUT, I don’t find how to use it on BBPRESS.
My function is something like
echo replace_words($TextToBeTransform,$WordToReplace), and the function use the DB to see what is be put instead of the $WordToReplace. As I can see, the post are printed out from the post.php of the template we do use.
I got this:
<?php
$tset="A trial phrase.";
$WordToBeReplaced="trial";
?>
<div class="threadpost">
<div class="post">
<?php echo replace_words( $test,$WordToBeReplaced); post_text()?></div>
<div class="poststuff">
<?php printf( __('Posted %s ago'), bb_get_post_time() ); ?>
<?php post_ip_link(); ?> <?php post_edit_link(); ?>
<?php post_delete_link(); ?></div>
</div>
It print me exactly as I want the “A trial phrase” replace trial by “new” (from the DB).
The problem is that when I want to apply this to the text of the post, post_text(), it won’t work at all. I see that this post_text() is actually applying filters and others to the text, which my cause my function to fail (no error, it just don’t replace the words).
Could someone tell me where should I apply my own filter replace_words() for it to be taken into account?
Thank you very much.
I logged in here on the bbPress forums to view my profile so that I could find my topics that I created a couple weeks ago. When I view my profile, it doesn’t show my posts or topics and my profile information is someone else’s:
crisdias
Member Since
January 21, 2004 (3 years)
Location
Rio
User Activity
Recent Replies
No more replies.
Threads Started
No more topics posted.
That’s not me, I’m not from Rio.. and I’ve only been a member for a year or so.
Also, I’m not able to edit my profile here.
Topic: Another problem at step 2
Hello, while trying to install I get the following error at the second step
bbPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘ ”, , ”, ‘200]
INSERT INTO bb_topics (topic_title, topic_slug, topic_poster, topic_poster_name, topic_last_poster, topic_last_poster_name, topic_start_time, topic_time, forum_id) VALUES (‘Your first topic’, ‘your-first-topic’, , ”, , ”, ‘2007-12-12 00:10:27’, ‘2007-12-12 00:10:27’, 1)
:
I have applied the patches for the msqlI warning, therefore nothing seems to be wrong until this step.
I have also filled all the fields from the previous step.
Any idea?
Thank you!
Topic: WP 2.4
I saw the following post on WP2.4 – coming in Jan.
WordPress weekly digest 26th November to 2nd December 2007
It sounds like WP2.4 will use a new hashing scheme to store the password.
Will this interefere with bbPress users who are running WordPress User integration?
Hi!
I made a new podcast show and the first episode’s topic is “Integrating bbPress into WordPress.” This is my first video, so I’m really need your suggestions. Maybe you can tell me what are you expecting in such podcast show? I am looking forward to hearing from you!

PS. I haven’t decided what’s next episode and when will it be released.
PS2. You may want to download .ogg (I might convert .ogg to .flv and .mov without appropriate parameters, so the qualities are not good).
WordPress has a really nice authentication method: by user’s email. No password or registration. Is it possible to use similar authentication in bbpress?
Really, registration is unnecessary and creates a problem of spam nicknames cluttering the admin panel. Akismet deals with spam comments well.
Wouldn’t it make sense to switch to the wordpress-type authentication by poster’s email?
Please note that this is not the same as anonymous posting.
Additionally, bbpress really lacks wordpress’ moderation options. It would be surely a good idea to moderate all comments which contain links since almost all of them are spam comments which make it through Akismet.
Topic: Jack Hammer Discussions
I don’t know if my forums qualify to be listed here, but I’m going to anyway. Trent has helped me quite a bit and I figured some other things out myself. I’d appreciate any comments, or suggestions.
I’m using Trent’s onvertigo theme, which works well with my blog theme, regulus.
Does anyone know how I can edit the search_form? I’d like the input box to be shorter and I’d like the button to say “Go!” and be on the same line as the box. And I’d like all of that to be on the same line as the User Information.
Thanks,
This is such a nub question, but what goes first the WordPress install followed by bbPress? Or do they install at the same time, the documentation is confusing me because all it say is configure the config.php file in the bbPress folder, but doesn’t say much else? Any help past this would be great! Thanks.
