Skip to:
Content
Pages
Categories
Search
Top
Bottom

Export images in forum

Published on October 28th, 2019 by whosies

I have the plugin allowing for media uploads. When exporting the forum, will it pull the images that are uploaded to the forum as well?
How would I be able to export those if not included in the export forum option?

Mass editing of topics does not work

Published on October 28th, 2019 by Danishsard

Hello, Mass edition of topics does not work. In the administration panel, when I select several topics and choose the option educate massively, nothing happens.

My side: https://infomiasto.eu/forum

Migrating from phpBB

Published on October 28th, 2019 by tomijolkkonen

Ok yes, starting with I’m completely new to this and I need to redesign my Father in laws, forum website. This would be my first time doing this and he said that there is no hurry as he heard from my wife that I know how to code but the thing is I’m only at the basics of C# so not sure if any use here but on to the point.

So he is not able to connect to the old website host site because I dont think it really exists anymore and/or was transferred to another host service. But he has a backup from the old database that used phpBB and he is not really willing to part with everything that was stored in that forum as it contains over 10 years of garthered info on the matter which is central to the forum. So I don’t feel that copying every post would be really a good way as there are around 200k posts on it.
So I have a wordpress site setup with BBpress and have the basics and the serviceprovider has the database on phpmyadmin. I’m looking to use the backup to somehow have the posts etc showup without messing with the actual site but im ok even if it wipes the new design.

I have tried using bbPress import tool but to no avail. I have not found any info considering this. So the old site is still active but I have no access to the old database but I have the old backup. The import tool did not make much sense to me but I tried.For example I am not sure do I use the root name when typing in the database name in the import tool so I have tried to look for a deeper explanation.Also I dont know how the old posts would show up in bbPress.

Show username instead of full name / display name

Published on October 28th, 2019 by thomaslindvig

I want my users in the forum to appear semi-anonymously, so they only appear with their usernames, not their real names (full name / display name), how do I change that? I don’t mind coding snippets.

Tantraforum.dk forside


WP 5.2.4
bbpress 2.5.14
theme Spacious by themegrill 1.6.6

Redirection after registration

Published on October 27th, 2019 by Chuckie

So we have the login/register widget.

– User clicks Register
– It then shows the custom Register page
– Fill in details

When a user clicks the “Register” button it then takes you to the default wordpress login page with a small message in the middle saying the registration is complete and to check email.

This is confusing to the user and provides an inconsistent experience. Is it possible in any way to either redirect them to another custom page with the “results” or display it on our page own register page?

Posts with 3 or more links

Published on October 26th, 2019 by Chuckie

In your notes above it states:

“Posts with 3 or more links will be manually approved by our forum moderators.”

In my WordPress site my settings are also to a max of 2.

I created a topic with 3 links but the post did not go to moderation. Is this because I am an admin and the moderation does not apply?

ID for Register Button

Published on October 25th, 2019 by Chuckie

On the login widget it has a register button. But it has no ID, so I had no choice but to use .user-submit like this:

/* Main buttons */
#bbp_user_edit_submit,
#bbp_topic_submit,
#bbp_reply_submit, #bbp_topic_content-tmce,
#bbp_topic_content-html,
#bbp_reply_content-tmce,
#bbp_reply_content-html,
#bbp_search_submit,
.user-submit {
	text-shadow: none;
	font-style: normal;
	background: #d35438 !important;
	color: #000 !important;
  text-align: center;
  border-radius: 4px;
	-moz-border-radius:4px;
  -webkit-border-radius:4px;
	border: white 1px solid;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* Main buttons - hover */
#bbp_user_edit_submit:hover, #bbp_topic_submit:hover, #bbp_reply_submit:hover,
#bbp_topic_content-tmce:hover,
#bbp_topic_content-html:hover,
#bbp_reply_content-tmce:hover,
#bbp_reply_content-html:hover,
#bbp_search_submit:hover,
.user-submit:hover {
	color: #fff !important;
  -moz-box-shadow: inset 0 0 20px #000 !important;
  -webkit-box-shadow: inset 0 0 20px #000 !important;
  box-shadow: inset 0 0 20px #000 !important;
}

It would be nice for consistency that this button have an official ID along with any other buttons missing the ID.

Whose online / forum stats

Published on October 25th, 2019 by Chuckie

There are lots of discussions about this.

Pretty much all plugins are three versions of wp out of date. I don’t know which are stable to use. Since they are exposing source code I wonder if they can be updated?

Or is there a known up to date way to do this?

Opening Subscriber’s profile editor from toolbar

Published on October 25th, 2019 by madflute

Hi, After a Subscriber role logged in using bbP Login Widget, the user name links to /forums/users/{username} where the Subscriber can edit their profile as well as uploading their avatar.

I need this link from the toolbar under the User Name as well as the Dashboard link (and most importantly I need to disable the canned WP profile page because it is very misleading, especially it suggests you can edit your profile but you can’t).

Is this possible? Hope this is the right place to ask this question. Thank you in advance.

HTTP 500 trying to access Replies in WP-Admin

Published on October 25th, 2019 by molokini

Hello,

We can’t access the replies section in bbPress in the WP Admin. We get a HTTP 500 error.

I can see these errors in the debug.log:

[25-Oct-2019 15:41:03 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/amps/public_html/wp-includes/plugin.php on line 201
[25-Oct-2019 15:41:03 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 671744 bytes) in /home/amps/public_html/wp-includes/functions.php on line 4344

The site memory is set to 512MB.

A few other posts said this was due to bbPress Private Groups but we have disabled that and still cant’ view Replies in WP Admin.

We can see the replies perfectly on the front end.

Any ideas?

There are no other messages in debug.log

Thanks,
Vicky

Skip to toolbar