Search Results for '"wordpress'
-
Search Results
-
Topic: Adding Custom View Shortcode
Hi Guys,
I am trying to have a page in WordPress which shows two sections:
1) posts with 20 or more replies
2) posts with 19 or less repliesI have created a page with the following shortcodes:
[bbp-single-view id="twentyplus_posts"]
[bbp-single-view id="lesstwenty_posts"]I have added the following into my themes functions.php file:
// Add Custom View - Forum Home add_action( 'bb_init', 'view_twentyplus_posts_init' ); function view_twentyplus_posts_init() { $args = array( 'post_count' => '>19' ); bb_register_view( 'twentyplus_posts', __('Popular Posts', 'example'), $args, false ); } add_action( 'bb_init', 'view_lesstwenty_posts_init' ); function view_lesstwenty_posts_init() { $args = array( 'post_count' => '<20' ); bb_register_view( 'lesstwenty_posts', __('Forum Posts', 'example'), $args, false ); }However all I get in response is:
Oh bother! No topics were found here!
Oh bother! No topics were found here!
Any idea what I am doing wrong here?
For those who have been asking a new plugin which hopefully will help
https://wordpress.org/plugins/bbp-style-pack/
Changing style items – now in this plugin so no need to create child themes and post complicated code into style sheets
Changing how the forum looks, the most asked for items, such as vertical sub forums, hiding counts, adding ‘create new topic’ links, removing ‘private’ prefix, adding forum descriptions, changing breadcrumbs and more
Login – create simple menu items to help with logging in, registration and changing profiles
Shortcodes – 3 useful new shortcodes to help your display
Feedback both positive and ‘needs improvement’ welcomed !
Hi,
When a user creates an account at http://thewritepractice.com/index.php?/register/JUZsw5 and then goes to the bbPress forum at http://thewritepractice.com/bw and posts a topic, there is an Edit link at the bottom of that topic. But when they click that link, they get this error message:
You are not allowed to edit this item.
A few notes:
- I’m on the latest version of WordPress.
- This problem persists when all plugins but bbPress is activated.
- This problem persists when the 2015 theme is activated.
I installed and activated the bbPress Advanced Capabilities plugin and learned that if I enabled “Edit others topics” for Participants, the participant could then edit their topic.
So in other words, bbPress thinks that the topic is being created by someone other than themselves.
Any ideas how this could be the case? It’s very strange…
Thanks!
Topic: Resource Usage
So I’m having a problem with BBpress recently on my website http://www.sg-carterpack.com at my webhost (Site5) works with resource points and with using BBpress the resource usage has been increasing by the day.
If this plugin is disabled a daily resource usage is between 100 – 200 resource points, however when I enable BBpress it suddenly rises to 600 to 800 and even +900 resource points in a single day.
This of course makes the web hosts disable my website when it crosses the limit of 450 resource points per day.
I’ve already completely remove my wordpress installation, theme, and all plugins to then completely re-install everything from scratch as before I also had problems with BBpress not showing after updating to wordpress 4.0.
With that I before didn’t know it was caused by the BBpress I was already trying to optimise with using W3 Total Cache and Cloudflare to try to reduce it, yet this wasn’t the case. The website in general did became faster however the resource usage stayed the same.
So currently the forum is installed on new installation yet the forum is still hogging up resources so my question here is:
Is there a way to optimise this or a way to export the boards/forums to use in another forum application/plugin?
My current plugins that are active:
– AdSense Click-Fraud Monitoring Plugin
– BAW Login/Logout menu
– bbPress
– BulletProof Security
– CloudFlare
– W3 Total Cache
– WP User AvatarFor the rest it is using a slightly CSS edited version of the FLAT theme but besides that nothing else has been edited to wordpress itself.
Thanks in advance for any information in advance.
Ps: For more of a month I’m trying to post in this forum but after each thread I make it does not appear.
Topic: Tipics listed on wrong forum
I’m building a website to discuss books and I created a FORUM page with 4 different forums, one for each book. I then created a topic for each chapter. However, when I open any forum, I can see ALL the topics I created listed (i.e. topics for chapters from a different book). How can I set it up so that topics are displayed ONLY in the forum where they belong? This error appears on all devices and OS.
I’m using WordPress 4.1, Buddypress 2.1.1, bbPress 2.5.4, and the theme is Catch Box. My site is http://www.bookbuk.com
Thanks!
Im new to this stuff so try not to lose me but Im running wordpress 4.1 with the sparkling theme and bbpress 2.5.4. My site is selfyelp.net. The registration emails and lost password emails are going through fine with gmail but with aol and hotmail I get nothing. My site and wordpress is hosted through godaddy so I guess I need to know what or where the problem is. Is it a bug or is it godaddy or is it the email providers? How can I fix it and is there any workaround? And yes I have checked the spam folders. Thanks (O and every other aspect of email is working fine through the site -just this prob)
Hello,
Our revision log for bbpress is turned on, but when I edit a subject in bbpress and add a reason for the modification, it does not show up in the log. It just says the subject was edited X amount of time ago by… and it stops there. So it doesn’t say by who or the reason why.
Any idea what could be causing this?
Wordpress 4.1
bbpress 2.5.4Thanks!
maryse
Wordpress Version: 4.1
Latest bbpress version
website: http://www.gizmoids.comI want to show my forum topics as post on my website. Not all, jest some of them which I will choose.
Can I do this with bbpress? how?If it is not possible can you tell me how to use default taxonomy (categories) with forum? I want to store some topics in these default WordPress category.
Thank You
Hi,
When I receive an email notification, if I’m logged in and I click the link it takes me directly to the thread/post in question.
However if I’m not logged in I simply get:
Sorry, the page your requested could not be found, or no longer exists.
Running WordPress 4.1 and bbpress 2.5.4
I have tested with the bundled themes and the issue persists.