Search Results for 'bbpress'
-
Search Results
-
long story short
I have integrated wordpress with my community. As my community uses the members EMAIL as the login, I have hacked wordpress to do the same. (when a member signs up on my custom user db table, a trigger updates the wordpress wp_users table, setting BOTH email and user_login to the email address of the new member)
now I have implemented bbpress. My bbpress uses the wp_users table as well, all is fine.
to my dissapointment, bbpress displays user_login values on the forum instead of user_nicename.
I do not want to dispay user_login (because it is the email address of my members). [ I have commented out the bbpress function which forces bbpress user_logins to not contain @, . and other chars.
Is there a way to easily display user_nicename instead of user_login. If not is there an easy way to tweak this?
So an obvious second question, have i comprimised security in any manner by commenting out the sanitize function and thereby allowing email adresses as bbpress (and wordpress) “user_login” values?
thanx
Topic: i need …
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
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?
.