Search Results for 'code'
-
Search Results
-
Topic: Page navigation not working
I have created a test site and added several topics to a forum.
I have set the number of items in reading to 10.
When I access the forum (which has 32 topics) I see the first ten topics, but when I click the page navigation for page 2, I simply get the add new topic form and no existing topics are shown.
I am using the default theme and even when I change between the built in themes this is still a problem.
Could someone please advise of a fix?
I am not overly skilled in PHP code. But can find my way around to make changes under direction.
Cheers,
AlexB
Dear all
It seems frustrating to find what I thought would be an easy enough to find topic. Maybe I’m searching wrong but here goes.
After a lot of hours I finally managed to integrate WP and bbPress. I managed to create a link to my bbPress. The final step before i take a break is to create a link back to WP in my bbPress.
The closest I could find to clear cut directions was here:
http://bbpress.org/forums/topic/link-header-image-to-wordpress
I followed the instructions and changed
<h1>”><?php bb_option(‘name’); ?></h1>
to
<a href="http://www.my website.com” "><Back to my website</a>and when I get to the forum site there is nothing. No link back to my website.
(I know it looks weird to have com” “> but somehow without the second ” my bbpress log in, search box, etc gets crammed into the right side of the header)
Could anyone explain exactly how and where to change this line? Is there anything else I must change? Maybe…
… it’s because I should omit the “www”?
… I need to have the “/home” for my website?
For reference, here’s how my original header.php looks like
<?php
$_head_profile_attr = ”;
if ( bb_is_profile() ) {
global $self;
if ( !$self ) {
$_head_profile_attr = ‘ profile=”http://www.w3.org/2006/03/hcard”‘;
}
}
?>
<!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<?php echo $_head_profile_attr; ?>>
<meta http-equiv=”X-UA-Compatible” content=”IE=8″ />
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title><?php bb_title() ?></title>
<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 bb_feed_head(); ?>
<?php bb_head(); ?>
</head>
<body id=”<?php bb_location(); ?>”>
<div id=”wrapper”>
<div id=”header” role=”banner”>
<h1>”><?php bb_option(‘name’); ?></h1>
<?php if ( bb_get_option(‘description’) ) : ?><p class=”description”><?php bb_option(‘description’); ?></p><?php endif; ?>
<?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>
<div class=”search”>
<?php search_form(); ?>
</div>
</div>
<div id=”main”>
<?php if ( bb_is_profile() ) profile_menu(); ?>
Good morning,
i’m planning to move my existing wp 3.1.1 network to a multisite installation, while installing a bbpress forum for them;
the idea is to have the following domain mapping:
1. blog1.mydomain
2. blog2.mydomain
3. blog3.mydomain
….
x. forum.mydomain (it could be like a new ad-hoc ‘fake’ blog, i guess)
the point is: can i share users and users profile between all subdomains? i know that multisite wp allow this, but what about that _including_ the forum blog?
before moving in i prefer to be sure it is possible

tnx in advance for help,
gabriele
Hello everyone!
I have released the RC 1 of WordPress to bbPress Converter Script. What it does is migrates all your users, converts categories to forums, articles to topics and comments to posts. Currently, it just doesn’t change image shortcodes to image urls and doesn’t preserve the forum hierarchy.
To use it, download it, put it on your server, edit the script and change the options to appropriate values before the Stop Editing Here part.
I am soon planning to release a bbPress standalone to plugin converter script if someone doesn’t beat me to it.

Download: http://code.google.com/p/wordpress-to-bbpress-converter/downloads/detail?name=w2bc.zip
Thanks!
– G
I installed bbpress the other day, I then found that when i tried to edit the theme I got error messages, so I reuploaded bbpress, and now i’ve got error messages at the top, http://technomaniacs.co.uk/bbpress/bb-admin/install.php, take a look for yourself. The code is in white at the top so you’ll have to highlight it to read it. Also, when i installed the first time i think these error messages where there then.
How do i fix this?
thanks
Hey all.
Due to outdated, slow, failing and not working WYSIWYG plugins, i wanted to create a new version.
The goals:
-Let TinyMCE work on all post pages (100% already
)-Add new button which adds the [video] tag for youtube and a few more video sites. (0% since i havent treid it yet.)
-Turn TinyWYSIWYG off or on. (75% because i can hide it, but then it says no text is submitted. But quick fix: write in html, then turn Tinymce on and submit. It works as html, but a little iritating to do this way.)
Features:
-Can be easily updated, source is TinyMCE’s.
-Good experience, and loads of things work, like ,<span>
-Has easy UI same as MS Office 2007.
So any volunteers to help out the small things and make this as a plugin.
Note: The [video] PHP coding part is ready, needs to add button which wraps the [video]url-of-video[/video]
The video part will be a lose part too.

Profit!