Skip to:
Content
Pages
Categories
Search
Top
Bottom

Looking for BBpress expert to skype with

Published on November 8th, 2016 by Thomas_k

Hello everyone,

I have a lot BBpress related questions that i can’t find a good answer to. Is there someone that has some good experience in customizing and setting up BBpress who has Skype and is willing to help me trough Skype?

The answers i am looking for are related to these subjects.

*When user account is created, user logs in but when button log in is clicked, page refreshes and doesn’t show logged in account information. The same screen as when not logged in.

*When the user finally gets logged in there is a wordpress menu on top, how to delete this? (atleast on mobile we’ve seen it)

*We want a different page for the user that already has an account or for the new users that aren’t already logged in (forum page).

*BBpress sidebar is not showing up, tried many different things. Adding code manually, installed plugins etc. Only the main theme sidebar is showing.

*Breadcrumb path is displaying forums twice. We did some php code to hide the homepage but don’t know how to hide these double words.

Help would be really appreciated. If there is no way around i am willing to pay a small fee.

Thomas

bbPress installation not working?

Published on November 8th, 2016 by celal71

Hello,
Check over here my yucky bbPress. There must be something wrong with my bbpress installation:

ekliyo

help me..!

bbpress with UserPro

Published on November 8th, 2016 by numoa

WordPress 4.6.1 running Avada theme, bbPress 2.5.10, and Userpro plugin

Using bbPress forum with UserPro plugin to manage users. You need to be logged in to view forum so “Restricted Content / Members Only You cannot view this content because It is available to members only. Please Login or Register to view this area” message appears when you click on forum when not signed in. After clicking on Login, I sign in and the forum appears, but it still has the same Restricted Content message above the forum. The support team at UserPro said “Can you please try contacting to bbPress and ask them about how the private groups and forums are created in their plugin, as they will be the best to understand the structure and functionalities of the plugin.”
Site is www.numoa.com
Thanks for your help.

Migrating forum from ning to bbpress

Published on November 8th, 2016 by n0mad

Hi Guys,

I’m new here and currently I’ve stumbled upon an issue while migrating from ning platform to buddypress.

1) In ning forum one can reply directly to a message posted in a specific topic.
A: Hi
B: Hi
Rather than
A: Hi
B: Hi

as a separate message below. The issue is that if there’s a lot of people engaged it might be hard to reply to a specific message on the forum.

How can I achieve this functionality on bbpress, I’ve looked around for plugins and I wouldn’t like to mess with core files to do the import properly.

Best,

Marcin

add link to email notification

Published on November 8th, 2016 by henryada

Hi,
how do i add the following link to an email notification from bbpress:
Unsubscribe here

Menu hover styling and adjusting width of webpage

Published on November 8th, 2016 by oris6791

I have tried so many codes on my child theme css to add custom codes. I can’t seem to get it done.

my website is: theceoafrica.com
theme: tdMacro theme

Can anyone PLEASE help me figure out how to:

1. To remove the blue link colour after mouse click on each menu item
2. To add a white border on current/active menu item
3. Please i also need to adjust the width of my website. It doesn’t fit into the window.

I would really appreciate your help. Thank You.

Roles and limits

Published on November 8th, 2016 by timelessdice

Dear forum/support,

I haven’t used this amazing looking plugin yet but I’ve got a couple of questions that I couldn’t find.

Is it possible to create/edit roles?
For example:
The forum that I want to create is for a gaming community where we use the following roles:
Founder, Adviser, Staff Member, Game Administrator, Moderator, Community Manager, VIP, Long term Member and Member.

Second question I have is, is it possible to limit the access to several forum sections?
For example:
I want to have sections for several games such as:
Rainbow six siege > (sub sections) General, Competitive and Looking for group.
I also want to create Moderator+ only sections such as:
Staff discussions > (sub sections) Members, Games, Bans/Unbans and Rules.
This sections needs to be only accessable for the roles: Moderator, Game Administrator, Staff Member, Adviser and the Founder.

I’m looking forward to the replies.

Regards,

Timeless Dice

Private Forums issue

Published on November 7th, 2016 by wafadul

by default, Private Forums and topics can be viewed by logged in users. Hidden Forums and topics are only for Admins.

but in my forum, Private Forums and topics can only be seen by admins. when a user enters a private forum, he/she can’t see the topics.

what’s with this behaviour? is this a bug? this is a very basic feature how come it’s not functioning properly?

i have the latest versions of wordpress and bbpress, and have tried it with the default themes.

site –> http://hoops.ph

Forum user profile picture layout/size formatting issue.

Published on November 7th, 2016 by harryjellicoe

Hi Everyone,

Any help with this would be much appreciated.

My forum seems to be blowing up some users profile pictures’ and not designating a specific thumbnail size.


Does anyone know any fixes?

I am running the Classiera theme. Could this be a theme issue? If so any fixes or pointers would be a real help.

Thanks,

Harry

Message for user when no password or username is filled in

Published on November 7th, 2016 by Thomas_k

Hi guys,

I made a redirect php code the the main forum page but i want to display a custom message for each action that is made. So i the user doesn’t enter a password or a username i want to display a message like, you did enter the wrong password or username, please try again.

How do i add this in the php code?

This is the php code i got from the internet for redirecting to the forum page if…. .

add_filter( ‘login_redirect’, ‘login_redirect’, 10, 3 );

add_action(‘login_redirect’, ‘redirect_login’, 10, 3);
function redirect_login($redirect_to, $url, $user) {
if($user->errors[’empty_password’]){
wp_redirect(get_bloginfo(‘url’).’/forum/’);
}
else if($user->errors[’empty_username’]){
wp_redirect(get_bloginfo(‘url’).’/forum/’);
}
else if($user->errors[‘invalid_username’]){
wp_redirect(get_bloginfo(‘url’).’/forum/’);
}
else if($user->errors[‘incorrect_password’]){
wp_redirect(get_bloginfo(‘url’).’/forum/’);
}
else{
wp_redirect(get_bloginfo(‘url’).’/forum/’);
$a = “Hello “;
}
exit;
}

Thanks in advance,

Jottem15

Skip to toolbar