Skip to:
Content
Pages
Categories
Search
Top
Bottom

Click Topic – links to reply

Published on January 16th, 2015 by Radiantmoment

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
www.oregonsungrown.org
you can test with user testor password test123

thanks

Is it possible to see how many people have viewed a video on a website ?

Published on January 16th, 2015 by lynnham

My client would like to be able to know how many times her media videos are getting viewed on her site. Is there a way to add viewing statistics to a video similar to the way youtube has their videos set up?

problem with migrated users to bbpress

Published on January 16th, 2015 by clocky

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?

BBpress widgets no class or container

Published on January 16th, 2015 by mvaneijgen

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="https://secure.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>&nbsp;<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="https://secure.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>&nbsp;<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>

how to change template (bbp-login)

Published on January 16th, 2015 by olesolo

I’m calling a login form by
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 uses a different template?

Sort topics alphabetically

Published on January 16th, 2015 by sha77ered

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 Visibility

Published on January 15th, 2015 by eVersatile

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 visibility

Lost password page not redirecting

Published on January 15th, 2015 by van24

Hi everyone,

When someone fill out the password reset form on BBP forum and hits submit, the page just refreshes. Shouldn’t it be displaying something like “A password reset link has been sent to your email”? Or redirecting to another page? Instead, it looks like the form just hasn’t worked.

The good news is that the password reset email is actually being sent correctly. But a regular user is just going to think that the form hasn’t worked.

I have the login, register and password reset pages set up. Any suggestions why this is happening?

Cheers
V

Original CSS file or Modified

Published on January 15th, 2015 by jkohler344

I 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

edit profile in menu link

Published on January 15th, 2015 by pahroblem

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 www.example/forum/users/adam john/ and it wont work..

    any ideas? thank you in advance!

    Skip to toolbar