Hello ,
i’m use BBpress version 0.8.3 and i need some thing to it :
1. i need wysiwyg editor which i can with it enter an IMG , SWF , WAV , RAM , RM , MPEG and more …
2.i need google sitemap which work whit 0.8.3
3.i need to show the hot tags in all pages .
thanks for all , and i am sory for my bad english
I am looking at WP and bbPress as a way of extending my G2 install functionality.
I know I can link G2 log-in to WP login, and I know that WP and bbPress can be linked – but will they all play nicely together?
Also, in gallery2 I use permalinks which enable my users to have a short URL a bit like MySpace. Will this still work in an ’embedded’ situation?
Thanks
DJ
Could anyone tell me where can i find the file el.mo and how to install(where?)
I want to install the greek language
Thank you!!
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.
Is there a way to delete bogus users?
Maybe users with no posts or users or users marked as Bozo?
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.
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!
The forums doesn’t and topic pagination doesn’t go to a next page unless there are 30 topics or replies, is there a way to change it from 30?