Published on January 29th, 2015 by TJ
I want to hide external link for visitors and bots in topics and replies.
When user is not logged in it shows an text or image with some restriction message to log in or sign up.
Is there any way to do so? This is very important to me.
Help is highly appreciated. Please!
Published on January 29th, 2015 by crewockeez

i ask theme ? Thank you
Published on January 29th, 2015 by jeremymh
I have made a hidden forum that is closed and hidden with intentions of having my staff only see this forum page itself. Is there a way or a process I need to make a group or send invites to people so they can see this or is it not possible with BBpress? Need some assistance with this asap as I am trying to get my group of writers into this special forum page.
Please advise.
Thanks!
Published on January 28th, 2015 by melanie bund
Hi Have tried to remove the link from username with below code but when i use it, the avatar reappears which i managed to get rid of – is there another workaround?
add_filter(‘bbp_before_get_breadcrumb_parse_args’, ‘mycustom_breadcrumb_options’);
add_filter( ‘bbp_get_author_link’, ‘remove_author_links’, 10, 2);
add_filter( ‘bbp_get_reply_author_link’, ‘remove_author_links’, 10, 2);
add_filter( ‘bbp_get_topic_author_link’, ‘remove_author_links’, 10, 2);
function remove_author_links($author_link, $args) {
$author_link = preg_replace(array(‘{<a[^>]*>}’,'{}’), array(” “), $author_link);
return $author_link;
}
thanks in advance
Melanie
Published on January 28th, 2015 by ClaireM83
Hi,
I’m having an issue with bb slides. On the desktop and at the back end it’s linking correctly but on mobile it links to brick-work.org/bb-slides/linkaddress. It only does this for the first slide, not the others which links correctly.
My wordpress version is 4.1, my bbpress version is 2.5.4 and my website is www.brick-work.org
Thanks in advance for any help!
Claire
Published on January 28th, 2015 by van24
Hi. We are moving our install to a different server, and we need to prevent all new registrations and posts for a few hours while the DNS propagates. Whats the easiest way to do this? Thanks!
Published on January 28th, 2015 by TJ
Hello,
I am tired but couldn’t find a way to stop converting a simple url text into a hyperlink url.
This is where I working >> http://www.punjabi.cc/topics/zikar-lyrics-jagjeet-kooner/
Is there any way I can remove this filter, even the code below returns no desired result.
remove_filter( 'bbp_get_reply_content', 'make_clickable');
remove_filter( 'bbp_get_topic_content', 'make_clickable');
How to remove this?, Please help me guyz…
Published on January 28th, 2015 by Cking
Hi,
I am using Mesocolumn theme as it claims it is bbPress compatible.
I am having issues with the forum category widget. I have defined 4 categories but none appears in the widget.
Also, how do I add first-time bbPress registration to my forum page.
The link to my site is : www.ckingsensors.com/ckingforums/
I am using WP 4.1 and the latest bbPress version.
Any help would greatly be appreciated.
Thanks,
Jay
Published on January 27th, 2015 by nicholmikey
After installing BBPress nothing was working, I could see a list of forums if I went to /forums/ but nothing appeared to create a new forum or post, and no form appeared to enter a reply. I rebuilt the pages using the shortcodes and this worked great, but if I click “Edit” on a reply I get a page with no content.
Here is the code I am using in my main template to make the BBPress items show up:
<?php if (is_bbpress()) : ?>
<section id="content" class="grid-block"><h3 class="page-subtitle"><?php echo $this['config']->get('Subtitle'); ?></h3>
<?php
if(!is_user_logged_in())
{
echo do_shortcode("");
} else {
echo 'bbpress page';
$forum_id = get_the_ID();
if( get_post_type( $forum_id ) == 'page')
{
echo do_shortcode("
");
}
echo do_shortcode("");
echo do_shortcode("");
}
?>
I can’t find a shortcode for the reply edit form. How can I made the reply edit form appear on a page?
Also none of the forms worked until I added this to the functions.php:
add_filter( 'bbp_verify_nonce_request_url', 'my_bbp_verify_nonce_request_url', 999, 1 );
function my_bbp_verify_nonce_request_url( $requested_url )
{
return 'http://localhost:8088/mySite/' . $_SERVER['REQUEST_URI'];
}
I am using a woo-theme with their warp system, I think it does not work well with bbpress.
Please, how can I made the edit form appear? There appears to be no shortcode for that.
Published on January 27th, 2015 by arnie2015
Hi all I have the forum installed but I wish to include widgets to the right of it such as forum lists, latest posts etc
but my forum is the full width of my site, can anybody help me please.
I have no idea of coding or anything please can somebody help me as my forum looks ruubish and plain