Search Results for '"wordpress"'
-
Search Results
-
Hello Everyone. I am a novice still at using wordpress, but I am using bbPress forums for my website. I currently have a bunch of Forums, with many topics underneath them.
I was just wondering if there was a way to have a small icon or picture beside each Forum.
For example – Rules (With a small picture of a book beside it or below it)
I tried messing with Add Media or Featured Image, but they dont seem to apply the image anywhere I can see it.
Any feedback would be greatly appreciated!
Topic: Root links
Hi all, I have created my first bbpress forum on page http://irska.ie/forum/ but when you choose one Forum for example Forum http://irska.ie/forums/forum/forum/ or Malig Oglasi http://irska.ie/forums/forum/mali-oglasi/ it goes to different style page :S which add header image and it’s not anymore Full width.
I have edited page for main page under WordPress Page for http://irska.ie/forum/ but how can I make sure that every other topic and etc on mine forum use same style? Thank you.
hello everyone
I have an issue with bbpress forum where topics and replies are not showing.
I’ll start from the beginning, in the beginning all was working fine, all topics and replies were visible and all was OK, but because my forum is in russian language the links were in russian, so I’ve decided to try Cyr-To-Lat plugin which would transform my urls to latin, which was good, and still everything work, BUT I wanted to try another plugin, so I’ve installed Cyr-To-Lat reloaded, there I was asked to trasnlate all urls to latin, I accepted and since it stopped working. Ofcourse my first step was to uninstall that plugin, but it did not resolve.
I’ve searched internet and tried different solutions:
– Deactivating all plugins – not ok
– Changing theme – not ok
– Clicking on permalinks – not ok
– Regenerating .htaaccess file – not ok
– Trying a fix which I found (http://www.rewweb.co.uk/bbpress-wp4-fix/) -> OKYes it seems there is a fix which resolves the issue BUT the problem was not with wordpress or something, but a plugin which broke it, now, my question how can I undo it, or how can I resolve without that fix, because it was working fine ….
I suppose that plugin left something, or was maybe not deleted fully, there is some function maybe somewhere which doesn’t show my topics and replies. If I check the solution basically it has something to do with this function: function fb_search_filter which excludes those topics from my forum.
I could use that fix, but as I said it was working before so I think that plugin broke it ….
Any idea how to fix it? Which steps to take?
What is the secret to modifying/changing the query on the topic archive page? I want to list all topics on that page rather than have 16, and i do not want pagination. On normal wordpress post types this is easily done with pre_get_posts filter. But how is it done with bbpress?
I have tried this:
function bbp_change_topic_archive_query_args( $query = array() ) { $query['order'] = 'asc'; $query['orderby'] = 'title'; $query['post_count'] = -1; $query['posts_per_page'] = -1; return $query; } add_filter('bbp_has_topics_query','bbp_change_topic_archive_query_args');
and this: (but this requires a shortcode to work properly)
function bbp_my_register_custom_views() { bbp_register_view( 'asc', __( 'A-Z' ), array( 'orderby' => 'title', 'order' => 'ASC', 'post_count' => '-1', 'posts_per_page' => '-1', 'hide_empty' => false, ), false ); } add_action( 'bbp_register_views', 'bbp_my_register_custom_views' );
What else can be done?
This has to be possible.wp v5.2.2, bbp 2.5.14
site is a pw protected site. I can give access privately if necessary.Thanks!
We have an HTML5 website using SimpleCMS, and a linked WordPress blog. I have installed the WordPress bbPress forum plugin on that blog site. When it seemed like it was lacking what appeared to be some pretty basic controls, I also installed the bbPress Toolkit plugin.
Since that also seemed to lack what to me should have been basic components of a working forum, I also installed the bbPress WP Tweaks plugin. It amazes me that a tool that is this popular seems to lack simple ordinary functions like clear login and registration tools that link directly to the forum.
Using the shortcodes, I created separate pages for login, registration and lost passwords, but once logged in, it still does not take the user to the main forum page. In fact, it goes nowhere. I would think that there should be a simple field for adding the path to the forum to which the user would be registering or logging in, but there isn’t. Instead, it just states “You are already logged in.” on the login screen with no link to anywhere else.
Can someone please explain to me how I can get the login to take the user to the actual forum page after they login? To me this should be automatic, but for some reason it is unnecessarily complicated.
Also, is there not a way to manage the subscription without requiring the user to have a WP or bbPress account? All I want is a private forum with users who can create their own usernames and passwords to login and share information, without that user data being shared with anyone else. For some reason, this simple task seems to be too much to expect.
So unless I’m doing something completely wrong (which is entirely possible), I need a way to resolve this with the tools available in bbPress. Any practical solutions are welcome. Thanks.
Hi,
Over the past few weeks I’ve been customizing bbress to my liking using the live css editor in wordpress.
I tried moving it all to a stylesheet within my child theme in a folder called css.
I’ve named the file bbpress.css.Everything was working fine in the wordpress editor, but after moving it to bbpress.css a lot of things no longer work.
Even when I try !important, a lot of things still don’t to work.I should note that some of the code does work which is why this confuses me.
Any suggestions?WordPress 5.2.2
BBPress 2.5.14
https://flippednormals.com/forumsHi,
I have setup a WordPress site with bbPress and trying to find if I can manually Subscribe/Unsubscribe users to particular Forums or Topics,
Or is it even possible to at least see what the Forum Participants/Users have subscribed to?
Thanks,