Search Results for 'bbpress'
-
AuthorSearch Results
-
February 13, 2016 at 6:34 pm #171661
In reply to: Click on Topic leads to a weird page format
Robin W
ModeratorbbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
February 13, 2016 at 6:32 pm #171660Robin W
ModeratorAll I want to do is have my website show other usersβ basic info when I click their name in a forum post.
That’s what it is supposed to do – click my name here and you’ll go to my profile !
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
February 13, 2016 at 6:28 pm #171658In reply to: User Forum Topics Started and other pages are blank
Robin W
ModeratorbbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
Robin W
ModeratorbbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
February 13, 2016 at 3:07 pm #171653In reply to: Converter for Dizkus Forums
Pascal Casier
ModeratorIf you look for a coder concerning WP/bbPress, don’t forget to post on http://jobs.wordpress.net/
Pascal.
February 13, 2016 at 12:14 pm #171650In reply to: Page can’t be displayed
pwonlineblog
ParticipantStill not working.
Before my first post I did try those two steps (I was paying attention and did read the “Before posting” post at the top of the page).
But I did try again. I deactivated all but bbpress. When I attempted to change the theme to twentyfifteen I discovered that I didn’t have the most up to date version of WordPress, so I updated it. I now have all but bbpress deactivated and the twentyfifteen theme installed, and still no luck with the forums.
I appreciate all your help. Any more ideas?
February 13, 2016 at 11:51 am #171648In reply to: Converter for Dizkus Forums
Stephen Edgar
KeymasterI’ve never heard of Dizkus π
You could try making some more changes to the phpBB importer yourself if it already partially works:
Also checkout both of these for SMF and phpBB for the upcoming bbPress 2.6 release.
https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/converters/phpBB.php
https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/converters/SMF.phpFebruary 13, 2016 at 9:29 am #171646In reply to: Page can’t be displayed
Robin W
Moderatorbefore you do that, lets just eliminate theme and plugin.
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
February 13, 2016 at 8:21 am #171644In reply to: Import data from Drupal 6.x Advanced forum
Stephen Edgar
KeymasterCool…
Looking into supporting importing avatars to at least support BuddyPress’ avatars out of the box is one of the many things on my todo list that I just haven’t got to yet, maybe I’ll take a look at it for bbPress 2.7, 2.6 is close to being out the door so fingers crossed for 2.7 π
February 13, 2016 at 8:06 am #171638In reply to: Import data from Drupal 6.x Advanced forum
Stephen Edgar
KeymasterOn the avatars front, maybe this will help?
https://github.com/CybMeta/kunena-attachments-to-bbpressFebruary 13, 2016 at 8:01 am #171637In reply to: Import data from Drupal 6.x Advanced forum
Stephen Edgar
KeymasterIf you look at the phpBB importer it has the
callback_htmland parses a bunch or regular expressions to manipulate the previous BBCode or HTML strings, will that work for you?https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/converters/phpBB.php#L934
February 13, 2016 at 6:26 am #171632In reply to: Import data from Drupal 6.x Advanced forum
Stephen Edgar
KeymasterAwesome π
Just to add that the standard Drupal forums module for Drupal 7 was included in bbPress 2.5, I’m not sure if there is anything in that that you may not have in your Drupal 6.
Also, two of the importers SMF and phpBB have some cool new things for the upcoming bbPress 2.6, importing favourites, subscriptions, anonymous topics/replies/posts, you may want to have a look there to see if they help in importing more data from Drupal
https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/converters/phpBB.php
https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/converters/SMF.phpFebruary 13, 2016 at 5:34 am #171629In reply to: WordPress Import from PHPBB
Pascal Casier
ModeratorHi,
If you have bbPress 2.5.8, you should have ‘Tools > Forums > Import Forums’.
If you start from scratch, know that version 2.6-alpha has better import functionalities. Although already very stable, as it says, it’s still alpha version.
Pascal.February 13, 2016 at 5:26 am #171628In reply to: Strings not translated with .mo and .po files
Pascal Casier
ModeratorHi,
So you have bbPress translated into CZ if I understand correctly ?
If so, would you mind helping with the translation for the whole CZ community ? https://translate.wordpress.org/locale/cs/default/wp-plugins/bbpressIf you are interested, I can guide you on becoming PTE for bbPress, let me know. Then you can import you .po file and everybody can have bbPress in CZ then !
Thanks,
Pascal.February 13, 2016 at 5:14 am #171627In reply to: Plugin to show Last Post
Pascal Casier
ModeratorHi,
You could do this by copying the bbPress php file needed to a (child) theme and then modify it accordingly.
More info here: https://codex.bbpress.org/themes/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/
Pascal.February 13, 2016 at 1:30 am #171618In reply to: Page can’t be displayed
pwonlineblog
ParticipantI had looked at several videos and none of them talked about step 3 and setting up a page. I have now done that and I can view the page (called: forums). And the test forum I set up has “forums” in the forum root slug heading. But I still get page not found. This is the address of the forum I have set up:
http://portwennonline.com/wordpress/forums/forum/dmforum/
I’m now starting to wonder if the issue has to do with Aabaco. This is the company that recently took over the Yahoo web hosting. I followed the guide above step-by-step I’ve even tried deleting all of the created pages and forums I’ve set up, deleted bbpress from my plugins and then reinstalled it and tried again – I’ve actually done this several times. Do you think a call to Aabaco might solve the issue?
February 12, 2016 at 6:59 pm #171609In reply to: how to remove sidebar?
Robin W
ModeratorFebruary 12, 2016 at 6:54 pm #171607In reply to: Page can’t be displayed
Robin W
Moderatorok, how have you set your forum up ?
Have you been through
in particular step 3?
February 12, 2016 at 5:26 pm #171606Topic: Notifications Widget
in forum Pluginswafflecloud
ParticipantHiya,
I apologize if this is the wrong section but I have a quick inquiry for you all. Is there a bbpress plugin that creates a notifications widget.So basically say a standard user is sent a private message from another user but I’ve removed my admin bar…. is there an existing plugin to create a widget that would display notifications which I could place on my page to show that private message is waiting to be read in a similar way to the admin bar?
Alternatively how would one go about editing the admin bar to remove the content to the left like the wordpress logo or “visit site” / dashboard tachometer icon?
Thanks in advance to all who respond!
February 12, 2016 at 2:13 pm #171603In reply to: How to disable participants in creating topic?
Robin W
Moderatoryes you can create new roles with custom capabilities
February 12, 2016 at 8:12 am #171596In reply to: Imported phpBB, where are the forums?
Trike27
ParticipantIs it possible to install bbPress 2.6 to import a phpBB 3.1 and then downgrade bbPress to stable 2.5.8 (if necessary)?
Thanks
MartinFebruary 12, 2016 at 5:59 am #171589Topic: how to remove sidebar?
in forum Troubleshootingjessamca11
Participanti am trying to remove the sidebar from all of the forum pages. i went through the bbpress template files under templates>extras folder and removed:
<?php get_sidebar)(); ?>
but they are still showing. is there anything else i can do? i am using simple mag theme.
thank you!
February 12, 2016 at 5:24 am #171588Topic: Edit bbress login form
in forum Pluginsmatousch
ParticipantWhat files and what way am I supposed to modify if I wish to change the appearance of bbpress login form in this way? My forum: http://www.posuzujeme.cz
Original login form layout:
Bewished login form layout:
WordPress v. 4.4.2
bbPress v. 2.5.8.February 12, 2016 at 5:04 am #171587In reply to: Strings not translated with .mo and .po files
matousch
ParticipantAt last it works with bbpress-cs_CZ.mo and bbpress-cs_CZ.po in ../wp-content/languages/bbpress folder.
February 12, 2016 at 4:31 am #171586In reply to: Meta Title for Profile Pages w/ Yoast SEO
Erik Molenaar
ParticipantDear let-me-see.
I see you managed to get the Yoast SEO plugin to insert a page title and a noindex in your bbpress user profile URLs (/users/, /users/<username>/topics and users/<username>/replies).
Would you be so kind to tell me how you manage to do this?
I am having the same troubles, as the profile pages have a strange page title and I can’t ‘see’ these profile taxonomies in the Yoast SEO plugin to set a manual page title and/or set a noindex on these URLs.
I hope you can help me out! Looking forward to your reply. Thanks!
-
AuthorSearch Results