Search Results for 'bbpress'
-
Search Results
-
is there any tutorials that best show how to customize bbpress forums. ive looked in youtube, basically they are about installing the forum but no in depth customization.
Hi
I am planning to help a friend move over his forum from websitetoolbox.com to bbpress.
They allow CSV and MySQL exports.
Can you please assist me on how I should go about doing this move.
I know how to handle CSV files, even open phpAdmin but from there on I know just enough to break the system 🙂
If there is a tool or guide to assist me I will defiantly try it out.
Thanks
Topic: Profile in menu – php
WP 4.6 BBpress plugin 2.5.10
I am using some of the super BBpress code suggestions at https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/ and most work just fine ‘out of the box’ but I am not sure what I should be putting in place of ‘ my_nav_menu_profile_link’ in this one. If I put in the code as is….// Filter wp_nav_menu() to add profile link add_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link' ); function my_nav_menu_profile_link($menu) { if (!is_user_logged_in()) return $menu; else $current_user = wp_get_current_user(); $user=$current_user->user_nicename ; $profilelink = '<li><a href="/forums/users/' . $user . '/edit">Edit Profile</a></li>'; $menu = $menu . $profilelink; return $menu; }I get this when trying the menu link……
Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
Apache/2.4.23 (Win32) OpenSSL/1.0.2h PHP/5.6.24If I replace the ‘ my_nav_menu_profile_link’ with the actual link like this…..
/* Profile link in menu....................*/ // Filter wp_nav_menu() to add profile link add_filter( 'wp_nav_menu_items', 'http://localhost/wordpress/wp-admin/profile.php' ); function http://localhost/wordpress/wp-admin/profile.php($menu) { if (!is_user_logged_in()) return $menu; else $current_user = wp_get_current_user(); $user=$current_user->user_nicename ; $profilelink = '<li><a href="/forums/users/' . $user . '/edit">Edit Profile</a></li>'; $menu = $menu . $profilelink; return $menu; }I get this as soon as I go to the site…
Parse error: syntax error, unexpected ‘:’, expecting ‘(‘ in C:\xampp\htdocs\wordpress\wp-content\themes\twentytenchild\functions.php on line 49
What should I be entering and when I move to a live site will it need to be further changed?Hi there,
New to bbPress but couldn’t find an answer to this on another thread.
I want to embed my forum into a page on my self hosted site. I’ve tried using the [bbp-forum-index] shortlink but it displays rather weirdly on the page.
I’ve tried to show what I mean below:

Is there a different shortlink I can use or another way of getting it to show up as I want it to on the page.
Hope that makes sense and apologies if it is a dumb question.
Steve
Hi,
is there any package available with only the changed/updated files? I want to upgrade my customized 2.5.9 BBpress to 2.5.10 but instead of having to re-apply all the customisations I did, I want only to upload the changed files.
Thanks in advance
Topic: Forum Search
Hey there
we’ve WordPress site for which we’ve setup BBpress for forum section. Forum section topic threads are not included in the default search. can you please let me know how we can make the changes so we can also have BBpress forum topics as a search result on our site?
http://cathlab.com/Thanks in advance.
Hi there,
Our staging site has the BBPress and WooCommerce plugins, but when we update the BBPress from version 2.5.8 to 2.5.10 the Forums, Topics and Replies are not showing in the Admin Dashboard. When we tried to deactivate the WooCommerce plugin, the Forums, Topics and Replies are showing. But before we do the update, even these two plugins are activated, the Forums, Topics and Replies are displaying in the Admin Dashboard.
We have the latest version of WordPress which is 4.6.1 and we are using Divi theme. Our staging site is: http://staging.edurolearning1.flywheelsites.com/.
I hope you can help us.Thanks,
Portal