Search Results for '"wordpress"'
-
AuthorSearch Results
-
July 1, 2024 at 8:12 am #240822
Robin W
Moderatorok, you are doing stuff with combinations of old versions of software – I can only help with current.
Wordpress 6.x dramatically changed how WordPress works, and Twenty Twenty-Two is one of the new FSE themes.
So on WordPress 6.5.5 with Twenty Twenty-Two you will need the fix mentioned above. BBpress 2.6.11 is the current version of bbpress and should also be used.
Regards
Robin
July 1, 2024 at 7:30 am #240821prashpbt
ParticipantHello Robin,
I am using the default Twenty Twenty-Two Version: 1.2 theme provided by WordPress in version WP 6.0.9, without any customizations.
Does that too need the above fix you mentioned?.
Also I have earlier version of BBpress i.e 2.6.9 working fine with WordPress 5.8 installed on one of a server, which works absolutely fine without any such issues.
Any way to debug the possible cause ?. Cause no errors in apache logs as well.
July 1, 2024 at 5:42 am #240820Robin W
ModeratorI suspect you are using an FSE theme, so you need a fix to work with bbpress.
installonce activated, navigate to
dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.
In that tab, select
Enable Theme Support
and save
The forums should then display
June 30, 2024 at 7:32 am #240818In reply to: Change log
Robin W
ModeratorNothing new
The following 13 errors fixed
View RSS feeds return the all-topic feed if the view doesn’t exist
After export from SMF error: bbp_converter_db_connection_failed
BBP_Converter_DB does not have a method “__destruct
Restoring a trashed topic will set the post status to ‘draft’ as of WordPress 5.6.0
Default arg to “bbp_add_forums_roles()” can cause errors
Reduce subscription email subject duplication
Editor buttons missing since 2.6.8 upgrade
bbp_get_reply_url() generates incorrect link for a spammed topic
Search displays hidden forums to participants
The content-archive-forum.php template does not filter if the search form should be displayed
Recount topics for each user, counts only published topics
Statistics widget throws Undefined index if no replies or topics tags
“You may use these HTML tags and attributes:” not escaped correctlyJune 29, 2024 at 2:20 pm #240806In reply to: bbPress 2.6.10 – All pages return 404 errors
John James Jacoby
KeymasterIf anyone out there needs to quickly do an emergency fix to their live site before updating to 2.6.11, here are the changed lines of code between 2.6.10 and 2.6.11:
https://bbpress.trac.wordpress.org/changeset/7272
I’m not advocating for hacking on weird files on live sites, but I understand everyone’s situations are different, and thought maybe this could be helpful to see.
June 29, 2024 at 1:41 pm #240800Topic: bbPress 2.6.11 is out!
in forum Development & UpdatesJohn James Jacoby
KeymasterApologies to everyone who was quick to install 2.6.10 and had a scare.
It has been a few years; I’m out of practice and botched it.
I backported the 2.6.11 fix to the 2.6.10 tag, so in the unlikely event anyone still downloads 2.6.10 it will not be broken like it was.
Go get 2.6.11 from: https://wordpress.org/plugins/bbpress 💚
June 29, 2024 at 10:05 am #240794In reply to: bbPress 2.6.10 – All pages return 404 errors
Robin W
ModeratorI have raised a trac ticket for this release which hopefully the authors will look at
June 29, 2024 at 9:59 am #240791In reply to: BBPRESS 2.6.10!
Robin W
Moderatorthese 13 tickets are in 2.6.10 I believe
June 29, 2024 at 9:57 am #240790In reply to: bbPress 2.6.10 – All pages return 404 errors
Robin W
Moderatorthese 13 tickets are in 2.6.10
June 29, 2024 at 8:58 am #240783In reply to: bbPress 2.6.10 – All pages return 404 errors
Eusebiu Oprinoiu
ParticipantChuckie, try logging in using the standard WordPress login page and rollback to the previous version.
https://publictalksoftware.co.uk/wp-login.php
June 29, 2024 at 8:50 am #240782In reply to: bbPress 2.6.10 – All pages return 404 errors
Eusebiu Oprinoiu
ParticipantYou can get older versions from the Advanced page on WordPress.org.
You can find a dropdown with previous versions at the bottom of this page.https://wordpress.org/plugins/bbpress/advanced/
Once you download the version you want, upload the ZIP archive under Plugins > Add New.
You will be asked to overwrite the existing plugin. Click Yes, and you are back to normal.June 29, 2024 at 4:07 am #240767In reply to: Registration without email requirement
Robin W
ModeratorOtherwise it is doable but far beyond free help – as I say bbpress just uses wordpress registration so maybe contact a wordpress developer who can do some code for you.
June 29, 2024 at 4:06 am #240766In reply to: Registration without email requirement
Robin W
Moderatorok, without an email address, is in effect registration not necessary (?), as you have no way to contact users or validate who they are?
If so I’d suggest you:
1. allow anonymous posting
dashboard>settings>forums>Anonymous Allow guest users without accounts to create topics and replies
2. use Akismet to reduce/stop spam
3. install
once activated go to
dashboard>settings>bbp style pack>Moderation and follow instructions and set that all posts need to be moderated
4. go to
dashboard>settings>bbp style pack>Topic/Reply Form
and set 19, 20 and 21 – 20 allows you to hide the email field
June 28, 2024 at 3:22 am #240736In reply to: Registration without email requirement
Robin W
Moderatorbbpress just uses wordpress registration.
Wordpress requires users to have an email address for various reasons, including password changing and resetting.
Whilst this is certainly achievable with code, I do not know of any plugin that allows this.
No-one sees the email address apart from WordPress admins and the user.
June 26, 2024 at 8:29 pm #240697Dean Scott
ParticipantUgh. No editing of posts? Crazy. Anyway… forgot to select the error along with the query…. WordPress database error: [Key ‘post_parent’ doesn’t exist in table ‘wp_posts’]
Like I said, ‘post_parent’ most certainly DOES EXIST! per copy/paste below from myPHPAdmin…
1 ID Primary AUTO_INCREMENT
2 post_author
3 post_date
4 post_date_gmt
5 post_content
6 post_title
7 post_excerpt
8 post_status
9 comment_status
10 ping_status
11 post_password
12 post_name
13 to_ping
14 pinged text
15 post_modified
16 post_modified_gmt
17 post_content_filtered
18 post_parent bigint(20) UNSIGNED
19 guid
20 menu_order
21 post_type
22 post_mime_type
23 comment_countJune 26, 2024 at 10:04 am #240692Robin W
Moderatoradd this plugin
June 25, 2024 at 5:43 pm #240685In reply to: bbPress Subscription Feature Not Working
Robin W
Moderatorinstall
once activated go to
dashboard>settings>bbp style pack>Subscription Emails
and you can change the email address in those settings
June 25, 2024 at 1:23 am #240682In reply to: Forums Not Showing on WordPress dashboard left menu
davidmiller5274
BlockedDespite reinstalling BBPress and disabling other plugins, the “forum” button is missing from the WordPress dashboard. Seeking advice on resolving this issue.
June 23, 2024 at 3:29 pm #240679In reply to: Remove e-mail field from “form anonymous”
teresaanderson
ParticipantI copied the entire page. Please let me know if there’s something else you need. Thanks!
Site Details
PHP Version 8.1.29
WP Version 6.5.4
Multisite False
Active Members 1
Total Forums 9
Total Topics 3
Total Replies
Theme Twenty Twenty-Three 1.1
Theme Type FSE Block Theme
bbPress Version 2.6.9
Plugin Version 6.0.5
WP Debugging FalseSite Plugins
MU Plugins Name and Version
– mu1 wpcomsh-loader.phpActive Plugins Name and Version
– active1 Akismet Anti-spam: Spam Protection 5.3.2
– active2 bbp style pack 6.0.5
– active3 bbPress 2.6.9
– active4 Enable Classic Editor 2.6
– active5 WordPress.com Editing Toolkit 4.26529
– active6 Gutenberg 18.5.0
– active7 Jetpack 13.6-a.5
– active8 Layout Grid 1.8.4
– active9 Page Optimize 0.5.5
– active10 Remove Footer Credit 1.0.14
– active11 Simple Custom CSS 4.0.6
– active12 What The File 1.6.0Inactive Plugins Name and Version
– inactive1 BuddyPress 12.5.1
– inactive2 Crowdsignal Forms 1.7.2
– inactive3 Crowdsignal Polls & Ratings 3.1.1
– inactive4 Elementor 3.22.1
– inactive5 WP File Manager 7.2.9File Generations
Filename Last Generation
bspstyle.css 2024-06-23 15:12:11
bspstyle-quotes.css 2024-06-10 13:43:35
bsp_delete.js 2024-06-10 13:43:35Plugin Settings
Option Group Values
Theme Support
bsp_style_settings_theme_supporta:4:{s:3:”fse”;s:1:”1″;s:9:”fse_width”;s:0:””;s:17:”fse_template_page”;s:3:”101″;s:20:”fse_template_version”;s:1:”0″;}
BuddyPress
bsp_buddypress_supportNo values set for: bsp_buddypress_support
Forums Index Styling
bsp_style_settings_fNo values set for: bsp_style_settings_f
Forums Templates
bsp_templatesNo values set for: bsp_templates
Forums Display
bsp_forum_displayNo values set for: bsp_forum_display
Forums Order
bsp_forum_orderNo values set for: bsp_forum_order
Freshness Display
bsp_style_settings_freshnessNo values set for: bsp_style_settings_freshness
Breadcrumbs
bsp_breadcrumbNo values set for: bsp_breadcrumb
Forum Buttons
bsp_style_settings_buttonsNo values set for: bsp_style_settings_buttons
Login
bsp_logina:1:{s:9:”update448″;s:1:”1″;}
Login Failures
bsp_login_failNo values set for: bsp_login_fail
Forum Roles
bsp_rolesNo values set for: bsp_roles
Subscription Emails
bsp_style_settings_emailNo values set for: bsp_style_settings_email
Subscription Management
bsp_style_settings_sub_managementNo values set for: bsp_style_settings_sub_management
Topic Order
bsp_topic_ordera:3:{s:18:”Default_OrderOrder”;s:1:”2″;s:18:”Forum_Order1Forums”;s:0:””;s:11:”reply_order”;s:1:”1″;}
Topic Index Styling
bsp_style_settings_tia:52:{s:19:”Pagination FontSize”;s:0:””;s:20:”Pagination FontColor”;s:0:””;s:19:”Pagination FontFont”;s:0:””;s:20:”Pagination FontStyle”;s:0:””;s:25:”Voice/Post Count FontSize”;s:0:””;s:26:”Voice/Post Count FontColor”;s:0:””;s:25:”Voice/Post Count FontFont”;s:0:””;s:26:”Voice/Post Count FontStyle”;s:0:””;s:27:”Topic Title LinksLink Color”;s:0:””;s:30:”Topic Title LinksVisited Color”;s:0:””;s:28:”Topic Title LinksHover Color”;s:0:””;s:20:”Topic Title FontSize”;s:0:””;s:20:”Topic Title FontFont”;s:0:””;s:21:”Topic Title FontStyle”;s:0:””;s:24:”Template Notice FontSize”;s:0:””;s:25:”Template Notice FontColor”;s:0:””;s:24:”Template Notice FontFont”;s:0:””;s:25:”Template Notice FontStyle”;s:0:””;s:31:”Template NoticeBackground color”;s:0:””;s:32:”Template Notice BorderLine width”;s:0:””;s:32:”Template Notice BorderLine style”;s:0:””;s:32:”Template Notice BorderLine color”;s:0:””;s:20:”Topic Started bySize”;s:0:””;s:21:”Topic Started byColor”;s:0:””;s:20:”Topic Started byFont”;s:0:””;s:21:”Topic Started byStyle”;s:0:””;s:49:”Sticky Topic/ReplyBackground color – sticky topic”;s:0:””;s:55:”Sticky Topic/ReplyBackground color – super sticky topic”;s:0:””;s:26:”Forum Information FontSize”;s:0:””;s:27:”Forum Information FontColor”;s:0:””;s:26:”Forum Information FontFont”;s:0:””;s:27:”Forum Information FontStyle”;s:0:””;s:33:”Forum InformationBackground color”;s:0:””;s:34:”Forum Information BorderLine width”;s:0:””;s:34:”Forum Information BorderLine style”;s:0:””;s:34:”Forum Information BorderLine color”;s:0:””;s:29:”Topic Index Headings FontSize”;s:0:””;s:30:”Topic Index Headings FontColor”;s:0:””;s:29:”Topic Index Headings FontFont”;s:0:””;s:30:”Topic Index Headings FontStyle”;s:0:””;s:13:”Lock IconSize”;s:0:””;s:14:”Lock IconColor”;s:0:””;s:18:”Sticky PinFontSize”;s:0:””;s:15:”Sticky PinColor”;s:0:””;s:11:”empty_forum”;s:0:””;s:19:”empty_forumActivate”;s:1:”1″;s:17:”must_be_logged_in”;s:0:””;s:18:”register_page_page”;s:0:””;s:17:”register_page_url”;s:0:””;s:16:”topic_title_link”;s:1:”0″;s:12:”topic_topics”;s:0:””;s:11:”topic_posts”;s:0:””;}
Topic Previews
bsp_style_settings_topic_previewNo values set for: bsp_style_settings_topic_preview
Topic/Reply Display
bsp_style_settings_ta:51:{s:49:”Topic/Reply ContentBackground color – odd numbers”;s:4:”#fff”;s:50:”Topic/Reply ContentBackground color – even numbers”;s:7:”#fbfbfb”;s:34:”Topic/Reply HeaderBackground color”;s:7:”#f4f4f4″;s:48:”Trash/Spam ContentBackground color – odd numbers”;s:4:”#fdd”;s:49:”Trash/Spam ContentBackground color – even numbers”;s:4:”#fee”;s:36:”Closed Topic ContentBackground color”;s:4:”#fdd”;s:25:”Topic/Reply Date FontSize”;s:0:””;s:26:”Topic/Reply Date FontColor”;s:0:””;s:25:”Topic/Reply Date FontFont”;s:0:””;s:26:”Topic/Reply Date FontStyle”;s:0:””;s:25:”Topic/Reply Text FontSize”;s:0:””;s:26:”Topic/Reply Text FontColor”;s:0:””;s:25:”Topic/Reply Text FontFont”;s:0:””;s:26:”Topic/Reply Text FontStyle”;s:0:””;s:20:”Author Name FontSize”;s:0:””;s:20:”Author Name FontFont”;s:0:””;s:21:”Author Name FontStyle”;s:0:””;s:19:”Reply Link FontSize”;s:0:””;s:19:”Reply Link FontFont”;s:0:””;s:20:”Reply Link FontStyle”;s:0:””;s:15:”Author RoleSize”;s:0:””;s:16:”Author RoleColor”;s:0:””;s:15:”Author RoleFont”;s:0:””;s:16:”Author RoleStyle”;s:0:””;s:16:”Topic HeaderSize”;s:0:””;s:17:”Topic HeaderColor”;s:0:””;s:16:”Topic HeaderFont”;s:0:””;s:17:”Topic HeaderStyle”;s:0:””;s:21:”Topic Admin linksSize”;s:0:””;s:22:”Topic Admin linksColor”;s:0:””;s:21:”Topic Admin linksFont”;s:0:””;s:22:”Topic Admin linksStyle”;s:0:””;s:18:”Revisionsrevisions”;s:3:”all”;s:17:”mentions_priority”;s:0:””;s:12:”mentionsSize”;s:0:””;s:13:”mentionsColor”;s:0:””;s:12:”mentionsFont”;s:0:””;s:13:”mentionsStyle”;s:0:””;s:9:”hide_name”;s:1:”1″;s:11:”hide_avatar”;s:1:”1″;s:28:”participant_trash_topic_text”;s:43:”Are you sure you want to delete this topic?”;s:28:”participant_trash_reply_text”;s:43:”Are you sure you want to delete this reply?”;s:17:”must_be_logged_in”;s:0:””;s:12:”window_links”;s:1:”0″;s:16:”more_less_length”;s:3:”200″;s:9:”more_text”;s:7:”More…”;s:9:”less_text”;s:7:”Less…”;s:21:”new_reply_description”;s:16:”Create New Reply”;s:17:”topic_button_type”;s:1:”1″;s:16:”TopicButtonclass”;s:0:””;s:29:”topic_subscribe_button_prefix”;s:0:””;}
Topic Counts
bsp_settings_topic_countNo values set for: bsp_settings_topic_count
Topic/Reply Form
bsp_style_settings_forma:27:{s:10:”LabelsSize”;s:0:””;s:11:”LabelsColor”;s:0:””;s:10:”LabelsFont”;s:0:””;s:11:”LabelsStyle”;s:0:””;s:25:”Text areaBackground Color”;s:0:””;s:13:”Text areaSize”;s:0:””;s:14:”Text areaColor”;s:0:””;s:13:”Text areaFont”;s:0:””;s:14:”Text areaStyle”;s:0:””;s:22:”ButtonBackground Color”;s:0:””;s:16:”ButtonText Color”;s:0:””;s:20:”SubmittingSubmitting”;s:10:”Submitting”;s:20:”Show_editorsactivate”;s:1:”0″;s:16:”topic_rules_text”;s:0:””;s:16:”reply_rules_text”;s:0:””;s:23:”topic_posting_rulesSize”;s:0:””;s:24:”topic_posting_rulesColor”;s:0:””;s:23:”topic_posting_rulesFont”;s:0:””;s:24:”topic_posting_rulesStyle”;s:0:””;s:35:”topic_posting_rulesBackground Color”;s:0:””;s:31:”topic_posting_rulesborder_color”;s:0:””;s:17:”placeholder_topic”;s:0:””;s:17:”placeholder_reply”;s:0:””;s:12:”htmlActivate”;s:1:”1″;s:15:”nologinActivate”;s:1:”1″;s:15:”errormsgMessage”;s:0:””;s:16:”no_anon_namename”;s:0:””;}
Profile
bsp_profileNo values set for: bsp_profile
Search Styling
bsp_style_settings_searchNo values set for: bsp_style_settings_search
Unread Posts
bsp_style_settings_unreadNo values set for: bsp_style_settings_unread
Quotes
bsp_style_settings_quoteNo values set for: bsp_style_settings_quote
Moderation
bsp_style_settings_modtoolsNo values set for: bsp_style_settings_modtools
Latest Activity Widget Styling
bsp_style_settings_laNo values set for: bsp_style_settings_la
Custom CSS
bsp_cssa:1:{s:3:”css”;s:0:””;}
CSS Location
bsp_css_locationNo values set for: bsp_style_settings_translation
Dashboard Admin
bsp_settings_adminNo values set for: bsp_settings_admin
bbPress Bug Fixes
bsp_style_settings_bugsNo values set for: bsp_style_settings_bugs
Block Widgets
bsp_style_settings_block_widgetsNo values set for: bsp_style_settings_block_widgets
Column Display
bsp_style_settings_column_displayNo values set for: bsp_style_settings_column_display
Topic Form Additional Fields
bsp_style_settings_topic_fieldsNo values set for: bsp_style_settings_topic_fields
June 21, 2024 at 8:01 am #240671thinlizzie
ParticipantHi,
My WordPress/Buddypress site uses bbpress as the forum.
All’s good.
Users post openly under their Buddypress name.
No guest posting or anonymous posting is possible.The issue:
Lots of users delete their account, after which all bbpress topics & replies created by them will then display as “by Anonymous”.
This makes the pages look messy & confusing.
I would like the ability as Admin to bulk delete all those topics & replies showing as “by Anonymous”.Is it possible?
June 20, 2024 at 1:28 pm #240657Topic: Forums Not Showing on WordPress dashboard left menu
in forum Troubleshootingcrankymillenial
ParticipantWordpress version 6.5.4
bbpress version 2.6.9
hipsbc.caI took over managing this website from another agency that created their own theme and had BBPress already installed. After installing BBPress there should be a “forum” button on the left sidebar of the wordpress dashboard but it is not showing up. I cannot figure out why its not showing up. I’ve uninstalled and reinstalled the plugin and turned off other plugins to see if one is interfering with another. Neither troubleshooting method solved my problem.
I appreciate any help! I’ve searched through the forums to see if anyone else ran into a similar problem but don’t see a solution.
June 18, 2024 at 4:23 am #240630In reply to: Generic URL of all forums critical error
Robin W
Moderatorok, so you need to get emails working, as this is essential for your site to work long term.
so the email adress taht emails are sent to is in
dashboard>settings>general>administration email address
you should make sure that this is a valid address and is working.
You can use
to test emails, and see what are being sent.
If you enable logging, youshould see the error email in the log
June 17, 2024 at 4:41 pm #240626In reply to: TinyMCE not showing
Robin W
Moderatorthis is a known bug.
either
if( !function_exists( 'bbpress_browser_supports_js' ) ){ function bbpress_browser_supports_js() { echo '<script>document.body.classList.remove("no-js");</script>'; } add_action( 'wp_footer', 'bbpress_browser_supports_js' ); }
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
or
June 15, 2024 at 4:15 am #240613Topic: Youtube video not responsive in BBpress forums
in forum Troubleshootingkoderius
ParticipantHi all,
I`m using BBpress on a wordpress website with Elementor Pro – When a YouTube share link is embedded inside a forum topic it does not seem to be responsive when viewed from a mobile device.The rest of the forum page looks fine on mobile it`s only the Youtube video that is not resizing according to the mobile dimensions.
Is there a solution to this?
June 15, 2024 at 1:42 am #240612In reply to: Forums Not Showing on WordPress Site
Robin W
ModeratorLooking at your site, I think you are using one of the new block or FSE themes, so you need a fix to work with bbpress.
install
once activated, navigate to
dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.
In that tab, you will find instructions on how to set up
-
AuthorSearch Results