Search Results for 'bbpress'
-
Search Results
-
Topic: plugin: single posts rating?
Topic: Navigation
Can someone please point me to any information that is available on the bbPress XML-RPC API and how to use it?
Many thanks.
Topic: Avatar Size and Row Colors
I’m in the middle of my first bbpress theme design and have a couple hopefully simple questions.
1) How can I change the size of the Avatar size?
2) I’m using the default themes basic layout structure and then theming my design around that. The somewhere and I can’t seem to find it there is a style that makes the odd number row a light gray and the even number rows white. I’m just looking for a way to make both of them a shade of gray but were they are still different colors. I would also like to do this to the topics and forums list on the front page of the bbpress install but haven’t figured out how make it happen dynamically and it sure looks like there is a way.
Topic: Downloading "Kakumei"
Is there a way to download the stock theme “Kakumei” or is it part of the bbPress download? I want a copy of it to try out changes without disturbing the original. Thanks.
Does anybody have an idea how to implement a plugin, which reacts upon a click on a ‘+’ or ‘-‘ sign within (at the end of) a category header within a forum list (say on frontpage) to display or hide the respective forums listed below the category header?
Eventually extending _ck_’s solution(s):
http://bbpress.org/forums/topic/hiding-subforms-on-your-home-page
with a JavaScript?
Hello,
I’m developing a bbpress plugin and I have a task to execute on plugin activation.
I’ve seen that the bb_register_activation_hook functions is deprecated, while i can found the definition of the wp function: register_activation_hook.
however when i use this function inside a plugin, the function cannot be found.
What do I have to do?
here is the code:
<?php
/*
Plugin Name:XXX
Description:XXX
Version 1.0
*/
register_activation_hook(__FILE__, ‘mp_activation’);
register_deactivation_hook(__FILE__, ‘mp_deactivation’);
function mp_activation() {
…
}
function mp_deactivation() {
…
}
?>
I installed both TinyMCE 3.2.7 and the Allow Images plugin on a bbPress 1.0.1, but images and emoticoms (which are images as well) don’t work.
I don’t know what problem it might be. Any hint or help?
(I did fix the annoyance with the <p> tag that TinyMCE has, now I need images to work.)
It’s definitely possible – it’s just not super easy. It’d probably be easier to do for version 1+, since that version has a meta table built into the core…