Search Results for 'bbpress'
-
Search Results
-
Hi, I have a wordpress page for my company – http://www.honeymoontourkerala.wordpress.com and would like to know how to integrate the same with bbpress? What are the advantages in doing so? As desired, my main webpage is http://www.honeymoontourskerala.com
Please suggest options/advantages.
Thanks JK
Topic: Click Topic – links to reply
Hi
My issue is when a registered user clicks on open forum. all the topics are displayed, but when the user clicks on one of the topics they are taken directly to a reply page – without showing the actual topic.
WP version 4.1
bbPress version 2.5.4
http://www.oregonsungrown.org
you can test with user testor password test123thanks
does anybody out there struggles with the same problem as i?
after migration vom bbpress standalone (1.2) to bbpress WP-Plugin (newest) migrated user can’t login with their given password.
does someone got a solution or a hint?Why do widgets have not enclosing container around them?
Here is the Widgets for recent replies I was expecting a
<div class="bbpress-widget-recent">code</div>or at least a<h1></h1>around the title"Recente Reacties" <ul> <li> <a href="/members/" title="Bekijk profiel" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/b24c3f45ce107cd64af84ff792df90da?d=mm&s=14&r=G" class="avatar user-4-avatar avatar-14 photo" width="14" height="14" alt="Profile photo of user"></a> <a href="/members/" title="Bekijk profiel" class="bbp-author-name" rel="nofollow">User</a> op <a class="bbp-reply-topic-title" href="/onderwerp/link" title="link">link</a> </li> <li> <a href="/members/" title="Bekijk profiel" class="bbp-author-avatar" rel="nofollow"><img src="http://gravatar.com/avatar/b24c3f45ce107cd64af84ff792df90da?d=mm&s=14&r=G" class="avatar user-4-avatar avatar-14 photo" width="14" height="14" alt="Profile photo of user"></a> <a href="/members/" title="Bekijk profiel" class="bbp-author-name" rel="nofollow">User</a> op <a class="bbp-reply-topic-title" href="/onderwerp/link" title="link">link</a> </li> </ul>I’m calling a login form by [bbp-login]
As I understand it’s using a wp-content/plugins/bbpress/templates/default/bbpress/form-user-login.php
I want to rename “Username” label and remove “:”
But my changes don’t appear on site. It seems that [bbp-login] uses a different template?Topic: Sort topics alphabetically
Hi there,
Ive been searching all over for a solution to this problem and have tried extensively myself to solve it, but to no avail. Please if someone could offer some guidance i would really appreciate it.
So on the forum root if one display the topics directly, I would need the option allow the user to sort the topics alphabetically or by date. Perhaps this should be considered a default feature in bbpress?
Anyways, I realise that the ‘bbp_has_topics’ function in includes>topics>template.php needs to be hooked into and changed, but how to do that I dont know.
Any support would be greatly appreciated.
Topic: Topic Visibility
Good evening everyone.
I have been trying to figure out how to add a action to add to my bbpress instance.
For the form_topic.php file. I would like to add an section that allows any to choose the visibility of the topic. i.e.; Public, Hidden.
I would also like to add an action to user_topics_created.php which allows the user to view both public and hidden topics which they created.
Currently I have it set up for the two sections to show hidden or private topics. though I am at a lose when it comes to choosing the visibility and showing topics started by visibilityI was trying to change the CSS file to make the font more readable on my forums. I messed up the file and lost my original. Could someone post some code I could copy that is either the original bbpress.css file or one modified to have good readable font? Thanks for any help
Topic: edit profile in menu link
Hi guys, so ive followed this function from the bbpress codex webpage…
// Filter wp_nav_menu() to add profile link
add_filter( ‘wp_nav_menu_items’, ‘my_nav_menu_profile_link’ );
function my_nav_menu_profile_link($menu) {
if (!is_user_logged_in())
return $menu;
else
$current_user = wp_get_current_user();
$user=$current_user->display_name;
$profilelink = ‘- Edit Profile
‘;
$menu = $menu . $profilelink;
return $menu;
}Its working great. the problem im having though is if the user has a space in their name it will produce a invalid link.. for example
if the users name was Adam John
the link will be http://www.example/forum/users/adam john/ and it wont work..
any ideas? thank you in advance!
Hi, I’m trying to import a Vanilla forum db into my new BBPress install (2.5.4 on WP 4.0.1) and it silently hangs during the conversion of topics.
I’ve debugged the code and I suspect it’s getting stuck when it tries to parse the HTML into BBPress. Is this a known issue at all? Is there something I can do to prep the incoming data perhaps?
I’m open to hacking the core of the importer here, I only need to get it working once.
TL;DR How do I make the forum open so everyone can read an view topics without being logged in?

Im developing a forum with BBpress, but im having trouble viewing topic when im not logged in. I develop with two browsers open one logged in to the wp-admin and one for viewing without being logged in and I can view everything except when I go in to a topic to view the comments. How can I make the forum open for everyone to view, but only logged in users can comment?
Topic: First Reply layout problem
Fresh install of the latest bbpress and wordpress 4.1 – theme powermag 1.8.0
When someone posts, the first post layout is fine. Any reply after though, the avatar and name is at the bottom of the screen?
http://www.wisbechtownfc.co.uk/forums/topic/wednesday-at-histon/
I checked it with live preview on twentyfifteen and its fine, perhaps I can override the them of just the forum ?
any help would be appreciated
Okay, I broke it.
I imported a phpbb forum into bbpress. Nice. We had a number of older threads with a post at the beginning and a bunch of replies. I used a conversion tool to convert the topics to posts — so the initial topic of each thread is now converted to a post.
For this site, this was powerful good. Magic. Yay…
Except that now the users wonder what happened to all of those replies. We’re using a plugin that uses bbpress to integrate the comments on the posts…so, now having their cake, they want to eat it, too.
I can see in the back end that the replies are still all there. I’ve picked at a couple and moved and merged and fiddled and got them where I wanted them. Generated a mismatch warning at one point, but it all connected back up.
But the process is insanely slow.
I used the auto-create to create new topics in the forum for each of the posts (converted topics). So each of the ones I converted to a post now HAS a master topic in the forum, but the replies aren’t attached.
They aren’t visible on the front end, either.
In retrospect, this was pretty stupid. Looking at about 800 replies. My current workflow takes me around 15 minutes to reattach one. Not going to happen.
Thoughts?
About one week ago, my bbPress forum stopped working. I get a 404 when trying to access the root folder of the forum. When I try to follow links to topics, they do work. But replying or navigating to the root via links does not work.
I have bbPress 2.5.4 and WordPress 4.1
How do I trouble shoot this?