Hi. My new forum can be found here http://cfdblaze.com/forums/
1. stationpro is the WP theme, and the bbPress forum, wordpress installed on main url and shares db with bbPress. I really don’t know code or php, but it looks like I am missing a file, see the warnings below, or at the site:
Warning: include(THEME_LIB/_contentfooter.php) [function.include]: failed to open stream: No such file or directory in /home/cfdblaze/public_html/forums/bb-templates/BaseStationForum/footer.php on line 8
Warning: include(THEME_LIB/_contentfooter.php) [function.include]: failed to open stream: No such file or directory in /home/cfdblaze/public_html/forums/bb-templates/BaseStationForum/footer.php on line 8
Warning: include() [function.include]: Failed opening ‘THEME_LIB/_contentfooter.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/cfdblaze/public_html/forums/bb-templates/BaseStationForum/footer.php on line 8
2. The mailchimp email widget in the lower right footer is jogged funny. On the regular site it looks fine. What can I do? I have looked at this on Safari and Firefox and it is the same on each.
I really appreciate any help whatsoever. Thank You!
Hi,
How would I go about removing the backtick to code option?
I am trying to do this:
Code:
for i in [backtick] cat file[backtick]; do
echo $i
done
In that example
–
Code:
is code using the greater than less than.
– [backtick] is an actual backtick I want to show.
So instead of showing ^^^ it shows:
for i in [code]cat file
; do
Any idea?
thanks
Hi all, just a simple question.
Am I allowed to remove the advertising from the bottom of bbPress and if so, how exactly do I go about it?
In the theme I’m running it really stands out, and it’s advertising three different websites.
XXX is proudly powered by bbPress. Design: Free CSS Templates – bbPress Port by bbPress Themes.
I’d like to remove it all or at an absolute minimum just all the theme advertising.
Cheers
Just curious if there is a way to remove the username from my public profile as the ADMIN. This to me is a security concern since I am then providing half of the access information to the world!
Hi,
This sounds pretty dumb and I feel dumb asking it but where is the Dashboard for bbpress?
I’ve integrated the wp site with bb using this plug in https://wordpress.org/extend/plugins/bbpress-integration/
I cannot any way of controlling bbpress in my WP dashboard and I when I log into my bb-login.php it doesn’t show any bbpress dashboard.
Am I missing something right before my eyes?
Nice easy one for you hotshots – Help appreciated.
(I feel like one of those cases that use their CD tray as a mug holder)
Hello
I uploaded, then uncompressed. bbpress is now in folder
www.site.com/forum
when i go to the above i get the message
ERROR: Could not establish a database connection
any ideas?
I want to exchange http://www.site.com/bbpress in http://www.site.com/forum
how can I do that?
Please do not make your own “fake” signatures on posts here at bbpress.org
First of all it’s likely to get your posts marked as spam by akismet which mods are not likely to restore to non-spam status.
But secondly, that’s what the profile fields are for, you can spam away in your profile all you’d like. Heck there’s a whole section here to post a topic/link to your own bbpress forum, so there’s no excuse.
Hello,
I have just completed integrating bbPress into my WordPress MU installations. Buddypress is also installed, but I have not taken other steps in order to integrate Buddypress with bbPress significantly. It works really well: when a user signs up on WordPress, they appear as a user in bbPress.
I have only run into one problem, which is this.
On post.php in my theme file, I use <?php post_author_link(); ?> as a link the author’s profile. By my understanding, this should link to the Buddypress profile without any additional set up. Instead, when I click the link it goes to the post author’s site as defined in the user’s Profile in the WordPress Admin Dashboard. I want post_author_link to go to their Buddypress profile, not an external website. Obviously their Buddypress profiles are more important since the site focuses on community. Linking to an external site will detract from that quite greatly.
Thank you for any help on this matter.
Is there a code to list the admins of a forum?