Forum Replies Created
-
In reply to: Problems marking topic as private?
As per the ticket you linked in your post #2088, this should be fixed.
I’ll take a closer look at this when I get a chance.
Detailed reproduction steps would be helpful so I am trying the same things you are π
eg.
1. Create a topic with user ‘x’ who has a bbPress role of ‘participant’
2. …
3. …
4. etc…In reply to: People deleting/removing tags from threads?I just added the tag ‘test’ again, can you reply and delete the ‘test’ tag?
In reply to: import database from e107 Forum cms systemMake sure you have the settings correct, check the
e107_config.php
file for the correct seetings:eg.
$mySQLserver = 'localhost'; $mySQLuser = 'my_database_user_name'; $mySQLpassword = 'my_database_password'; $mySQLdefaultdb = 'my_database_name'; $mySQLprefix = 'e107v1_';
In reply to: Importing from Invision 3.4.3 impossibleAll Invision 3.1x, 3.2x, 3.3x and 3.4.x versions should import fine… Remember to make sure you select ‘Invision’ from the dropdown (I still make this mistake quite frequently :P)
Maybe open up your Invision config file
conf_global.php
and confirm your settings:$INFO['sql_host'] = 'localhost'; $INFO['sql_database'] = 'my_db_name'; $INFO['sql_user'] = 'my_db_user'; $INFO['sql_pass'] = 'my_password'; $INFO['sql_tbl_prefix'] = 'iv34_';
Also to note some web hosts will not use ‘localhost’ and use a FQDN instance eg. ‘sql1234.example.com’
In reply to: People deleting/removing tags from threads?(Rather than bumping very old topics I split this into a new topic)
https://codex.bbpress.org/bbpress-user-roles-and-capabilities/
Participants can ‘assign_topic_tags’
Keymasters and Moderators can ‘manage_topic_tags’, ‘edit_topic_tags’, ‘delete_topic_tags’ & ‘assign_topic_tags’.
Are you seeing something different? What user role are you using to test this?
In reply to: import database from e107 Forum cms systemYes π
You can download and install the e107 v1 importer from #2421.
Any testing and feedback you can provide would be very helpful.
In reply to: PLEASE HELP on bbPress styleThis site here bbpress.org uses a customized theme and customized code to achieve the results in the pictures you show above.
I suggest you have a read of some of the tutorials in our docs, much of what you want has been documented in the codex.
Step by step guide to setting up a bbPress forum β Part 1 β Getting it working
Step by step guide to setting up a bbPress forum β Part 2 β Styling bbPress
Step by step guide to setting up a bbPress forum β Part 3 β Changing layout & functionality
Step by step guide to setting up a bbPress forum β Part 4 β Adding Actions
Step by step guide to setting up a bbPress forum β Part 5 β Using filtersIn reply to: I think I found a bug in bbp_topic_subscription_linkThanks Mike, I am one of the bbPress core developers, with some luck I’ll get this fixed within the next few days. At this stage until I dig into all the code properly it is about as clear as mud for myself also.
Either or, glad you have a temp fix for now π
In reply to: error 404 on private forumIn that case, is it possible to hide the βhidden/privateβ forum/topic even under the user profile to all non-logged in user or users with no access to the hidden/private forum/topic?
It ‘should’ be already hidden/private and unable to be seen in a users profile, we have a couple of outstanding issues to fix in this regard that we hope to get fixed for bbPress 2.6.
In reply to: I just installed bbpress forumI suggest you have a read of some of the docs, most of what you are asking about is in the docs.
For example you can use shortcodes and widgets for login and register actions:
https://codex.bbpress.org/shortcodes/ https://codex.bbpress.org/widgets/The majority of bbPress actions including moderation can all be performed in the ‘front end’ and only some specific actions (configuration and settings) are required to be performed in the WordPress dashboard (back-end).
https://codex.bbpress.org/getting-started-with-bbpress/
In reply to: I think I found a bug in bbp_topic_subscription_linkYou are more than likely correct π
Things are a bit funky for forum and topic subscriptions and topic favorites.
This was discussed at great length in the following topic, you might be able to get a temp fix from here until we get it patched for bbPress 2.6.
Is there a way to remove this character "|" next to the subscription link?
The bug/s https://bbpress.trac.wordpress.org/ticket/2581
I also plan on using ‘dashicons’ https://bbpress.trac.wordpress.org/ticket/2582
Ask and you shall rec… Oh wait… This is kind of goals of the bbPress and BuddyPress codex’s, just like WordPress’. Have you seen the new WordPress developer reference that was launched a couple of days ago?
Do you think that will be useful? I presume by your statement you’d like a forum topic associated with each item… Maybe bbPress and BuddyPress will get there own versions of this reference π
In reply to: bbcodeAdd this code to your `themes functions.php file:
add_filter( 'bbp_after_get_the_content_parse_args', 'ntwb_bbp_enable_visual_editor' ); function ntwb_bbp_enable_visual_editor( $args = array() ) { $args['quicktags'] = array( 'buttons' => 'strong,em,block,del,ins,ul,ol,li,code,close' ); return $args; }
I have removed the default
link
andimg
items from the list so they do not show.This has nothing to do with bbPress per se, if you have added Thank you in advance those terms to ‘Comment Moderation’ or ‘Comment Blacklist’ in Settings -> Discussion then you should remove them this also includes if you have the term
van
then because ‘advance’ includes ‘van’ it will be blocked.See this for more details: https://codex.wordpress.org/Combating_Comment_Spam#Comment_Blacklist
In reply to: Importing PHPBB 3.0,12Indeed… Cool… Glad your up and running π
Maybe take a look at the two example methods (Comments 14 & 16) in the bbPress trac ticket:
https://bbpress.trac.wordpress.org/ticket/1792As always patches welcome π
In reply to: Switching language on the flyHow possible is it to make a plugin like the above? Is there a filter or so I can hook into to change the front end language?
I can’t think of a way of the top of my head…
If there is not, is having two wordpress installations, each in a separate language but sharing the same database an option? It is rather cumbersome way to work around this but I am going crazy over this now.
This would be an option, could be done, but a massive amount of work in setup and maintenance.
I haven’t used WPML myself so how it does it’s thing I am not sure of but if it must be a fresh install can you make a backup of your database and site then export posts, pages, forums, topics, replies with the WXR Export then perform a clean install of WordPress, add WPML, then import the WXR data to the fresh install?
In reply to: Mark as readI know that 2 of the 3 plugins you mention should be working fine because I know a couple of sites that currently use them and if they were broken the authors would update them.
I suggest you create a support topic in the plugins support forums and see what feedback and or updates are released.
And this plugin was just released last week as an alternate and/or/substitute
https://wordpress.org/plugins/bbpress-go-to-first-unread-post/In reply to: How can Participants create topicsParticipants can create topics by default:
See the default capabilities here https://codex.bbpress.org/bbpress-user-roles-and-capabilities/
In reply to: error 404 on private forumWe don’t actually want to display a notice, it acknowledges that ‘something’ is actually there when the purpose is not unconditionally not display that content to a user who does not have the capabilities to see it.
In bbPress 2.6 this will change from a 404 to a 403 error though:
In reply to: Switching language on the flyThat plugin would be for the old βstandaloneβ version v1.x of bbPress, you would need to find a plugin that works with bbPress 2.x.
Maybe WPML will work? http://wpml.org/ Quite a few people here use it with bbPress:
https://bbpress.org/forums/topic-tag/wpml/
(Note: You have to ask WPML for the extra bbPress additional plugin to use WPML with bbPress)
On a related note, how is the language options provided in this page? (under the subpages heading)
They are just simple ordinary WordPress pages and the parent page is the page you linked. Both the content and the title of each page is written in the authors ‘native tongue’ there is nothing special behind this, standard WordPress is way cool like this. π
In reply to: bbPress Language Switcher v1.0I’m going to close this in favor of the new topic you created.
In reply to: bbPress Language Switcher v1.0That plugin would be for the old ‘standalone’ version v1.x of bbPress, you would need to find a plugin that works with bbPress 2.x.
Maybe WPML will work? A few people here use it https://bbpress.org/forums/topic-tag/wpml/
Take a look at the ‘activity’ bits and pieces on the BuddyPress codex:
https://codex.buddypress.org/component/activity/
In particular this one https://codex.buddypress.org/plugindev/bp_activity_add-2/
In reply to: bbcodeIf you uncheck the setting as mentioned above:
You will no longer see the ‘BBCode’ buttons: