Search Results for 'bbpress'
-
Search Results
-
Topic: Layout/format issues
Hi all,
I’m very new to bbpress forum – had just installed the latest version but am having some layout/format issues with my forum (i.e. no space in between some words)
1) Title of latest topic is appearing in the “Freshness” column (beside the timestamp)
URL: http://www.propertyelite8.com/forum/2) When user click to view the list of topics in this forum, again, title of the latest topic appears at the top of the page (where breadcrumbs are supposed to be)
URL: http://www.propertyelite8.com/forum/forum/ask-propertyelite8/3) No space in between topic title and “ReplyTo” when user click to reply
URL: http://www.propertyelite8.com/forum/topic/career-path/Hope to receive some help from you gurus! Thanks!
Topic: Breadcrumb issue – kinda
I have a breadcrumb plugin, it’s all working quite well other then one thing:
With the bbPress forum it shows my “Forums” slug twice. Both link to the Forums index page, but it’s weird to have it double it’s self. Any ideas? I don’t have this issue with the plugin on anything else.
Using latest of WP and bbP – website is http://www.novasev.com
Topic: User Profiles
I’m trying to figure out a few things – I’ve done a search and read through a couple dozen or so items without much luck.
I’d like to incorporate some more info into the bbPress user profiles – I know I can probably do this using the $curauth params but want to make sure. I also want to make authors/contributors/etc link to the bbPress profiles as well. Is there a quick piece of code I can use to do this within my WordPress theme files?
I have this function to return an author profile page when the name is clicked on:
function new_comment_author_profile_link(){ /* Get the comment author information */ global $comment; $comment_ID = $comment->user_id; $author = get_comment_author( $comment_ID ); $url = get_comment_author_url( $comment_ID ); /* Return the default WordPress comment author link if comment author is not a registered user */ if ($comment_ID == 0){ if ( empty( $url ) || 'http://' == $url ) $return = $author; else $return = "<a href='$url' rel='' class='author-url'>$author</a>"; } else { /* Return the link to the comment author's profile page if otherwise */ $return = '<a href="'.home_url().'/?author='.$comment_ID.'">'.$author.'</a>'; } return $return; }Can I plug in some line/piece of code to direct it to the bbPress profile instead? If so, what piece?
Wordpress & bbPress are latest versions – website is http://www.novasev.com
Appreciate the feedback.Wordpress Version 3.8.1
bbPress version – Version 2.5.3It seems that I got the bbpress import from phpbb to work with all the topics and replies. The problem is that the users are imported wrong so the topics are credited to the wrong user. I went through other forums which said it was a WP United issue but I do not have this installed.
Please help. I see some suggestions of writing a MySQL query which I see are back from 2012 so they are not working for me. Any assistance would be appreciated.
Hi,
I recently installed bbpress on my site and had no issues with it – it worked really well. But I changed my permalinks to %category% for the category base. And suddenly the forums stopped working. I tried copying the short code, and even clicking “view forum” direct from the forum creator, and it keeps coming up as a 404, even though they are clearly visible in the back end.
When I remove the %category% permalink, it returns to normal, but then of course that stops me being able to permalink my categories (which is something I need to do for this site). I have tried un installing and re installing the plugin, but it doesn’t seem to have any effect. Any idea what might be going on, and how to resolve it?
Hi
I have roles setup in wordpress which i would like to display in the forums in place of the bbPress roles.
Or is there a way to create new bbPress roles with the titles I want then have the roles synchronized with wordpress?
eg.
Wordpress –> bbPress
Guest –> Guest
Builder –> Builder
Moderator –> Moderator
Admin –> Admin
Co-Owner –> Co-Owner
Owner –> OwnerEach role has different capabilities but i would like them to show as different roles on the forums as the titles link up to our small gaming server.
WordPress Version: 3.8.1
bbPress Version: 2.5.3-5249
BuddyPress Version: 1.9.2Testing Website: http://bob1nz.com
Topic: Duplicate log
Hello i just install bbpress and when i edit a posts i get duplicate log, look at the image!

How to fix that? Thankshello everybody,
I’m trying to import my phpbb linked to wordpress with wp-united to bbpress.first thing, is that I got some troubles to access to the bbpress menu from the wp-admin panel. (not visible and access denied) to solve this first issue, I had to install “user role editor” wordpress plugin and click on reset, right after. bbpress menu was well present.
After first import I noticed that some topics where started by Anonymous and after that all my topics where written by another user;… I finally understood the fun part.
In phpbb you have from id 3 to 51 robot crawler user…due to that, it’s not syncing well with wp_user…
I will try a manual fix tonight but if anybody already did the manip I’m ready for any extra info. (about attachement, mp,…etc,…)cheers,
Topic: Add attachment
Hello everyone, I’d like to add attachments to my message on my bbpress forum, any type of format possible
Thank you to advance