Forum Replies Created
-
Ive taken a look at the template.php file to see what id need to implement into my current functions.php breadcrumbs class but im slightly confused.
From my code above it looks like:
$output = '<li><a href="'.get_permalink($ancestor).'" title="'.get_the_title($ancestor).'">'.get_the_title($ancestor).'</a></li> <li class="separator">/</li>'.$output;
is only outputting a maximum of 3 ancestors. Is that correct?Php really is not my strong point.
In reply to: changing the message on bbp_topic_pagination_countdone – thank you 🙂
Hi Rob,
Thanks for your reply.
the only line I had to comment out was :
add_filter( ‘bbp_get_reply_author_link’, ‘stripslashes’ );
Ill send an email over shortly – its been tricky working out what could be causing it.
Thank you
thanks Rob, ill take a look at it now
In reply to: How do I extract a topic/reply excerpt?Ah, i used echo bbp_get_topic_excerpt( $topic_id, $length ); and it works fine.
Thank you 🙂
In reply to: How do I extract a topic/reply excerpt?Thanks for the reply Robkk, i just tried using that but its not displaying anything at all.
I wanted to show an excerpt from the forum post on the topic page.
<?php bbp_topic_excerpt ?> just doesnt output anything. Its completely blank
In reply to: How do I extract a topic/reply excerpt?none of the links provided work. Can anyone re-supply the excerpt information for loop-single-topic please?
I have tried replacing that, but there’s still no joy at all.
The user profile link is still broken due to the space being stripped between the first and last name.
So https://hub.hiddenurl.co.uk/forums/users/johncroft/ – 404 error
https://hub.hiddenurl.co.uk/forums/users/john%20croft/ works fine. Is there a way to FORCE a space between the first and last name without hacking core code?Any help would be really appreciated. many of our users are getting frustrated by this problem & we are receiving support emails because of it.
Thank you 🙂
In reply to: Email notification replies and subscribe to forumI am using wp-mail-smtp & the test email works fine by the way. Any suggestions to why it does not work for BBPress?
Thanks
bump
bump
In reply to: user profile link giving a 404 errorthe site was deployed last week & neither ways worked. The URL for the profile pages even on the live site points to the incorrect URL.
The URL Should display (Space between first and last name):
http://www.website.com/forums/users/firstname lastname
Instead it displays:
http://www.website.com/forums/users/firstnamelastname
If there is no space the URL is incorrect. I no have users on my forum complaining of the issue.
What is the best way to fix this?
In reply to: user profile link giving a 404 errorI changed bb_author_link to bbp_get_bbp_author_link and it seems to work fine. Not sure that this is a very good method to fix this problem but it seems to work for now.
In reply to: user profile link giving a 404 errorI’ve figured it out the problem now, the URL is removing the space from in between the first name and surname so instead of being:
http://MYURL.co.uk/forums/users/Stephen%20Wright/
Its becoming:
http://MYURL.co.uk/forums/users/StephenWright/
Im not sure how to fix it though, ive had a look at the function its calling in the loop-single-forum.php file & it seems to be:
<?php bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'size' => 14 ) ); ?>
In reply to: user profile link giving a 404 errorim using IIS on a virtual machine & i’ve changed my config file to point to that specific URL as theres already a live site on that domain.
In reply to: user profile link giving a 404 errorYeah, I get the full url link which is:
http://MYURL.co.uk/forums/users/StephenWright/In reply to: user profile link giving a 404 errorits on my virtual machine so its a bit diffucult.
Basically this user profiles page such as yourself: https://bbpress.org/forums/profile/robin-w/
Comes up with a 404 page not found error.
In reply to: ERROR: Are you sure you wanted to do that?I have the exact same issue. Its really annoying. Did you manage to fix the problem?