Search Results for '\"wordpress\"'
-
Search Results
-
Hi there,
I’m using: wordpress version 3.9.2–de_DE
bbpress version 2.5.4The site I need help with is: http://darjinan.com/forum/
I deleted the sidebar by copying page.php and renaming it to bbpress.php. But I can’t figure out how to center my forum. Here’s the code:
<?php /** * Theme Page Section for our theme. * * @package ThemeGrill * @subpackage Accelerate * @since Accelerate 1.0 */ ?> <?php get_header(); ?> <?php do_action( 'accelerate_before_body_content' ); ?> <div id="primary"> <div id="content" class="clearfix"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php do_action( 'accelerate_before_comments_template' ); // If comments are open or we have at least one comment, load up the comment template if ( comments_open() || '0' != get_comments_number() ) comments_template(); do_action ( 'accelerate_after_comments_template' ); ?> <?php endwhile; ?> </div><!-- #content --> </div><!-- #primary --> <?php /*accelerate_sidebar_select();*/ ?> <?php do_action( 'accelerate_after_body_content' ); ?> <?php get_footer(); ?>Can someone please help me? I’m a complete newbie to html and css.
Thank you.Topic: BBpress plugin won't work
I downloaded and activated the plugin but I don’t see it anywhere – nothing new under the dashboard, settings, etc.
BBpress version: 2.5.4
Wordpress version: 3.9.2
theme: Parallex by Cyberchimps.link to site: http://dragoninquisition.com/
Hello everyone,
I would like to know if and how I can assign a default role in bbpress for users who registered. I have my forums set up that people who are not registered at all cant see or access some forums, while registered users can see and access those forums. Right now I have to manually assign every new registered user to that specific group. Is there a option I can link the wordpress role of participant to a group in bbpress?
Hello,
I operate a WordPress Network on WordPress version 3.5
I have installed bbPress 2.5.4
When an user that is “admin” for the specific site goes to the dashboard, the forums, topics, and replies buttons in the leftcolum appear.
The forums, topics, and replies buttons in the leftcolum dashboard disappear if you double click on the top left dashboard icon unless I make the user a “Super Admin” for the entire WordPress network.
What do you suggest to fix this?
Thanks,
Hi
im trying to import my XenForo to my BBPress and im having trouble as this is coming up:
WordPress database error: [Table 'db502829828.user' doesn't exist] SELECT convert(user.user_id USING "utf8") AS user_id,convert(user.username USING "utf8") AS username,convert(user.email USING "utf8") AS email,convert(user_profile.homepage USING "utf8") AS homepage,convert(user.register_date USING "utf8") AS register_date,convert(user.custom_title USING "utf8") AS custom_title,convert(user_profile.status USING "utf8") AS status,convert(user_profile.signature USING "utf8") AS signature,convert(user_profile.location USING "utf8") AS location,convert(user_profile.occupation USING "utf8") AS occupation,convert(user_profile.about USING "utf8") AS about FROM user AS user LEFT JOIN user_profile AS user_profile USING (user_id) LIMIT 0, 100 No users to convert Starting ConversionMy forum link: community.gamingordinance.com

