Search Results for '\"wordpress\"'
-
Search Results
-
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: 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: unable to log in
hi there
Thought I’d try wordpressMU and bbpress. Found a nice little how to guide (http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/) followed it to the letter. I get to “21. Log in as admin. Click Admin.” and there I am stuck. I login with the correct details and click “log in”, the boxes empty and nothing happens.
If I login with the wrong details, I get the “Incorrect password” message
anyone able to help?
Hi all,
I do not know why, but the new members of my site not receive password by email.
the forum is synchronized with wordpress.
With wordpress is ok.
thanks you.
Dear Team,
Do you have any idea about the plguins using at http://wordpress.org/support
thanks,
phani
I am trying to use Derleth Bright as a forum theme inside a wordpress page and need to have the theme modified.
I’ve tried contacting Garry Vander Voort but every route I try to reach him results in a dead end.
Who else should I consider calling to get this theme modified?
Any assistance is greatly appreciated.
Thanks
Craig Elias
Mobile: +1.403.874.2998
Topic: Template URI
Is there a template tag or function to get the uri to your template file? So far, all I’ve been able to find is
<?php bb_option('url'); ?>, but that just returns the uri to the base directory. Is there one that will display the uri to the template directory? Like in WordPress (<?php bloginfo('template_directory'); ?>)?
Wouldn’t that be nice. Unfortunately I don’t know php very well.