Search Results for 'bbpress'
-
Search Results
-
Does it transcend over to bbPress, if I have the WP-bbPress integration plugin in place… at times I remove authors from WP or modify their rank from author to just subscriber… will all these show in bbPress…
if I change an author to a subscriber in WP, will that person be still able to log into bbPress?
Topic: Looking for the right hook
I am fleshing out my plugin Graphic-display-ranks and I’m looking for the right hook to use to do the following:
I want to find out if a topic author is the Key Master or a moderator. Here is what I have so far —
function get_special_rank () {global $special_rank, $use_special_rank, $bbdb;
if ($use_special_rank==1)
{$title_for_rank=<strong>I NEED THIS HOOK</strong>( get_post_author_id() );
switch ($title_for_rank) {
case "keymaster" :
$special_rank=1;
break;
case "moderator" :
$special_rank=2;
break;
default :
$special_rank=0;
}
}
else
{
$special_rank = 0;
}
return $special_rank;
}
Can anyone point me in the right directon?
I want to place everything within a DIV so that I can center it and then give it a background. If you look at stylebuffet.com/forums, you’ll see I have kind of got it, but I want the white to go all the way uo nd down like it does here on the BBpress forums. Can anyone help?
Like this guy did here where there is the grey background and then everything else is in white
http://www.travel-junkie.com/travelogues/community/
If I can figure this out, I know i can do something really great and might be able to come up with some very neat themes for this community.
Topic: Newsletter by email
Hello, I would like the function to send newsletter by email to members in my bbpress forum! I know the emails is saved in the database (or?) so this would not be any problems to integrate or make an plugin, i think. The only problem is that I’m not the man for this job
Topic: bb-cache not turning on
Greets:
Just a quick silly question about my own bbpress install. I don’t see an answer by searching so…
I can’t get the bb-cache to activate. I’ve made the bb-cache subdirectory writable but nothing’s showing up in there.
Thanks,
-drmike
Topic: Session Cookies
BBPress seems to use the kind of cookie that resides on the user’s machine unless they actively log out.
Can anyone help me modify/ add custom code (or point me to a useful plug-in
) so that its lifetime is limited to the session only?Also, should I be using something like session_cache_limiter(‘nocache’) for further privacy, or is this already taken care of?
I have recently installed the excellent Private Forums plug-in as an alternative to using the more cumbersome HTTP authentication method, which has prompted me to think about this potential security issue. Private Forums is only truly secure if the user remembers to log out.
hey,
i’m having a problem with integrating bbpress into my wordpress template. when you click on ‘add new’ on any forum page the layout looks fine, but when you click on ‘add new’ on the start page, then it messes up the layout. seems there is a stray closing div somewhere, which is only needed sometimes.
have a look here to see what i mean.
actually, if you scroll down i think you can see the same thing happening with the footer here
cheers, b
Topic: Exporting bbPress to phpBB2?
Is there a way to export the db entries from bbpress to phpbb2?
