Latest WP and bbPress versions.
Please go to http://www.5firemen.com/forums/topic/911-stories-whats-your-name/
See below the post, where the notices state:
“This topic was modified 2 hours, 5 minutes ago by Profile photo of 5 Firemen | The Fireman’s Forum 5 Firemen | The Fireman’s Forum.”
How do I turn that OFF?
Thanks!
Ok I have been playing with this for a while. When you read the bbpress information when it comes to customizing templates php ect it says to create a bbpress folder within your child theme. Well bbpress isnt looking for custom folder with in my theme so it ignores anything i place in that folder. How ever if anyone is having this problem just place your custom files in your child themes directory. bbpress finds them with no problem then. for example I just redid the content-statistics.php I did not want the the list to take up so much page so I changed the formatting of the file so it would display not with a default <dl> block style but in a <table> format. you can see this here. Only the file wouldn’t read in the bbpress folder.
Hi
I’ve been doing some research and am having a hard time finding a way to add prefixes as an option when starting a new topic on my forums. Is there a plugin for this somewhere? If not, is there some place I can go to request a dev to make one? Essentially what I’m looking for is the ability to create custom prefixes for individual forums. For example: in my “Forge Maps” forum I’d like to give users the ability to select between “Halo 2”, “Halo 3” and “Halo 4” and in my “General Maps” I’d like to give users options such as “Unreal” “Unity” and “Far Cry”.
Hello everyone,
I am trying to change the tinymce toolbar for the forum (reply & topic). To do so I added this code to the form-reply.php and the same (just different context) for form-topic.php:
<?php bbp_the_content( array(
'context' => 'reply',
'media_buttons' => false,
'wpautop' => true,
'quicktags' => true,
'teeny' => false,
'tinymce' => array(
'toolbar1' => 'bold,italic,underline,strikethrough,alignleft,aligncenter,alignright,bullist,numlist,blockquote,link,unlink,forecolor,backcolor,undo,redo,removeformat'
),
) ); ?>
Everything is working so far, except a small detail:
I am not able to click into the textarea/editor, so that the cursor jumps into the first line. Instead I have to click the first line, which is working.
I was able to isolte the problem, which is coming from this part of the code:
'tinymce' => array(
'toolbar1' => 'bold,italic,underline,strikethrough,alignleft,aligncenter,alignright,bullist,numlist,blockquote,link,unlink,forecolor,backcolor,undo,redo,removeformat'
It also appears if I just add:
'tinymce' => true
I looks like that the syntax might be wrong, but I read a lot of guides, and in all the syntax was the same.
I also recognized, that there is a change in the source code, after I add that “tinymce” bit to the array.
After the changes the appears this code:
<p><br data-mce-bogus="1"></p>
—–
What I read is, that this problem occurs when tinymce is using a <textarea> – But I don’t know how to change that textarea to a div, which is recommended.
Anyone can help me on this?
Thank you for your help in advance!
Hi,
I need help because I get this errors :
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
Anyone some solution ???
thanks !!
Christophe
Hi, a lot of our users like to ‘Subscribe’ to forums & also get replies when one has been made. I have added the smtp settings into the wp-mail.php file but not much is happening. Do i need to use a 3rd party plugin to allow these functions to work?
Thanks
Hello!
See here:
http://oikeusfoorum.fi/forums/
Can you see the breadcrumb? it is like:
foorum › Foorumit
I need it to be just “Foorum”
No double. My settings are:
Forum Root: forums
Disabled: Prefix all forum content with the Forum Root slug
Forum root should show: Forum Index
Single Forum Slugs
Foorumi: forum
I deleded the above – but it came back automatically!!
Please help?
I am building a forum for my friend about law and ethics. See here:
http://oikeusfoorum.fi/
You can see that the sub topics are written like this:
————–
Main topic
First topic (0, 0), Second topic (0, 0)
————–
So they are on same line. This looks horrible with those long sub-topic titles.
I need to have them on separate lines. You know with line-brakes like this:
Main topic
First topic (0, 0)
Second topic (0, 0)
Please can you help me?
Hi,
I’m using this plugin:
bbPress 2.5.4
BuddyPress 2.1.1
I have language file in /wp-content/languages/plugins
– bbpress-it_IT.mo and bbpress-it_IT.po
– buddypress-it_IT.mo and buddypress-it_IT.po
I edited them about my necessity, but today when I install a plugin I read:
“Some of the translations in need of updating. Wait a few seconds while we are updating.
Updated translations for bbPress (it_IT) …
Update translation performed successfully.
Updated translations for BuddyPress (it_IT) …
Update translation carried out with success.”
Why?
I can disable the update of language file o protect my language file?
Thanks.
Hello,
I have imported the users from phpbb into wordpress(bbpress) using Importing Tools. But the users are not able to login to system. are there any setup required to allow imported users to login?
I have checked the wp_usermeta table and many rows filled for imported users along with this column ‘_bbp_password’.
In wp_users table password is empty for imported users. I have read some where this password will update after the first login. But in my case the imported users are not able to login in WP.
can you guys help regarding this?
thanks
rehan