Skip to:
Content
Pages
Categories
Search
Top
Bottom

user redirection issue

Published on November 16th, 2014 by webUI1

My domain is:
forum.mydomain.com

I have set an static page as Front Page Displays with following short-codes:

Some Welcome text….


Viewing 25 topics - 25,701 through 25,725 (of 27,135 total)

Also I have set an URL to restrict users to redirect if they are not logged in (Under plugin: bbP Members Only).

Now I am facing following issue:
1. If someone visits forum.mydomain.com first time by entering the URL: forum.mydomain.com, yet they are not redirected to page specified under plugin bbP Members Only
Infect they get following info:

Some Welcome text….
You do not have permission to view this.
You do not have permission to view this.

So they should have redirected to page specified under plugin bbP Members Only. Although if I click on sidebar forums list then they are redirected.

This can be solved out by:
Either redirect to page specified.
Or, this text “You do not have permission to view this.” must display only once.

Please help guys to fix me.

Thanks.

Activate page

Published on November 15th, 2014 by tmc5005

How can I get the activation information on an activate page. For a registration page if I put

but when I use [bbp-activate] no activation information comes onto the page
Thank you

changed Multisite to single – loosed bbpress settings and tools

Published on November 15th, 2014 by fractalmask

Removed multisite and converted to single

bbpress tools shows

You do not have sufficient permissions to access this page.

may be issues in roles ? because multisite sets admin user as super-admin ?

Masked domain troubles

Published on November 14th, 2014 by evilhare

Okay, let’s see if I can explain this issue.

If I have a domain, riftchurch.org. I point it to an existing website, restorationgroup.org

I have bbpress installed on restorationgroup.org, and so anyone going to riftchurch.org can see the forum. However, when they click login or register, it does nothing. It only works if they go directly to restorationgorup.org

Is there some way to address this issue?

Count number of unique people who comment

Published on November 14th, 2014 by AnneMarie

Do you know how to count the number of unique people who comment per day/week/month?

Is there a plug-in that will do that?

Or code I can use?

How to chance profile link?

Published on November 14th, 2014 by durqrimast

Hi, sorry for my bad english. Let me try to tell my problem.

I’m useing bbpress and userpro. In forum when you click someones or your little profile pic. U go to his/her profile setting.

ın my website: http://www.sosyalperde.com/forum/kullanici/admin/

but i want it to go to userpro plug-ins page: http://www.sosyalperde.com/profile-2/admin/

Any idea how can i do it?

Truncated usernames

Published on November 14th, 2014 by bcrider

Hello,

I’m using WordPress 4.0 running the Valeni Theme.

In my bbpress forum on the topic pages, usernames longer than 12 characters are being truncated.

See example:

Is there any way to prevent this?

Thanks!

Show which board has new post

Published on November 14th, 2014 by colinsp

On my site I have several boards in each Forum. Is there a way of showing which of the boards have the latest post? Or alternatively is there an option to show unread posts?

WordPress 4.0, bbPress 2.5.4. The forums are not available to view as they are member only.

What I want is some indication of which board the red circled item refers to in the attached image.

https://www.flickr.com/photos/7515926@N08/15602098719

register not sent e-mail

Published on November 14th, 2014 by authorarticle

I used wordpress 4.0 and bbpress 2.54
I try to register to my site but e-mail not sent anything.
I ‘ve tried to over and over again.
but same result.
Please help me .
How can i solution this problem.
Thanks

No sidebar in the root of the forum!

Published on November 14th, 2014 by chrischros34

Hi everyone, I need help, so I am appealing to the community.
I spent many hours trying to fix this display, but I can not.
Version of WordPress: 4.0
Version of bbpress: 2.5.4
Template: WP-Critique

I can not be specific to the forum sidebar to the racine, but I have elsewhere (subjects, answers …).
Here is my forum http://www.googland.fr/forums/
I carefully followed the help provided on https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ (part 8), I have certainly misunderstood.

I created my bbpress.php based on page.php, here is the code.

<?php get_header(); ?>

	<?php global $wp_query; $postid = $wp_query->post->ID; ?>

	<div id="page" class="clearfix">

		<div id="contentleft">

			<?php if ( get_post_meta( $postid, 'post_featcontent', true ) == "Narrow Width Featured Content Slider" ) { ?>
				<?php include (TEMPLATEPATH . '/featured-narrow.php'); ?>
			<?php } ?>

			<?php if ( get_post_meta( $postid, 'post_featgalleries', true ) == "Yes" ) { ?>
				<?php include (TEMPLATEPATH . '/featured-galleries.php'); ?>
			<?php } ?>

			<div id="content" class="maincontent">

				<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?>

				<?php include (TEMPLATEPATH . '/banner468.php'); ?>

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

				<div class="post clearfix" id="post-main-<?php the_ID(); ?>">

					<div class="entry">

						<h1 class="page-title"><?php the_title(); ?></h1>

						<?php if ( get_post_meta( $post->ID, 'video_embed', true ) ) { ?>
							<div class="single-video">
								<?php echo get_post_meta( $post->ID, 'video_embed', true ); ?>
							</div>
						<?php } ?>

						<?php the_content(); ?>

						<div style="clear:both;"></div>

						<?php wp_link_pages(); ?>

					</div>

				</div>

<?php endwhile; endif; ?>
				
			</div>

			<?php include (TEMPLATEPATH . '/sidebar-narrow.php'); ?>

		</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>

Can anyone tell me how to edit the file and what I have to put into it.
I would be very grateful for help.
Thank you

Skip to toolbar