WhenI log into my WP site first and I then go to my BBP forums I am logged into both . When I log into the BBP forums first, I need to log into my WP site. Is this how it’s suppose to work or should logging into either one automatically log me into the other?
Simple question about logging in
Published on July 1st, 2009 byHow to add different style to the first post?
Published on July 1st, 2009 byHi. I am trying to build a site, where user can ask question and other users can give answers to them, sort of a counselling site. That means, that the first post of every topic is a question and the other posts are the answers. I would like to give the first post, the question a different style, so that it can “stand out in the crowd of answers”, e.g. different background color, bold fonts, etc.
I figured out that I propably need to edit this part of the layout, I just do not know how, as I do not really know php:
<?php foreach ($posts as $bb_post) : $del_class = post_del_class(); ?>
<p id=”post-<?php post_id(); ?>”>
<?php bb_post_template(); ?>
</p>
<?php endforeach; ?>
How to send forum posts to email
Published on July 1st, 2009 byi need help with creating a plugin that helps send a forum post through email.i have achieved sending a notification with title of the post and author but i need to also show the contents of the post.Also i need some one to be able to reply to this post through email.Any help please.Am new to bbpress and plugin creation.
Cheers
bbpress integration
Published on June 30th, 2009 by MarcomailWith this plugin https://wordpress.org/extend/plugins/bbpress-integration/other_notes/ i must install only bbpress and use this plugin to integrate the two applications ? but the users are not replicated ?
Looking for a Bbpress expert
Published on June 30th, 2009 byLooking for a bbPress expert who could help us tie our blog entries to
appear on the forums via Bbsync and fix a couple of bugs on the
forums.
www.feastoffools.net/community
••• Troubleshoot and optimise our forums. Right now Dreamhost is forcing us to upgrade our services because they claim our bbpress forums are taking too much of a server hit. Looking for someone to help us optimize our forums.
••• Upgrade to the latest version of Bbpress. Right now we’re at .9
••• Install BBsync
https://bbpress.org/plugins/topic/bbsync/
new blog post, this post will be turned into a new topic in your
forums. Replies can be made to the topic. Comments made through the wp
comments form will also be shown as replies to the corresponding
thread. All comments/replies will show up automagically in wordpress,
too.
••• Code Buttons:
https://bbpress.org/plugins/topic/bbcode-buttons/
Automatically adds an easy access button toolbar above the post
textarea to allow quick tags in BBcode. This is an enhanced
replacement for the Comment Quicktags plugin. No template editing
required.
Requires the BBcode-Lite plugin (or some other kind of BBcode support).
Some buttons will only appear if the tag is supported (ie. img, center)
••• Upload Image Files / Attachments
https://bbpress.org/plugins/topic/bb-attachments/
This may not work with the version of bbpress and wordpress that are
compatible. Right now I’m waiting for bbpress to get to full 1.0 to
upgrade both to WordPress 2.7 and Bbpress 1.0, which my guess will be
in the next 6-8 months, but hopefully sooner.
••• Post Notification
https://bbpress.org/plugins/topic/post-notification/
If you have a topic in your favorites and there will be a new post to
this topic it sends you an email. Simply upload and it does its job.
•••• Bb Socialize
Add social network links to form/user profiles.
Allows you to set and display your social media profiles in your
public forum profile. As administrator, you can select which sites
will be supported using simple management panel.
https://bbpress.org/plugins/topic/bbsocialize/
– Show quoted text –
••• Search problematic
Also users are complaining about the search function not working well,
is there anyway to troubleshoot this or enhance the search inside the
forums?
best
Fausto Fernos
Need to move the board more to the left.
Published on June 30th, 2009 byMy board is too far to the right, leaving a huge empty patch. It is also adding problems when I post images into a post. The image will be too big and will stretch across out of the board.
Example:
http://i83.photobucket.com/albums/j300/AndyWilliams24/board.jpg
and
http://i83.photobucket.com/albums/j300/AndyWilliams24/board2.jpg
Would moving the board over to the left help the image situation? If now how can I put a image size cap on?
Thanks in advance
bbPress Integration – 1.0-rc-3 plugin – errors
Published on June 30th, 2009 by deadlyhifiWhen logging in, or out, through WordPress (MU) the following error(s) occur.
Warning: extract() [function.extract]: First argument should be an array[...]
and
Cannot modify header information - headers already sent by (output started at /home/s/a/sandbox/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php:202)
Also reported on: https://wordpress.org/support/topic/282166
It works fine when login in through bbPress, and then accessing the admin in WPMU (user login integration shared)
RC3 bb_tag_heat_map font size issue
Published on June 30th, 2009 by deadlyhifijust testing RC3 and noticed that my hot tags are all set to 8pt. Anyone else having this issue?
My posts are all too cramped
Published on June 29th, 2009 byWhen users post, the posts are too close together. How can I add a gap in between each post?
Example:
http://i83.photobucket.com/albums/j300/AndyWilliams24/CRAMPED.jpg
Thanks in advance
Integrating logins between bbPress and other app
Published on June 29th, 2009 byMy company created an online support application for a product a few years ago. We’re now working on installing a bbPress forum but would like to combine user logins so they can sign in to the support site and the forum at the same time.
I need to integrate with login, logout, register, and block. The bbPress code is a little overwhelming all at once, and I couldn’t find any documentation about integration with third-party software, so here I am. Can anyone get me started? Should I try to build this into a plugin, or a script that the support app runs on login? And which bbPress functions will I need to hook into or rewrite? Thanks a ton!