Hello all,
I’ve upgraded my BP to 1.1, before that I’ve done the deep integration to show the buddybar on bbpress, which worked fine. After the update, it won’t show up anymore. I have been using the plugin “Buddybar in bbpress”, including the settings in my bb-config.php. Any ideas how I can fix this?
Greets,
pixelgirl.
Hello, I want to add an script for the forum to detect whether the user is either the user that created the topic or an admin/mod but I don’t know where to locate the functions to detect that.
Also I want to know if the place where I should make the modification would be at bb-post.php
hi
I’m using avatar upload plug in, but the avatar’s appear below each post.
how can i display them in the sidebar with the posters name/details?
here’s a thread as example: http://theblackkeysfanlounge.com/forum/topic/blakroc
using mysty theme
Change template-functions.php as described below:
function post_form( $h2 = '' ) {
global $page, $topic, $forum;
$add = topic_pages_add();
if ( empty($h2) && false !== $h2 ) {
if ( is_topic() )
$h2 = __('Reply');
elseif ( is_forum() && !bb_forums( $forum_id )) // <== Change here
$h2 = __('New Topic in this Forum');
elseif ( is_bb_tag() || is_front() )
$h2 = __('Add New Topic');
}
...
It’s a pity that I had to change a core file. Maybe somebody else could contribute a better solution?
When I am using the code below to change the h1 text color, it will not work. Is it set somewhere else in the stock theme “Kakumei”? I was trying to change the color line below to ffffff from 444. Same problem with footer font too. Just some of it changes to ffffff.
Thank you.
#header h1 {
font-family: Georgia;
font-style: italic;
overflow: auto;
position: absolute;
display: block;
color: #444;
text-align: right;
letter-spacing: -1px;
right: 69px;
bottom: 36px;
padding: 6px;
z-index: 2;
}
Hello
Control subjects before they are published
Hi,
I’m about to install bbPress.
For the database information in installation step 1, do I put in the WordPress db settings or am I supposed to create a new database and put its details i?
I’m not sure if bbPress integrates into WordPress or if it is a completely stone-alone bb that just happens to be by the same people that brought us WordPress.
Cheers
I’m hoping this is possible, but am doubtful. Hopefully someone can help if it is possible.
I run a small community website. I have a friend that runs a similar but not exactly the same small community website. We were looking to become “sister” websites. What we want to do is have the message boards from both sites be a single board. This part isn’t what I’m worried about. I know it’s as simple as directing a link.
What we are wanting however is to have her WP theme show up as the bbP theme when entered from her domain.. And when entered from my domain, my WP theme to show up as the bbP theme. Does anyone feel this is 1) possible 2) relatively “easy” to accomplish? When I say relatively easy, I mean that I know it will be difficult, but I don’t want to re-write ALL of the bbPress code.
Thanks!
Hi, im a new in forums, and i need your all advice. I have a website and its being redesigned now, (www.iliketattoo.com) and i want to put forum on it. How hard is to do it with BBpress and where do i need to start?
Does any one have examples of their forums so i can see what it looks like?
any information will be appreciated.
thanx