Search Results for '"wordpress'
-
Search Results
-
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'); ?>)?Hello everyone,
I’ve just installed bbpress 1.0.2 and bbpress integration plug-in over my 2.8.4 wordpress blog… and I am in hell.
The blog still works, from the viewer point of view (www.teknologik.fr), but the backend is a mess.
First of all, I couldn’t log in at all in the wordpress admin panel. My login and password took me to a white page saying that I didn’t have the rights. Hopefully, I had a second login with administrator right so I was able to change my “own” rights, under the second administrator login. But that was just the beginning…
Articles and Pages counter, in the main admin windows now shows “0”, although there are over 700 articles, when I do click on “Articles”.
When I try to add a new article, the ID at the end of the permalink is “1”… when the previous permalinks (when I still worked) showed four digits, like “5414”.
I’ve deleted both “bbpress” folder and “bbpress integration” pug-in but it didn’t change anything.
On top of all, I was working on a fresh re-install of the blog and the database backup wasn’t set yet, so my last backup is 3 weeks old, with tenths of new articles in between that would be lost if I had to re-install that backup.
What can I do without returning to the last backup ? Any idea ?
A million thanks, in advance…
Benjamin
Wouldn’t that be nice. Unfortunately I don’t know php very well.