Search Results for 'bbpress'
-
Search Results
-
hi!
I have a forum here: http://www.pagelines.com/forum
I sometimes want to add HTML tags to explain things to people but they get stripped out or used as real HTML…
Is there a way to do this (display HTML code) in BBPress?
Topic: Pretty-URLS
Dear coders, please remove “forum” and “topic” from the urls in your future editions of bbpress.
http:www.xxx.com/forums/topic/how_to_remove_unnecessary_things
doesn’t look nice, especially when you run forums in another language than English. Because this gives you a mix of languages in the url.
http://www.xxx.com/forums/troubleshooting/how_to_remove_unnecessary_things
looks better.
Please see also the following topic about this issue:
http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done
Topic: Memberlist-Plugin
How can I modify the memberlist-plugin?
http://bbpress.org/plugins/topic/memberlist/page/2/
I would like to add column whichs shows the avatar pictures of the members.
I would like to have something similiar as you can see in the userlist in the admin area.
I want to create limit in the username field. In bbpress user can create his/her username with 30 characters. it is so bad. it’s create disturbance and deface the forums and post. you can see the example in your own bbpress post forum and you can see my username. tell me how can i limit the username field and restrict users to choose 12 character username.
waiting for reply
I`m not seeing these files in my word press config file(below), I have installed the integration plugin for WP and gone to configure it. I have deleted my cookies in firefox, I do see them in my BB_press config file. I upgraded my WP to 2.8.6 & have installed the 1.0.2 version of bb-press.
WordPress bbPress
AUTH_KEY <=> BB_AUTH_KEY
SECURE_AUTH_KEY <=> BB_SECURE_AUTH_KEY
LOGGED_IN_KEY <=> BB_LOGGED_IN_KEY
Also I have seen on the forum I should not use WWW in my urls, why is this & what should the format of the urls be, does this apply to all urls used in WP/BB press
Thanks
Cold in Canada
Have a current, daily-visited board on a site that I am moving to a new webhost….. where I want to use a different format. There are almost 1400 posts/threads on the current board. Can we import them into bbPress? Need info please.
Topic: Topics with strange status
I went live with my bbpress forum a few days ago. Today I noticed five topics with identical name and author in the admin panel, topics that does not show up in the forum. When filtering topics those are not visible using the normal flag, the only way I can see them is with no filtering (all). Did a lookup in the database and they all have topic_status=2.
Anyone having a clue?
Thanks
/Erik
I have a new bbpress installation. When a new user registers, no email is received by them, so they have no password and cannot login. I’m not sure how to proceed in figuring this out…
Any suggestions?
I just did a new install of bbpress at: http://angerwise.com/forums. The whole thing is off center, and I have to use my bottom left to right scoll to see the whole page.
Any suggestions?
Topic: Agree to TOC before login
I am trying to get members to agree to the terms and conditions by ticking at a checkbox before he can be logged in. Can someone tell me how to do this in the login-form.php? I added a few lines of code after the password label and before the <input name=”re” type=”hidden” value=”<?php echo $re; ?>” /> in the login-form.php of my template but not sure how to do the check if member tick on the checkbox when he click on the submit button.
<label>
<input name=”terms_of_service” type=”checkbox” id=”terms_of_service” value=”agree” style=”vertical-align:middle;width:1.40em;height:1.40em; margin-top:4px;” />
<font size=’1′><?php _e(‘I agree to the Terms & Conditions’); ?></font>
</label>
Is there a better way of doing this by using a simple plugin? I am new to bbpress and not good at programming.
Thank you in advance