Search Results for '"wordpress'
-
Search Results
-
Topic: Theme compatibility issue
Is it correct that when the request is ?post_type=forum WordPress loads (through the function bbp_template_include_theme_supports()) the file page.php? It should not load archive.php or (better) archive-forum.php? Why this happens?
I’m something of a novice when it comes to bbPress, sorry to say. And although I have spent a fair amount of time searching for how to do what I want to achieve I can not find a way that I can follow!
I am using WordPress and have installed the bbpress (version 2.0.2) plugin and I want to alter the layout of it.
I was looking at this link: http://wp.smashingmagazine.com/2011/11/15/getting-started-with-bbpress/
and currently the layout I see very much looks like this:
http://media.smashingmagazine.com/wp-content/uploads/2011/10/sm-bbpress-forums.png
but I very much want it to resemble this (not exactly):
http://media.smashingmagazine.com/wp-content/uploads/2011/10/sm-bbpress-dropbox.png
Sorry if this seems like such an obvious thing to do, but I really am at a loss of where to start.
Thank you kindly in anticipation of any help.
Hi there.
I desperately need threaded discussion and I have installed the plugin for this, but it’s not displaying correctly
The reply links for each post are there, but there’s no indentation.I’m using WordPress 3.3.2 with BuddyPress and the Frisco theme, which is a child theme of BuddyPress Default 1.5.5.
Any suggestions?
Topic: iframe refreshes
Hi There,
I am running the latest wordpress
site url is: http://www.climberism.com/forum-page-tst/
We have an iframe setup in the url above pointing to the bbpress forum we have installed. It is the only way I can get it to work with my wordpress theme. Anyway, is there a way to stop the iframe refresh from always going back to the same page? ie. if you’re in the “gear talk” section and refresh you just get dumped back to the main forum page.
If anyone has any ideas, that would be awesome. Thanks.
Topic: Sort reply by post date ASC
Dear all, I have a wordpress website and in website have a bbpress forum. I want comment in a topic of website sort by post date desc but reply in a topic of forum sort by post date asc.
I was config “Setting -> Discussion: Comments should be displayed with the newer comments at the top of each page” and add filter:
add_filter( 'bbp_has_replies_query', 'bbp_reverse_reply_order' ); function bbp_reverse_reply_order( $query = array() ) { // Bail if no query if ( empty( $query ) ) return; // Change the order $query = 'ASC'; // Return the adjusted query return $query; }BBPress order reply when query the replies by post date asc but when paging the replies is sorted by post date desc on a page.
Please help me resolved this issue. Thanks!
I cant get my jwplayer shortcode to work in bbpress. I am aware of the shortcode issue in bbpress. But I need all shortcodes to work in bbpress. Security is not an issue at this point.
I tried the (get_shortcode)code in the theme fuctions.php file with no result. Not really sure if I was supossed to put it in the wordpress theme or the bbpress theme. Maybe im writing the code in the wrong spot, I’m not the strongest on php my strengths are html, css, and design. This issue has been a thorn in my side for about a week. So if anyone can tell me exactly where to place the–
add_action( ‘bbp_get_reply_content’, ‘do_shortcode’);
php script so I can get this thing flowing, I would def owe you a buck.
also i get an error when i try and install shortcode whitelist and bbcode
you have no clue how good it is to have you on my side on this one hahaha 