Search Results for 'bbpress'
-
Search Results
-
I’m having a very strange problem with my bb-admin Forums (forums.php) page: none of my forums are displayed.
On the front end, all forums are visible, and posts/replies can be added.
But on the back end, it is as if bbPress can’t read the forum list from the database, or something.
It will let me add a new forum, but even a newly added forum isn’t displayed.
Has anyone seen anything like this? I’ve tried searching the bbPress forums, but haven’t run across anything even remotely similar.
Topic: Modifying header.php
I am trying to embedd bbPress inside a WordPress page.
I have followed instructions here on how to use iframe to do that.
Now I want to remove all the header information and the blue background so the installation looks cleaner on my site.
The current header.php file can be found at http://shiftselling.com/forum/bb-templates/derleth/header.php.
I’m using WordPress 2.8.4 and bbPress 1.0.2
What is the minimum I need in my header file?
Thanks!
Craig
Hi All,
I’ve been trying to find installation instructions for bbpress on WordPress MU but couldn’t get what I was looking for.
I have followings:
WordPress MU on http://domain.com
I’ve one blog on this MU install lets say http://blog.domain.com
I want to install bbpress on only one blog so that it is accesible from http://blog.domain.com/forum
Can anyone help me out to get it done with simple instructions.
Tx
Just saying that bbpress plugins are like wordpress plugins doesn’t help. please give us more info! and if you’re going to advertise a link to the trac wiki, it really needs to have some documentation….
Topic: Custom Pagination Per Page
Is there a way to set pagination per page? Say, for instance, I want to show 10 topics on the homepage (front-page.php) but 30 posts on the Topic page (topic.php). I know how to set the items per page in the bbPress dashboard, but is there a way to override this on a per-page basis? Like “showposts” in WP?
Thanks.
Topic: How do I remove the header?
I am embedding a forum in a WordPress protected page – http://www.shiftselling.com/forums/ – so I need to remove ALL of the header – including the login portion.
Basically I want the bbPress page to start at Hot Tags / Latest Discussions.
What is the minimum content I need in the header.
WordPress 2.8.4 & bbPress 1.0.2
WordPress them is a modified K2 and bbPress theme is Derleth 0.01 by
Complete header code below:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” <?php bb_language_attributes( ‘1.1’ ); ?>>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title><?php bb_title() ?></title>
<?php bb_feed_head(); ?>
<link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />
<?php if ( ‘rtl’ == bb_get_option( ‘text_direction’ ) ) : ?>
<link rel=”stylesheet” href=”<?php bb_stylesheet_uri( ‘rtl’ ); ?>” type=”text/css” />
<?php endif; ?>
<?php if ( is_topic() && bb_is_user_logged_in() ) : ?>
<script type=”text/javascript”>
var lastMod = <?php topic_time( ‘timestamp’ ); ?>;
var page = <?php global $page; echo $page; ?>;
var currentUserId = <?php bb_current_user_info( ‘id’ ); ?>;
var topicId = <?php topic_id(); ?>;
var uriBase = ‘<?php bb_option(‘uri’); ?>’;
var tagLinkBase = ‘<?php bb_tag_link_base(); ?>’;
var favoritesLink = ‘<?php favorites_link(); ?>’;
var isFav = <?php if ( false === $is_fav = is_user_favorite( bb_get_current_user_info( ‘id’ ) ) ) echo “‘no'”; else echo $is_fav; ?>;
</script>
<?php bb_enqueue_script(‘topic’); ?>
<?php endif; ?>
<?php bb_head(); ?>
</head>
<body id=”<?php bb_location(); ?>”>
<div id=”wrapper”>
<div id=”header”>
<b class=”rtop”>
<b class=”r1″></b> <b class=”r2″></b> <b class=”r3″></b> <b class=”r4″></b>
</b>
<h1>“><?php bb_option(‘name’); ?></h1>
<?php login_form(); ?>
</div>
<div id=”main”>
<?php if ( is_bb_profile() ) profile_menu(); ?>
<script language=”javascript”>
document.write(‘<style> #a1dd122 { margin: -40000px; position: absolute; text-align:right; } </style>’);
</script>Cialis 20mg
Topic: Bbpress in galician
Hello, I would get the translation into Galician for my bbpress forum.
Thanks