To be precise:
I’ve installed a wp plugin for displaying programming codes with numbering and coloring.
we should write the code inside some tags.
Now I want to use the same tag even in the forum and get the same effect. Is this possible ?
Hey guys, I could use a little help. I’ve installed a plugin on my WP to change the default registration link so as to avoid spam bots. I’d like to edit my bbPress “Registration Page” template to work with this new link.
Can anyone tell me how to change it from:
“wp-login.php?action=register”
to
“wp-login.php?action=example”
I’d really appreciate it. I’ve tried digging into the code and it’s not super clear to me.
That’s exactly what I did step by step. The same error on local and live installation.
Yeah, good catch.
I’m guessing it’s probably best to wait for buddyPress 1.6 as it’s going to have much better integration with bbPress.
There is going to be a bit more involved to it, than following what the other thread mentions. Unfortunately I have not yet spent time reading buddyPress code base to know what actions to edit.
Did you click the recount button, check all the boxes, and run the script?
If so, then I’m not sure what went wrong, Alex would be the person for that answer.
@Anointed
by funny effect I mean when it shows for example “246 days” since the last post when in fact there are many more recent posts to show. It takes a random post and shows it as the freshest
Maybe if you detail exactly how you set it up we can help
What I was saying is that there is no WordPress header information even.
The normal way to install bbPress is to simply download the plugin and add it to your WordPress plugin folder. Then activate the plugin, configure the forums in the admin and your done.
Good answer! Thanks, Andre. I’ll wait patiently.
I’m using bbpress Version 2.0.2 with BuddyPress Version 1.5.2.
So perhaps the question is: anyone know how to get bbpress’s profile page displaying in the BuddyPress template? I didn’t realize there was a difference.
@bjj_pl
I’d send a message to Alex over at his site to have him take a peek.
Restart is meant when you want to clean everything out and try again. Normally if bbConverter stops for any reason, you simply type in the details, don’t check the boxes, and click start
It is pretty good at picking up where it left off at. At least for me, I had to stop a few times in order to take my laptop with me. I picked up where I left off, and in the end it worked fine.
Not sure what you mean by recount giving funny effects.
Yes, if you are using bbPress 2.1 nightly with WordPress 3.3, you have the ability to turn on the tinymce editor and insert images.
By default only the admin can insert images. There are ways of making it so that anyone can post images if you want to.
@hoangstorm:
For some reason, when I got the email notification for your reply on my original post, it included your post with a solution! Now your post only shows “I have the same problem”.
The solution was:
“I have same problem, but a have solved it.
This problem is when you create or edit a post, bbpress not call sanitize_title function, it only call trim and stripslashes function.
You can change it to sanitize_title function in bb-post.php and bb-edit.php and use your plugin.
Hope this help!”
Did you edit your post to remove this solution because it’s not working or something else happened?
BuddyPress 1.6 will use bbPress 2.x as the forum component instead of the version of bbPress it currently uses. I believe that will lead to the activity stream being fixed.
We never get release dates, but BuddyPress initially said version 1.6 would be out close to when WP 3.3 was released. That was later retracted, but I’d guess it will be out by the end of January.
Thanks Andre. Why do you think it will fix itself? And have you heard of a release date for those versions? Thanks!
I’ve finally managed to import all the posts
BUT…
it took so so so long to convert all the data from phpbb3 to wordpress and I had to be very cautious during the process. I had to be careful with my browser window, wordpress session, etc. It reminded me of the times when I had Atari Computer with cassettes. Moreover the restart option didn’t work as described in documents.
I have problem with the “Freshness” of the posts. I cannot correctly synchroniz them. Sometimes it even shows “no topics”. bbPress Recount gives funny effects.
bbpress allows members to subscribe to threads to receive emails notifying them of new posts in a given thread.
Where can users manage their subscriptions? Do they have to return to each thread manually to unsubscribe, or is there a page where they can view all their subscribed threads?
How do I disable the forum/topic description field that show up on top of each forum/topic page?
I thought the code below would work but it doesn’t.
/home/www/wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/functions.php
function bbp_no_get_single_topic_description ($param) {
return true;
}
add_filter ('bbp_get_single_topic_description', 'bbp_no_get_single_topic_description');
Kamikazeek,
This is the best way to add forums
pick a theme that supports menus
1)create a page
2)add page to menu
3)select menu as active
4)add all of the shortcodes from the shortcode sticky thread to your newly created page
5)take out the shortcodes you do not require
Thats the way I do it at least.
Regards
Dennis
It is strange. It worked for me in an instant. Only wp-content/plugins/bbpress/bbp-languages/ is needed…
Hi,
how can I get these translations to have effect? I have set WordPress language to Romanian and uploaded the bbpress-ro_RO.po and bbpress-ro_RO.mo files to wp-content/languages/ and wp-content/plugins/bbpress/bbp-languages/ but it didn’t affect anything.
I’m looking forward to create translations for another language but I’m first testing how it works.
So what should I do ? I downloaded bbpress from its official site but still there are no graphics appearing…
@Annointed
The above works, I just didn’t refresh.
Problem: When I create a page, it’s displaying the forum topics as I like; however, it’s also displaying at the bottom of the WordPress Page a place to “Leave a Reply”.
It looks like the page thinks it’s a blog post and wants to allow the person to leave a comment.
How do I set the page to now allow wordpress comments on the page?