Forum Replies Created
-
In reply to: bbPress signatures with BuddyPress
@Landon – This topic is 2 years old and doesn’t pertain to the code for the version of bbPress you’re using. Can you start a new topic and I’ll delete your post here?
In reply to: forum description without "leave a commento to…"Cool. Good info, thanks!
In reply to: shortcodes not working on sidebarsShortcodes don’t naturally work in sidebars. Possible your theme has them enabled?
Can you confirm that no other timestamps are adversely affected? That function is used rather extensively through-out bbPress, so it’s possible it might skew the math of other times in the other direction.
In reply to: Topic Tag Archive wrongly displaying *all* topicsI deleted it because I tested it myself and couldn’t duplicate it, so I knew it wouldn’t matter. Thanks anyways for posting though. The mystery continues.
@ebharding – Rather than hardcode the time difference, can you change:
function bbp_convert_date( $time, $d = 'U', $translate = false ) {
to
function bbp_convert_date( $time, $d = 'G', $translate = false ) {
and report back results?
That isn’t the template notices section, that’s the description section. To modify the look of that area, you’ll need to create a custom child theme and change the output of the individual _author functions.
bbPress does not do this in its own. Can you post a screenshot of what is happening?
In reply to: theme plugin will not load top level template files‘Top level’ templates cannot be in sub-folders. WordPress has no way to load them or filter their locations.
In reply to: bbPress Standalone Importer failureNot exactly a problem with the tool, bu could be running out of memory. Will look into it and run some more tests.
This depends totally on the configuration of your theme.
In reply to: Last rely, query_posts and link to the reply.Copy and paste the code you need into a custom widget like you were doing initially.
In reply to: bbpress plugin – not all topics showing?Possibly 2 sticky topics showing?
In reply to: forum description without "leave a commento to…"The ‘Leave a comment’ text isn’t part of bbPress. Not sure what you mean…
I don’t know what you mean by ‘forum navigation link.’
In reply to: bbPress Mixing with Blog Post StyleBest way to stay updated is to subscribe to this topic.
In reply to: Topic Tag Archive wrongly displaying *all* topicsIt’s really bizarre when this happens for some people and not for others. I’ve *never* been able to duplicate it when others can, so any insight you have into your installation and what caused it to start working incorrectly would be really helpful.
In reply to: RSS feed vulnerabilityHow did you go about protecting your ‘members only’ section of your site? You’ll want to apply that same logic to feeds as well. If there is a core bbPress bug causing this, please open a trac ticket to discuss.
Rename your template-twocolumn.php to ‘bbpress.php’ and you’re all set.
In reply to: I can't log in to bbPress Support ForumsChange your password over in the WordPress.org forums. Sign-up-Lost-Pass here is temporarily being worked on.
In reply to: bbPress Mixing with Blog Post StyleDespite the inflammatory remarks from their team in the topic you linked me to, I tweeted the Pagelines guys about getting access to their forums or getting things figured out together.
Considering you are paying them for support, I think the ball is in their court. If there’s a problem with their theme and bbPress they need to put a guy on it and send me a theme to test, similar to how StudioPress and Genesis handled it for the 2.0 release.
If bbPress is doing something that’s causing headaches, I’m happy to fix it – the difference being that bbPress’s code is immediately accessible to them, and their themes are not to me.
In reply to: data from bbpress plugin to bbpress standaloneNot currently possible, and not planned.
In reply to: User Profile Bug?Known issue. Fixed in next version.
In reply to: bbpress.org login issuesThis should now be resolved.
In reply to: bbpress.org login issuesBetter to post this as a trac ticket. Plus we’ve talked about this on Skype.