Search Results for 'bbpress'
-
AuthorSearch Results
-
December 28, 2011 at 4:26 am #109504
Anointed
ParticipantDid 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.
December 28, 2011 at 4:03 am #111162In reply to: Where to manage subscribed threads?
offbeatempire
MemberOoh, seems like it may be related to this: https://bbpress.org/forums/topic/integrating-forum-profile-with-author-profile
December 28, 2011 at 3:51 am #109503bjj_pl
Participantby 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
December 28, 2011 at 3:47 am #111096In reply to: No graphics is appearing in the forum.
Anointed
ParticipantMaybe 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.
December 28, 2011 at 3:32 am #111083iftomkins
ParticipantGood answer! Thanks, Andre. I’ll wait patiently.
December 28, 2011 at 3:30 am #111160In reply to: Where to manage subscribed threads?
offbeatempire
MemberI’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.
December 28, 2011 at 3:22 am #109502Anointed
ParticipantI’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.
December 28, 2011 at 3:20 am #111085In reply to: Upload images
Anointed
ParticipantYes, 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.
December 27, 2011 at 10:19 pm #108760In reply to: Latin characters in slugs
mouridis
MemberFor 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?
December 27, 2011 at 10:02 pm #111082Andre
ParticipantBuddyPress 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.
December 27, 2011 at 9:13 pm #111081iftomkins
ParticipantThanks Andre. Why do you think it will fix itself? And have you heard of a release date for those versions? Thanks!
December 27, 2011 at 7:33 pm #109501bjj_pl
ParticipantI’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.
December 27, 2011 at 5:32 pm #41528Topic: Where to manage subscribed threads?
in forum Troubleshootingoffbeatempire
Memberbbpress 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?
December 27, 2011 at 4:58 pm #41527Topic: [bbPress 2] How to disable the forum description field
in forum Installationfrooyo
MemberHow 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');December 27, 2011 at 4:41 pm #107391In reply to: bbPress 2.0 – Shortcodes
DennisBarkerCV
ParticipantKamikazeek,
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
December 27, 2011 at 2:27 pm #110092In reply to: Translation for bbPress 2.0 in Romanian
Richard Vencu
MemberIt is strange. It worked for me in an instant. Only wp-content/plugins/bbpress/bbp-languages/ is needed…
December 27, 2011 at 1:25 pm #110091In reply to: Translation for bbPress 2.0 in Romanian
honski
MemberHi,
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.
December 27, 2011 at 11:48 am #111145In reply to: How to make bbPress 2 display on the front page?
astoreitem
Memberthank you
December 27, 2011 at 11:22 am #111095In reply to: No graphics is appearing in the forum.
aarij
MemberSo what should I do ? I downloaded bbpress from its official site but still there are no graphics appearing…
December 27, 2011 at 5:16 am #111144In reply to: How to make bbPress 2 display on the front page?
frooyo
Member@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?
December 27, 2011 at 5:09 am #111143In reply to: How to make bbPress 2 display on the front page?
frooyo
MemberI found this page: https://bbpress.org/forums/topic/bbpress-20-shortcodes
But when I paste the following on a newly created WordPress page, nothing is displayed:
[bbp-single-forum id=1]
December 27, 2011 at 5:04 am #111126In reply to: How do I remove Gravatars from bbpress 2?
Anointed
Participantwp-admin / settings / discussion
on bottom of page choose no gravatar
December 27, 2011 at 5:04 am #111142In reply to: How to make bbPress 2 display on the front page?
December 27, 2011 at 4:34 am #111117Anointed
Participant1. No,
2. lack of time, JJ’s busy writing code to improve bbPress so we all benefit.
December 27, 2011 at 4:33 am #111141In reply to: How to make bbPress 2 display on the front page?
Anointed
ParticipantThe ‘default’ way to do this would be to create a page and place the forums shortcode on the page. Then in the settings/reading assign that page to the front. Of course you would also want to create a blog page and use a blog template for that page in order to display your posts.
-
AuthorSearch Results