Search Results for 'bbpress'
-
Search Results
-
Installed bbpress on the same site as an existing wordpress install http://www.toxicshock.tv – The board is located at http://www.toxicshock.tv/board/ . earlier today everything was dandy, of course I had just installed the software, all the logins and postings were working great. Dropped in a template, everything still good. Came back later, tried to login, and the forum redirects me to the blog??? after hours of reading and trying stuff on the forum, I thought I might just beg for help!!! Tried the Options +Multiviews .htaccess file in the /board/ directory. Still no go. Tried the other rewrite rules, and all they did was either break the blog or make the existing forum posts not work. Here’s my wordpress .htaccess info: <IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /news/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . [L]
</IfModule>
ErrorDocument 404 /notfound.htm
RewriteEngine On
RewriteRule ^links.htm /links.php
RewriteRule ^index.htm /index.php
— I assume that the redirect to the /news/ is a product of the rewrite rule… but I assumed that the .htaccess in the /board/ directory would take precedence. no? maybe? argh!
Profile links in bbPress are setup off the username of the user. However, if that username has a space or two in it, the profile doesn’t show.
Example: http://www.smart-kit.com/social/profile/Dr.%20R.L.%20Kaplan
Is there a way to fix that without editing all the profile usernames?
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.

.