Skip to:
Content
Pages
Categories
Search
Top
Bottom

strange 404 issue

Published on December 28th, 2017 by andrew55

My error logs are showing lots of 404 errors such as:

https://www.lifeleap.org/community/blog/Fiona/re_imperatives_to_the_unconscious_r-31_sid-e6e1b1c30a3f428fa42546e2f4a819a4.html

It’s strange, because I’m not even using the “blog” slug in forum settings, or anywhere else on site (at least that I can remember).

All links in site seem to work good. I just keep getting dozens of these 404 errors a day.

Any ideas on what might be causing this issue or suggestions on what I can do to get this fixed?

Thanks for any help.

Size of box for listing sub forums

Published on December 26th, 2017 by isuzu

HI guys i need help with this i cant make it to autoresize box with list forums

View post on imgur.com

Argghh.. I can’t turn off the indent

Published on December 24th, 2017 by Audiomonk

I’ve looked in here, I’ve looked on the net. I tried all suggestions for CSS, and the threading is disabled in the settings. Yet the replies on the forum are indented.

Link vs. Add

It looks horrible, please how do I turn it off. I use the Sydney theme.

Create New Topic Disappeared on my Forum

Published on December 24th, 2017 by drphilip002

I installed bbPress on the Besocial theme but I am finding it difficult to locate “Create New Topic” on the Forum page.

I can only see Topics Started, Replies Created, Favorites, and Subscriptions but could not find “Create New Topic” on the Forum page. I need a help on this.

After successfully registered – Redirect to ” X ” page – MULTILINGUAL

Published on December 23rd, 2017 by dobosalina

Hello,

I have a issue, I want to have a code who works like this:

If user registered on English version – redirect to custom English registered successfully page
If user registered on French version – redirect to custom French registered successfully page

So far I have made this below:

function bp_redirect($user)
$redirect_url = “”;

if (defined(‘ICL_LANGUAGE_CODE’)) {
switch (ICL_LANGUAGE_CODE) {

case ‘fr’:
$redirect_url = “https://mysite.com/fr/enregistrement-avec-succes/”;
break;

default:
$redirect_url = ‘https://mysite.com/registration-successful/”‘;
break;

}
bp_core_redirect($redirect_url);
}
return $redirect_url;
}
add_action(‘bp_core_signup_user’, ‘bp_redirect’, 100, 1);

Unfortunately it is not working and I do not know what do do more to make it work.
Language plugin is WPML the language pages are www.mysite.com/fr , www.mysite.com/es etc,

Please help me, I really need this script to be working.

Thank you so much

My content box textarea not have widgets.

Published on December 23rd, 2017 by finerdev

help me pls.

picture
Picture

I want the content box to have widgets.

I need to fix it.

BBpress index and iframe

Published on December 23rd, 2017 by patobaresi

Hi. I am willing to insert a bbpress forum in my wordpress themed site, i’m also using Divi as builder interface.
The page in which i want to add the forum is http://www.doomtrooper.it/forum
The home page of the forum is fine, but the problem is : when i click on any of the forum links, the site opens up a new “template” page, in which there is obviously no background, no image, no personalisation, etc…
How can i force bbpress to open up links in the same page? i mean…something like iframe or whatever…i need to “embed” all the forum in the http://www.doomtrooper.it/forum page in order to maintain styles.
I’m asking for the easiest/better solution.
Thanks.

CODE Tags Feature Request

Published on December 23rd, 2017 by posemotion

The use of actual [code][/code] tags that everyone is familiar with. Smaller font or font size option for the code tags. Word wrap for the code tags.

Thanks!

I made a plugin that prints the url of the user’s profile page.

Published on December 22nd, 2017 by tylertervooren

I’ll start by saying I have no idea what I’m doing and I can barely write php better than a toddler.

I noticed that people have been asking for this (or something very similar to this) for years and it still isn’t part of core and no one’s written a plugin for it. I needed to figure it out on my own, so thought I’d finally make an attempt to contribute back to a platform that has given me so much.

bbPress Profile Link Shortcode

It doesn’t do anything fancy, but it does what it says. Hope you find it helpful!

Forum Width and Hide Menu

Published on December 21st, 2017 by posemotion

I have tried a lot of options for maximizing the forum width and trying to hide my side menu. None work except for using the “Full Width Page” option but that only hides the side menu on the forums main page. Sub-forums will still display the menu.

I’m using the 2014 theme. Any help would be great. Thanks!

Forum

Skip to toolbar