Published on August 10th, 2015 by hotconductor
Greetings!
I am really enjoying bbpress but have a major glitch on my install. I am receiving notifications via email, but I am not subscribed to any topics. Zero. I even installed the plugin for unsubscribing from all topics just to verify and it states ‘no topics subscribed’ so there is no option.
Any thoughts would be greatly appreciated!
Published on August 10th, 2015 by
I need to be able to schedule topics in advance. For example, I might come up with an idea and draft a topic at 11pm on Sunday night, and I might want it to go live at 9am on Monday morning.
That’s no problem. I just create the topic in the admin area and use WP’s built-in scheduling feature. The topic goes live on the forum at 9am the next day as expected.
The problem, though, is that the freshness in BBPress doesn’t reflect this. At 9:30am, for example, it should show a freshness of 30 min ago for that topic. But instead, it’s showing 10 hours ago — based on the time the draft was scheduled rather than the actual scheduled publication time.
This is a particular problem when I need to schedule a week’s worth of new topics at once (to keep a growing community regularly updated with new discussion points). They all show that they have similar freshness when people view the main forum or category pages, instead of showing that content is being published at regular intervals.
Is there anything I can do to fix this so BBPress reflects actual publication time (like WP does in general) instead of relying on the time the topics were physically edited?
Published on August 10th, 2015 by imemine
I am on the latest version of WordPress, but a custom theme ( developer left it half way) so I am fixing it myself.
1) The forum page shows for post the correct numbers. Example
post tite: Voices(5), Posts (6)
but inside posts it says
This topic contains 5 replies, has 5 voices
Viewing 1 post (of 1 total)
Then it shows just the main topic, not the replies to it.
This is the code for the bbpress.php template
<?php get_header(); ?>
<div id="page-left" class="container">
<?php
the_content();
?>
</div>
<div id="page-right">
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>
Seems fine to me, what do you think I missed?
Published on August 10th, 2015 by JamesHoward2122
Hi,
Is it possible to have user registered using social builder plugin to bbpress? I want to use bbpress in my site Technotif
Thanks,
James
Published on August 10th, 2015 by strategeek
Hello.
When I open the forum page (/forum/general/), it opens as expected in main window.
When I open the tag page (/topic-tag/vaccines/), it opens in sidebar and breaks the design.
Do you know why is this happening? I need to open tag page similar as forum page.
Published on August 10th, 2015 by meravjon
Hi
I get this:
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/easychem/public_html/wp-includes/functions.php on line 3560
Also I found bbpress interapting my gallery library. When it’s activate I get blank screen in the gallery library, but’ when I switch it off, I can see all my gallery.
This is My site:
Using 2.5.8 version of bbp
and 4.2.4 of WordPress
Published on August 9th, 2015 by Jld142
Hello Guys,
I have been playing around with the registration form and am trying to get it into 2 sections; with each section split into two columns.
I have managed to get the “basic-details-section” of the form above the “profile-details-section”.
I have also managed to get the profile-details-section as intended (as the label, textbox and visibility options are within a single div).
However, the label and text box within the basic-details-section are not within div’s which means i cannot style as intended.
Can someone either help me style with CSS or provide me with instructions on editing the basic-details-section HTML via a functions.php file ?
http://s29.postimg.org/6c3x322nb/Untitled.jpg
Can anyone help ?
Published on August 9th, 2015 by Jake Hall
Good Morning all,
This is an issue I have had present on my bbPress forum ever since I moved away from Apache, and onto lighttpd. The difference is, I have to add the rules manually to get them to work. Anyway, here is what I currently have in my .htaccess equivalent:
# This is mainly a fix for bbPress and its functions
url.rewrite = (
"^//(wp-admin|wp-includes|wp-content|gallery2)/(.*)" => "$0",
"^//(.*)\.(.+)$" => "$0",
"^//(.+)/?$" => "/index.php/$1"
)
}
Unfortunately, whenever I try to perform an action on a post (e.g anything that utilises the “?action” URL argument), it redirects back to the post. E.g:
http://rockstarwire.net/community/thread/yrs/edit/?action=merge – Will navigate to the edit post page.
http://rockstarwire.net/community/thread/bbcodes-have-been-temporarily-disabled/?action=bbp_toggle_topic_close&topic_id=983 – Will navigate to the post again. (and won’t close the topic)
Now I am pretty sure this is going to be something to do with the URL redirects, infact, I am almost positive that will be the case.
Could anyone assist with this one?
Thanks
Published on August 9th, 2015 by Jira R.
After I created a topic, all of the content is under a avatar not on the center of the page. How can I fix this problem?
[Wordpress ver. 4.2.4, BBPress ver. 2.5.8,]
and this i the link to my forum >>> http://pharmdiary.com/forums/topic/webboard-rules/
Published on August 9th, 2015 by marc_stadelmann
Hi,
I installed the latest version of bbPress on the latest version of WP.
Under Reply, I don’t have the combo box for the “Reply To” but a Text Field.
Nothing under Screen Options.
Any advice?
Thanks,
Marc