Search Results for '"wordpress"'
-
AuthorSearch Results
-
January 8, 2016 at 6:37 am #170497
Topic: Search functioanlity
in forum Pluginsmohi
ParticipantHello,
I am newbie to use WordPress.
I implemented one website and used bbpress for forums.
But I want to do
When people could type a sentence in a search bar and it would pull up word phrases and such for past posted topics in search bar. In short I want auto search or auto suggest search bar functionality in bbpress forum’s search.For auto topic suggestion I used ‘bbPress – Live Topic Suggestions’ this plugin Version 1.0.9. Its working when user is going to post new topic at that time existing topic’s list will display.
but I want auto suggestion in case of search of forum, when people start to type word that words related suggested topics or forum name should list come in dropdown.
is it possible ? Please, help me. ThanksWordpress Version 4.3.1
bbPress Version 2.5.8
ThanksPlease
January 7, 2016 at 8:35 am #170485In reply to: phpbb to bbpress converter and best practice?
thelaw
ParticipantI’ve noticed that this topic is a year and change old but it concerns the phpbb importer. My brief review of the fields would seem to indicate that field names have changed and it’s why I have generated the errors below. There is no forum_topics field and the topics in phpbb3 have their own table and are assigned to a forum using topics.forum_id. I don’t know what the phpbb 2 database schema but apparently it is different.
Nick – were you ever able to get it to work or did you have to outsource the work? It would probably be a good idea for WordPress to let users know as to the compatibility of the converter with the version of phpBB currently able to be converted. Thanks for any insights.
January 7, 2016 at 7:03 am #170481In reply to: Imported phpBB, where are the forums?
thelaw
ParticipantClicked: Purge all information from a previously attempted import
Use this if an import failed and you want to remove that incomplete data.Tried to start again. That deleted all the replies. This seems to be the issue:
WordPress database error: [Unknown column ‘forums.forum_topics’ in ‘field list’]
SELECT convert(forums.forum_id USING “utf8mb4”) AS forum_id,convert(forums.parent_id USING “utf8mb4”) AS parent_id,convert(forums.forum_topics USING “utf8mb4”) AS forum_topics,convert(forums.forum_posts USING “utf8mb4”) AS forum_posts,convert(forums.forum_topics_real USING “utf8mb4”) AS forum_topics_real,convert(forums.forum_name USING “utf8mb4”) AS forum_name,convert(forums.forum_desc USING “utf8mb4”) AS forum_desc,convert(forums.left_id USING “utf8mb4”) AS left_id,convert(forums.forum_type USING “utf8mb4”) AS forum_type,convert(forums.forum_status USING “utf8mb4”) AS forum_status FROM phpbb_forums AS forums LIMIT 0, 100If we’re talking about the phpbb database, this is because forum_topics doesn’t exist in the phpbb datatabase. Perhaps it did in version 2 but I don’t see that being the case in version 3. As a result, I’m wondering if anyone has successfully converted any phpbb 3 forums.
January 7, 2016 at 6:52 am #170480In reply to: Imported phpBB, where are the forums?
thelaw
ParticipantConstant errors. No users to convert. No forums to convert. Kicks me into repair but nothing to repair. Ran it again and got:
WordPress database error: [Unknown column ‘topics.topic_replies’ in ‘field list’]
SELECT convert(topics.topic_id USING “utf8mb4”) AS topic_id,convert(topics.topic_replies USING “utf8mb4”) AS topic_replies,convert(topics.topic_replies_real USING “utf8mb4”) AS topic_replies_real,convert(topics.forum_id USING “utf8mb4”) AS forum_id,convert(topics.topic_poster USING “utf8mb4”) AS topic_poster,convert(posts.poster_ip USING “utf8mb4”) AS poster_ip,convert(posts.post_text USING “utf8mb4”) AS post_text,convert(topics.topic_title USING “utf8mb4”) AS topic_title,convert(topics.topic_status USING “utf8mb4”) AS topic_status,convert(topics.topic_type USING “utf8mb4”) AS topic_type,convert(topics.topic_time USING “utf8mb4”) AS topic_time,convert(topics.topic_last_post_time USING “utf8mb4”) AS topic_last_post_time FROM phpbb_topics AS topics INNER JOIN phpbb_posts AS posts USING (topic_id) WHERE posts.post_id = topics.topic_first_post_id LIMIT 0, 100
No topics to convert
No forum parents to convert
January 7, 2016 at 4:36 am #170470In reply to: Two forum index pages?
najuste
ParticipantProblem is the same, but design is from WordPress.. and the website now is on my local mashine.
Here is the php of created bbpress.php
Code is really simple:<?php get_header(); ?> <div id="primary"> <div id="content" role="main"> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; ?> <?php twentyeleven_content_nav( 'nav-below' ); ?> <?php endif; ?> </div><!-- #content --> </div><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>But the two pages look different..
Looking at html I have noticed, that newly created page has a different body class assigned and so is not recognized as bbpress forum archive page, but rather as a page..
<body class="page page-id-902 page-template page-template-bbpress page-template-bbpress-php custom-background single-author singular two-column left-sidebar">The breadcrubs issue I have noticed just when I read this..
As that I guess will get fixed after the the page will be understood as forum archive page..January 7, 2016 at 3:39 am #170463totosky
ParticipantHey,
I applied the new release of wordpress and I still have the same issues. Some (all?) subforums can’t be browsed, some subjects can’t be read (I still have the same message: “only members could read this subject”, but I logged in with my correct password).
If I logged in as an administrator, everything is fine and I can browse every subjects and subforums.I applied the correction : if ( ! empty( $parent ) ) {
but it’s still the same issues.Thanks by advance
January 6, 2016 at 8:32 pm #170455In reply to: Change admin’s forum role to keymaster
lotusdakiny
ParticipantOk, problem solved π I had deleted bbpress plugin, after (because of there are was still bbpress roles, and I think that was a problem cause) I had used https://wordpress.org/plugins/bbpress-role-deleter/. After installed bbpress back, and now everything works fine π thank you!
January 6, 2016 at 8:31 pm #170454In reply to: Missing menu items
lotusdakiny
ParticipantOk, problem solved π I had deleted bbpress plugin, after (because of there are was still bbpress roles, and I think that was a problem cause) I had used https://wordpress.org/plugins/bbpress-role-deleter/. After installed bbpress back, and now everything works fine π thank you!
January 6, 2016 at 5:21 pm #170451In reply to: Understand forums structure
Stephen Edgar
KeymasterI’m wondering if this is related to the WordPress 4.4 issue…
@jessicana can you update to WordPress 4.4.1 and let me know if it is still an issue or 4.4.1 fixes the issue please πJanuary 6, 2016 at 5:19 pm #170450Stephen Edgar
KeymasterWordPress 4.4.1 has now been released, could you please test to make sure this issue is resolved. https://wordpress.org/news/2016/01/wordpress-4-4-1-security-and-maintenance-release/
Thanks for all your feedback and patience here in this topic, its greatly appreciated everyone π
January 6, 2016 at 3:39 pm #170446In reply to: How to add own forum type?
Pascal Casier
ModeratorHi,
bbPress works with Categories and Forums for the main structure, could you maybe explain what you plan to obtain ? Because you could easily create a structure of Category>Category>Forums.
I did not check how easy it is to have implement it, but if you really want this, check how to add a WordPress custom type, that will be your starting point.
Pascal.January 6, 2016 at 2:44 pm #170442In reply to: No content or access to edit top level “Forums” page
Toni
ParticipantFor my records: great theme for forums with photos Destin Basic
All of the elements of the forum are there, the breadcrumb nav is correct and works, the forum layouts are excellent. A bbPress ready theme that actually works out of the box.
January 5, 2016 at 4:05 pm #170406locdog99
ParticipantThank you. That looks right. I build wordpress sites from themes, not custom, so I hope you find something that will work and be easy or detailed enough for me to implement.
I appreciate all the help!
January 5, 2016 at 7:21 am #170391In reply to: Is it possible to set a subforum in a hidden forum?
Pascal Casier
ModeratorHi Naerean,
WP 4.4.1 Release Candidate is out. If you want to test it, you can find it here
Hopefully in 1 week it will be available for production, at least I hope.
Pascal.
January 5, 2016 at 7:20 am #170390Pascal Casier
ModeratorWP 4.4.1 Release Candidate is out. If you want to test it, you can find it here
Hopefully in 1 week it will be available for production.
Pascal.
January 5, 2016 at 7:03 am #170389Stephen Edgar
KeymasterWordPress 4.4.1 RC (Release Candidate) was released earlier today, if your able to test it and make sure this issue is resolved that would be great π
Expect the main 4.4.1 release to be released later this week pending the RC release testing.
January 5, 2016 at 6:54 am #170388Stephen Edgar
KeymasterNo update as yet, but between WordPress and bbPress I think we can add some unit tests that will add a set of examples of possible permutations and combinations of when this occurs and mitigate as best we can against as many of these as possible.
January 5, 2016 at 4:26 am #170385Karthikeyan KC
ParticipantThis thread is totally messed up. The link to the ticket in my previous post isn’t working. Here is the link – https://bbpress.trac.wordpress.org/ticket/2357.
January 5, 2016 at 4:18 am #170382Karthikeyan KC
ParticipantThis is really a bummer for lot of my users. After hours of research into the codes, I just found the ticket, addressing why
<li>breaks the site (being an invalid HTML).Sorry for this bump(ish) post. Is there a temporary workaround or fix for this? For now, I’m planning on putting up a custom notice, advising the participants not to use
</li><li>the wrong way.Also, I’m curious how bbPress (this forum) handles this.
Edit: I think the issue is self-explanatory here.
January 4, 2016 at 7:58 pm #170371In reply to: Old Posts Won’t Load, Just Sits There Trying
vypersden
Participant@casiepa – The above reply with examples, I took them from the same forum. I just noticed it recently. When looking at the date of the post, it seems about the time we had migrated our Kunena forum (on Joomla) to our WordPress site using bbPress, about 6 months ago.
However, I can not verify 100% that they were working at the time after migration as nobody reported it nor did I have a real need to check it.
Although, I can edit it from the backend, so I figure it’s got to be there somewhere, just can’t get to it from the frontend.
January 4, 2016 at 3:58 pm #170366In reply to: How can users get to upload pictures on the forum?
Potent Plugins
ParticipantFor inline image upload, check out our new “Image Upload for BBPress” plugin on the WordPress repository: https://wordpress.org/plugins/image-upload-for-bbpress/
January 4, 2016 at 3:57 pm #170365In reply to: Image upload
Potent Plugins
ParticipantFor an alternative way to add inline images to topics and replies without cluttering up the WordPress media system or editing user capabilities, check out our new “Image Upload for BBPress” plugin on the WordPress repository: https://wordpress.org/plugins/image-upload-for-bbpress/
January 4, 2016 at 3:56 pm #170364In reply to: Allowing inline images uploads in posts?
Potent Plugins
ParticipantFor an alternative way to add inline images to topics and replies without cluttering up the WordPress media system or editing user capabilities, check out our new “Image Upload for BBPress” plugin on the WordPress repository: https://wordpress.org/plugins/image-upload-for-bbpress/
January 4, 2016 at 12:46 pm #170352In reply to: Forum Freshness Not Updating
Pascal Casier
ModeratorExtra info: If you use Avada 3.8.8 on WP 4.4, make sure to apply all the fixes:
https://theme-fusion.com/knowledgebase/avada-3-8-8-blog-shortcode-doesnt-work-after-wordpress-4-4-update/Pascal.
January 4, 2016 at 10:27 am #170344Pascal Casier
ModeratorHi Sakib,
You already have WordPress I suppose, so just go to ‘Plugins’ and click ‘Add New’. Then look for bbPress and install it. It’s a plugin, so follow the normal way of installing plugins.
Pascal. -
AuthorSearch Results