Forum Replies Created
-
In reply to: Members only forum
@rexgood, are you going to update this plugin for the current versions? the functionality is exactly what i was looking for…
In reply to: class="reply" added to bodyThank you! This has been driving me insane for the last couple of weeks now. I very much appreciate your help.
In reply to: class="reply" added to bodyMy theme (Genesis child theme no longer available) uses the reply class for styling. When editing a reply or using a search widget, it messes up the presentation of links. While I could look to try and alter my theme itself to not use the reply class anymore, it’s customized pretty heavily and the company that I purchased this particular child theme from is no longer in business for support requests or suggestions to make it compatible with bbPress. I’ve done a fair amount of work just getting it to the point most of it does look good.
- This reply was modified 12 years, 1 month ago by goddess_dix.
In reply to: class="reply" added to bodyThank you very much for the reply, jaredatch. Since this class is actually added to the body tag not the wrap divs on replies or whatever, I haven’t been able to locate a template that would allow me to edit it. I may well be missing something and not understanding the bbPress structure, I don’t know.
- This reply was modified 12 years, 1 month ago by goddess_dix.
In reply to: class="reply" added to bodyAnd I’ve gathered the script would go something like this?
$("body").removeClass("reply");
Any clues as to what template or how I might add that to remove the reply class from the body would be great. This is my first foray with bbPress and it’s been a learning curve…
In reply to: class="reply" added to bodyI am having exactly the same problem. Having trouble figuring out how to remove this class, not competent with jquery and trying to avoid digging in the core. Any suggestions?
In reply to: bbPress SmiliesI would be interested in trying this out, after many hours of trying to make Tango extended Smilies and bbpress play nice. I cannot get Tango to convert the smilie codes to the smilies and my users are accustomed to using the codes from the blog side.
Okay, nevermind. Found that if I manually set permissions via Membership plugin on forum creation page, it bypasses this issue.
EDIT – my declaration this was solved was premature. Still banging on it.
- This reply was modified 12 years, 2 months ago by goddess_dix.
I was having a LOT of issue any time I edited a private or hidden forum, don’t know if it’s related, but found if I cleared cache (W3C) right before saving, that seemed to help it save properly…
Would it be possible for you to share how you solved this? I’m struggling with the same issue, making some hidden forums, some private forums, with Membership plugin to control access…