Search Results for 'bbpress'
-
Search Results
-
Topic: Integration Version Check
I’ve got bbpress 0.9.0.3 installed – and have 850 ish registered users.
I’ve just installed WP MU 2.6.5
Can I integrate the two? I’ve read/heard various things about that.
If not (as I suspect on a purely luck basis), should I wait for WPMU 2.7 to be released (soon I hope), and then BBpress 1.0 final before any integration is attempted?
And finally, can I do the integration with my users having registered from BBpress and not WPMU? Does the user database crossover work both ways?
thanks.
Topic: Sendmail problems – patch?
0.9.0.3
bb-includes/pluggable.php
559: return @mail($to, $subject, $message, $headers, ‘-f ‘.$from);
This will force php mail function to be sent from the bbPress configured email using the From envelope with Sendmail. This helps prevent spam filters from catching emails like forgotten passwords.
bbPress 1.0.4 Alpha Galician translation
bbPress 1.0.4 Alpha traducido ó Galego. Se queredes descargalo tedelo aqui
http://www.egalego.com/2008/12/28/bbpress-traducido-o-galego/
¡Bo Nadal!
Topic: Subforums and Feedback
Hi there everyone, right now we’re trying to restructure our wordpress blog and bbpress forums to allow blog entries to appear in the forums via Bbsync.
http://bbpress.org/plugins/topic/bbsync/
Because of this need to have our blog entries appear in the forums, we’re restructuring our forums to tie into the blog entries.
Check it out here: http://www.feastoffools.net/community
Wondering if there is a way for parent forums to show all the entries in their subforums instead of showing entries specifically intended for the top parent category. Am I making sense?
Or is there a way to lock out people from making an entry on a top level forum (allow only subforum
Is there a way to have the top level forums count the entries in the subforums? Any feedback would be greatly appreciated. Thanks.
<hr>
Right now this is the structure we’re looking at:
Feast of Fools
– Podcast (Gay Fun Show) PODCAST
– Video (Our original videos) VIDEO
– Photos (Our original Photos) PHOTOS
– Mini Bites (Audio clips and songs from the podcast) MINI BITES
– One on One (Video Blogs) VIDEO BLOGS
Topics
– About Us (Press, Appearances, Announcements)
– Animals (Our furry and not so furry friends)
– News & Rumors (What’s the Buzz)
– Trends & Tech (How we are changing, technology & the environment)
– Culture & Style (Media, Ideas, Recipies, Looks & Things that are hot)
– Gender & Sexuality (Gay, Lesbian, Straight, Trans, Male, Female, Bi, Trans & Everything Else)
– Health & Wellness (AIDS/HIV, Fitness, STDs, Diet, Nutrition, Mental Health)
– People (Celebrities, Guests, Hotties & You)
– Politics & Activism (Creating Change and the people and ideas behind it)
– Travel & Tourism (where to go, what to see)
Fans & Friends
– Ask for Advice (questions)
– Promote Your Work (links and samples of: Photos, Video, Blog, Podcasts, Designs)
– Your Thoughts (statements)
Support
– Site News (Changes, Upgrades & News About the Site)
– Listening to Shows
– How to Post (Tips and tricks on posting in the forums)
– New Listeners
– Questions
Feedback
– Bugs (Report problems for the site)
– Show Ideas
– Favorite Moment (Time and Episode in a podcast you found fabulous)
For topic_page_links() on the forum home page, I went to: /bb-includes/functions.bb-template.php -> line 932 and changed ‘show_all’ => false to ‘show_all’ => true
This allows me to show the pages of a post without popular topics shifting the entire forum to the right.
You can see it in action here: http://www.hotforwords.com/forums/
Most themes disable this tag as it messes up themes with popular topics.
My question is, if I have to change the default setting on a bbpress core page, that would indicate to me that there is a variable I can put within the tag… between the ().
Does anybody here know what I can put there so that I don’t have to change the core pages? ie: topic_page_links(show_all->true) or something like that.
Thanks!