Search Results for '\"wordpress\"'
-
AuthorSearch Results
-
January 7, 2016 at 6:52 am #170480
In 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.January 4, 2016 at 8:35 am #170337In reply to: Forum Freshness Not Updating
Pascal Casier
ModeratorHi,
Did you have this problem after running one of the bbPress repair tools ? I had this issue already when running e.g. “Recalculate last activity in each topic and forum” and if post IDs and post dates are not really aligned. It’s a known issue that should be fixed in the upcoming v2.6EDIT: After the next reply, everything is then correctly refreshed.
Pascal.January 4, 2016 at 4:18 am #170329In reply to: ithemes security blocked bbpress plugin
Kabitaprocab
ParticipantJanuary 3, 2016 at 1:27 pm #170312In reply to: WordPress 4.0 Broke BBpress
Robin W
ModeratorThis tells you why – almost certainly spaces in the file – in your case it is the post.php file instead of the wp-config.php file
http://www.hongkiat.com/blog/wordpress-error-warning-cannot-modify-header-information/
so the example in the link has
output started at //home/htdocs/wordpress/wp-config.php:1
but your error message says
output started at /public_html/wp-includes/post.php:1)
which explains the post.php file that you have been editing
-
AuthorSearch Results