Skip to:
Content
Pages
Categories
Search
Top
Bottom

Advice for a forum with clickable map.

Published on February 24th, 2015 by MastodontMedia

Looking to build a forum where the user, after registration, is displayed on a map with a clickable marker that leads to that users profile.

Any suggestions are welcome as to what theme/ plugin etc to use.

Error after click at Backend -> Replies -> All Replies

Published on February 24th, 2015 by bandormen

I’ve added my first Topic with four Replies.
Till today there are no more entries.

Right now I get an Internal Server Error if I click at
Backend -> Replies
or
Backend -> Replies -> All Replies

The browser displays the following URL:
http://www.domainname.de/wp-admin/edit.php?post_type=reply

All replies are shown at the frontend of the website and
I am able to edit the replies by using the edit-button at the frontend.

Only the backend is not able to list all replies entries.

Could someone help?

Thx
Normen

Assign moderator to be forum owner

Published on February 24th, 2015 by mhaddock

I am keymaster. I have made the parent forum, sub-forum and topics. I now want to assign these to a moderator so that she can edit them, rather than having to give her permission to edit all users’ forums. There appears to be no way to do this, no way to change the creator.

I’ve downloaded the bbp-capabilities plugin, but this does not help as she is not listed as being the creator of anything.

This seems like quite an important facility missing, as I don’t want to have to re-create all forums etc. when a member of staff leaves or changes role.

I’ve searched for an answer to this but cannot find one. Thank you for all your help in advance.

Keep users from /wp-admin

Published on February 24th, 2015 by mvaneijgen

I use in my sidebar but when you type in your password or username wrong it redirects you to /wp-admin

How could I keep that from happing or redirect them to a different page?

Restrict Acces to Forum Topics

Published on February 24th, 2015 by iop789

Hello, I need to restrict acces to people who are not registered on my site so they can see the forums and the topics within them but when they click on a topic it says “You must register to see this page”

How do I do that? Thanks

HELP!

Published on February 24th, 2015 by Seo45

Hello everyone. I’m freaking out right now. I just added this code to my functions.php:

add_post_type_support(‘forum’, array(‘thumbnail’));

function ks_forum_icons() {
if ( ‘forum’ == get_post_type() ) {
global $post;
if ( has_post_thumbnail($post->ID) )
echo get_the_post_thumbnail($post->ID,’thumbnail’,array(‘class’ => ‘alignleft forum-icon’));
}
}
add_action(‘bbp_theme_before_forum_title’,’ks_forum_icons’);

It was supposed to allow me to add a featured image to forums and it would act as a icon to the left of it. The problem is that when I added a featured image, it screwed everything up. I’ve taken the image off and deleted the code and it’s still all messed up. If you have any clue, please help!

Here is the site: evrgaming.com

Forum Page ID's

Published on February 24th, 2015 by Alice Kaye

Hi there!

I’m trying to find some page ID’s and I’m not sure how to go about doing it with bbPress or BuddyPress as the way these mods work, they’re unusual. The reason I’m looking for this, is to modify the background per specific page. I’m running a guild with two different games and modifying the backgrounds per game categories individually.

So I’m trying to get the Group page ID’s and Forum Page ID’s. Does anyone know how I can accomplish this, or if it’s even possible at all?

Example Forum: http://www.heartwoodgaming.com/forums/forum/bulletin-board/ <- It’s certain to have some sort of ID, right?

Thanks for any help you can provide! It’s very appreciated. 🙂

Need to Fix Forum User Name Spilling into Post

Published on February 23rd, 2015 by wombatnaturals.com

Hi I need to fix this issue.

It’s happening on Firefox and Internet Explorer, but on Chrome the text wraps just fine.

404 error for non logged in users for Private forum homepage

Published on February 23rd, 2015 by latortuga

Hi,

I’ve read through a lot of other similar support questions as this, but haven’t found an answer. When a non logged in user clicks on the menu link for the forum on our site, “404 page not found error” is thrown. I can not figure out how to get it to show the wordpress page that has text to tell the user to login or register to view the forum.

bbPress version: 2.5.4
WordPress version: 4.1.1
using Weaver Xtreme theme
http://sirenspaddlingclub.org/wp/
“SirensBB” is the forum

Any help would be much appreciated!!

wordpress and bbpress registration confusion

Published on February 23rd, 2015 by gabstero

Hi gang!

Are wordpress and bbpress registrations two separate things?
If yes, how can I have one single logins for both?

thanks
G

Skip to toolbar