Reply To: Rename "Submit" button
You’d need to change a couple of templates wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php line 203 and wp-content/plugins/bbpress/templates/default/bbpress/form-reply.php line 135...
View ArticleReply To: Rename "Submit" button
Robin, Thank you so much for your reply! I am about to catch a flight to Vegas but I will give this a try as soon as I can. Thank you again for your help, Mr Fox
View Articlebbp-topic-index pagination URL fail if used on homepage
in an attempt to replicate bbpress.org’s recent 5 topics on its homepage, I used the shortcode, bbp-topic-index. One critical problem is that the pagination links fail miserably. So instead of...
View ArticleReply To: bbp-topic-index pagination URL fail if used on homepage
If anyone knows how to turn off pagination just for the shortcode, bbp-topic-index, that’d work too. Or maybe customize its URL
View ArticleReply To: bbp-topic-index pagination URL fail if used on homepage
the url reads http://domain.com/whatever-your-shortcode-page-is-called/page/2/ So presume your page is called “topics” The code works – I’ve just retested it on twentyten site and pagination and...
View Articlehow can i show latest thred
how can i show letest thred (only last one) on my home page template. http://codex.bbpress.org/shortcodes/ i tried all this short cods in this page but nothing worked.
View ArticleReply To: how can i show latest thred
Do you want : just the latest reply (or topic is no replies) The title or all the body? Do you want it in the body or in a sidebar?
View ArticleReply To: bbp-topic-index pagination URL fail if used on homepage
is there a way to insert a page as a shortcode in the homepage area? I think the problem is that I didn’t create a page for bbp-topic-index
View ArticleReply To: bbp-topic-index pagination URL fail if used on homepage
Not quite sure what you’re asking Where have you put the shortcode? on the homepage, on a page or on a post? and where would you like the shortcode to go on the homepage, on a page or on a post?
View ArticleReply To: bbp-topic-index pagination URL fail if used on homepage
Thanks for the replies, Robin W So the pagination works fine on a standalone page, but if you embed it on your wordpress homepage, it’d fail. It’s not that I have a page called “Topics,” the...
View ArticleReply To: bbp-topic-index pagination URL fail if used on homepage
‘So the pagination works fine on a standalone page, but if you embed it on your wordpress homepage, it’d fail. ‘ Is this a statement or a question? What theme are you using? and can you respond to...
View ArticleReply To: how can i show latest thred
Do you want : just the latest reply (or topic is no replies) The title or all the content?
View ArticleReply To: how can i show latest thred
@robin-w the latest topic and content. I dont need toshow replies. Just the last thread’s title and content. Thanks
View ArticleReply To: bbp-topic-index pagination URL fail if used on homepage
I want to place it on the homepage. I’m using Sahifa, in its homepage builder, you can have custom contents of html, scripts, and shortcodes.
View ArticleReply To: bbp-topic-index pagination URL fail if used on homepage
Ok, so this theme has an upmarket homepage. Since this is a paid theme, with paid support, I’d suggest you go to their website for help, they should be familiar with bbPress and know how to get it to...
View ArticleReply To: how can i show latest thred
Ok I have worked a way to do it. But you will need to a) add some code to your child theme’s function file and b) add a line of code into the page template your home page is using How much capability...
View ArticleReply To: how can i show latest thred
Yeah I can do it.. Could you please post the code for me? Thanks
View ArticleReply To: how can i show latest thred
ok, so drop the following into your functions file // Display just latest topic function display_latest_topic() { $topics_query = array( 'post_type' => bbp_get_topic_post_type(), 'post_parent'...
View ArticleReply To: how can i show latest thred
hi i copy this function in my function.php page but does not work.how to add this function in my page content.
View Article