i want to list user who asked most question(topics) in forum. also list out user who most given reply(comments) on topics.
thanks
i want to list user who asked most question(topics) in forum. also list out user who most given reply(comments) on topics.
thanks
bbPress Geniuses! I need your help!
According to the theming docs, bbPress is designed to look for a series of layout templates in this order:
‘plugin-bbpress.php’,
‘bbpress.php’,
‘forums.php’,
‘forum.php’,
‘generic.php’,
‘page.php’
The standard way to change your layout is to build a layout, and name it one of those so that bbPress finds it and displays it. This is simple, but it does not work if you use the “Headway Theme (or others like it) because it does not use traditional page layouts. Instead, layouts are created dynamically and output to php (somewhere… working with Headway to figure out where). This means I have no static php to copy or modify.
HERE’S WHERE I NEED YOUR HELP
My idea to fix this is to change the way bbPress looks for template files. The easy way to do this is just modify the code, but then it would be overwritten every time I update.
I think the best way to do this is to write a little plugin or a function for my functions.php file that modifies that list above to look for a different file than page.php.
But… I’m not so good with php, and hoping someone could help me figure out how to write that function or filter or whatever it would be called. 🙂
Hello
I’ d like to change my font size in bbpress, because its to small. I found a lot of stuff and I could change the most of the fonts but there are some fonts left:
user role is still very small
the topic descriptions are still small
Like:
Topic title (i could change this size)
startet by: Findolfin (this text is still very small)
Which is the right atribute?
Actually my code looks like that:
/*bbpress Forum Text fix – text ist lesbar*/
#bbpress-forums { font-size: inherit !important; }
div.bbp-breadcrumb, div.bbp-topic-tags { font-size: inherit !important; }
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { font-size: inherit !important; }
#bbpress-forums .bbp-forums-list li { font-size: inherit !important; }Â
#bbpress-forums .bbp-topic-content p,
#bbpress-forums .bbp-reply-content p {
font-size: 18px;
}
span.bbp-admin-links a {
color: #bbb;
font-weight: normal;
font-size:14px;
text-transform: uppercase;
text-decoration: none;
}
div.bbp-template-notice {
border-width: 1px;
border-style: solid;
padding: 0 0.6em;
margin: 5px 0 15px;
border-radius: 3px;
background-color: #ffffe0;
border-color: #e6db55;
color: #000;
clear: both;
}
I have to admit bbpress is ugly! Period. Is there any custom themes out which I could apply to my bbpress forum to make it look prettier?
Hello,
I have installed the GD bbPress attachment plugin but the attachment button is not appearing. I have tried researching into it but cannot work out why it is not working. Please help!
WordPress version is 3.9.2 and bbPress version is 2.5.4.
http://www.wholefoodharmony.com/forums/forum/test2
Many thanks!
hi every one,
I want to list of all new topics on one page since user last visit.
thanks.
So, this is my forum http://mmo4teen.com/forum/topic/still-another-testing/
and as you can see. The quote color is not very good. Does anyone know any css code I can use to make it look better, like normal grey in other forum ?
Hi Guys
The link to create a new forum is missing in he WordPress backend.
I have the ‘Forum’ link in the menu on the left, but there is no ‘Add New’ or ‘New Forum’ option.
I am logged in as Admin
I have BBpress 2.3.2
ihave “bbpress quotes” plug in and “GB BBpress attachemtnts” plug in.
If i disable the attachments plug ins i lose the ‘Forum’ link in the left hand menu completely! When i reactivate this plug in i get the Forum menu item again with only the ‘Archive forums’ option
Can anyone help? I just need to create one more forum!
Thanks in advance for any help or advice guys
🙂
I have
hi every one..
i am not know much about bbpress. i want to display list of topics on which user never do reply.
thanks,
Hi, I’m currently using WP 3.9.1 and bbpress 2.x
My site is at mmo4teen.com
I’m using the Stargazer theme. I installed the gd bbpress tools for quoting.
Here’s the problem. When I quote a comment that have emoticon ( using wp-monalisa ), I can see them normally on visual editor and see their code on text editor but when I post it, I can only see the code.
If anyone wanna try it. Login with:
user: 55
pass: 123123
Thanks in advance.