WP 3.6.1
BBP 2.4
(buddypress 1.8.1 if that’s relevant)
I am trying to style my loop-single-reply template.
I am working on a copy placed in my wp_theme/bbpress directory…it is a copy of the default.
The problem is in the bbp reply DIV (that contains the author div and the content div). I need to get the content function to stop automatically adding “div” tags around the content (I want to use span tags).
I have tried to follow the rabbit trail through the files to figure out where these DIV tags are getting added, and the best I can figure is that there is a filter putting them in there.
I only need the actual content and so I have commented out the filter applied in includes/replies/template.php around line 525, and simple replaced it with return $content
That worked, but now bbcode is not working. Is there a way to stop this behavior without altering the bbpress plugin files (which will get destroyed during an upgrade)?
My forum is private, but I can set a public test one up if that will help…
Hallo,
I changed my bbpress forum language to dutch by using the bbpress-plugin-pt-br.mo. I changed it to bbrpess-nl_NL.mo en put it in the languages/bbpress file. I did change my forum language to dutch. But now when i want to make a page or post the editor is gone. I cant see anything i’m writing. Only when i select the text it is visible.
When i delete the bbpress-nl_NL.mo file in my ftp the editor is visible again, but then the forum is in english again.
Can anyone help me?
Hi,
I upgrated bbpress to 2.4 and I see that quicktags-toolbar div is empty, no buttons
<div id="qt_bbp_reply_content_toolbar" class="quicktags-toolbar"></div>
It’s working fine with all other themes. Why it’s not visible only on 1 theme? Where it’s loaded?
The new WordPress 3.6.1 doesn’t have this option anymore. I know there are a few code hacks out there for changing the embed size, but those affect all the embeds on the site (including embeds on regular posts).
I was wondering: Is there a way to change the embed size for bbpress posts only?
Yeah, nearly there, some suggestions for what some of those content conversions should be and testing to see if I missed any would be extremely helpful.
You guys are AWESOME, I can’t believe that after years I’m finally this close to having a full integration of my forum with my wordpress, thank you for the hard work…
ahhhhh… okkk, i have read a number versio 1.XX i think is number of bbpress, ok now i understand!! Very well is perfect for me to have all function list..
Many thanks…
I’ve tested bbpress with the Genesis 2 themes and the forum index doesn’t work. Some type of strange post page is created that has an image thumbnail on it and text of the index page (last post) but not functional. Change the theme and bbpress works like a charm.
Looks like the last thing needed now for SMF v2.x is converting any custom HTML/BBCodes for topic/reply content.
From my tests the following BBCodes are converting fine:
[url]
[img]
[email]
[b] – bold
[i] – italic
[u] – underline
[s] – strikethrough
[left]– left aligned
[center] – centre aligned
[right] – right align
[font=fontname] – fonts
[color=colorname] – color name
[color=#FFFFFF] – color hex value
[sup] – superscript
[sub] – subscript
[quote] – quote
The following need to be converted by regex strings during import:
[quote author=SMF Admin link=topic=9.msg30#msg30 date=1380330453] – Quoting a post, username, post id & date support needs to be added.
[pre] – pre formatted text
[code] – partially working
[size=x] – font size
[glow=red,2,300]Glow[/glow] – What do we want to translate this to?
[shadow=red,left]shadow[/shadow] – What do we want to translate this to?
[move]marquee[/move] – What do we want to translate this to?
[tt] – teletype? should this be a monospaced font?
[table], [tr] & [td] – tables and closing tags
[list] – unordered list
[list=decimal] – ordered list
[li] – list item
[hr] – horizonal rule
SMF Smilies Working (extra space added so these render in code block)
- 🙂
: )
- 😉
; )
- 😀
: D
- 🙁
: (
- 😮
: o
- 😛
: P
SMF Smilies not working
- ;D
;D
- >:(
>:(
- 8)
8)
- ???
???
- ::)
::)
- :-[
:-[
- -X
:-X
- :-\
:-\
- :-*
:-*
- :’;(
:'(
What should the above be converted to with the smilies included with WordPress?
https://codex.wordpress.org/Using_Smilies
Have I missed any BBCode and/or other ‘stuff’ that isn’t getting converted correctly during the SMF import?
@remcob00 What can I say… AWESOME, thank you, tested and working magnificently 🙂
Glad it helped 🙂
With the dropdown list, even though it is slow you can type the username to get you there quicker without relying on the mouse for 100%, once the dropdown is showing start typing the name, you have to type fast to get more than two or three characters but it is helpful.
The other option you have is to modify the entries directly in phpMyAdmin
UPDATE wp_posts SET post_author = 123 WHERE post_author = 789;
Where 123 is the new user id you want to attribute to the old user id 789
There are a couple of plugins that help with this and ‘Forum Topic notifications’ are coming to bbPress 2.5 https://bbpress.trac.wordpress.org/ticket/2299
Details of this are here https://bbpress.trac.wordpress.org/ticket/2443
Anyone else have some thoughts on this? Add to the discussion on Trac 🙂
is_bbpress() is what your looking for.
Sorry, I meant to title this post something like “Editing bbPress CSS in Genesis/Dynamik Website Builder” but I guess I didn’t finish it off before publishing.
I have installed bbPress forums into my Genesis/Dynamik Website Builder parent/child theme and it works nicely. However I have some confusion on how to alter the CSS of the bbPress forums.
The general site settings have a black background with white font used. The white font is displaying on the bbPress forum pages, but not the black background.
This will be a question for those who are familiar with Genesis/Dynamik Website Builder.
I have put the following code into the Genesis/Dynamik Custom CSS field but it still displays with the default light background colors in bbPress posts.
#bbpress-forums div.odd, #bbpress-forums ul.odd {
background-color: #222222;
}
#bbpress-forums div.even, #bbpress-forums ul.even {
background-color: #444444;
}
Any assistance would be greatly appreciated.
Thanks,
Jason Davis
Thanks, Stephen. This was very helpful. I ran the queries to purge the accounts with no posts, and the membership dropped to about 17,000 — still a lot, but much more manageable.
As for the delete user function, the problem with the current design is that it creates a pick list to attribute the original users’ posts to someone else. For me, that’s a pick list with over 17,000 names. It takes a while to load to say the least!
I’ve been at this for a while. I have a wordpress multisite installation. I want to provide bbpress as an option to all the users of blogs on the network. The problem is, if the plugin is not network activated users of the sub-blog cannot activate it. They get a permissions error. The only way I’ve found to get around this is to network activate it, which I do not want. Many of my users will not need forums and by network activating it they all get the widgets, dashboard notifications, and pages created.
How do I fix this bug? It does this with bbpress 2.3.X and 2.4.
I have added password support to this importer 🙂 .
You can find it at Trac Ticket #2380.
Another bug?? With version 2.4 reply count in topic with no replies says 1 and not 0 how in this forum for example…
All topic with no replies have 1 partecipant and 1 reply and not 0 reply…
It’s only a my problem? Other feedback?
Forgot:
BBpress: 2.4
Wordpress: 3.6.1
Hi all,
What is the function of most polular and no reply topic? How i can add a link in forum like this forum?
Exist a complete list of all bbpress functions?
Thanks…
@pimarts
I used your solution to hide my widgets but it seems it only works when I’m logged.
Do you have more info or another solution to make it work when unlogged?
I will use the css solution for the moment.
Thanks