Search Results for 'bbpress'
-
Search Results
-
Topic: BreadCrumb
Hey guys! I need your help,
actually, im bulding a web site with bbforum in my partage-dexpertise section
(http://localhost/bibliotheque/pour-les-bibliotheques-gouvernementales/partage-dexpertise/)My breadCrumb work fine for all my website so I desactivate BBPress default breadCrumb.
Now when I go to my forum I got this link(http://localhost/bibliotheque/sujet/test/)
so my breadCrumb is(Services de bibliotheque>Sujets>test).But I want something like this (http://localhost/bibliotheque/pour-les-bibliotheques-gouvernementales/partage-dexpertise/sujet/test/).
breadCrumb(Services de bibliotheque>Pour les bibliothèques gouvernementales>Partage d’expertise>Sujets>test)
My question is: Can I change my topic(sujet for me) parent page or something like that.
Thanks a lot fred
Topic: Forum Navigation bar on top?
Somehow I missed, or made an error, but I do not see a navigation bar on top off my bbpress forum.
Only “search” so when I enter a forum, or topic, or place a new topic, the user has no idea where he is.
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