Search Results for 'bbpress'
-
Search Results
-
Topic: Quotes broken
I am trying to remedy an issue that occurred suddenly today and after no major changes on the site. Quotes are completely broken. They are exposed example..
[quote=753]content here
content
[/quote]To troubleshoot earlier I disabled all plugins aside from bbpress and the problem persisted. Has anyone else encountered this issue before?
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!
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?
Topic: Getting only one comment
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?
Hi,
Is it possible to have user registered using social builder plugin to bbpress? I want to use bbpress in my site Technotif
Thanks,
JamesHi
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 3560Also 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 WordPressGood 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
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/
Topic: Reply attributes
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