Search Results for 'test'
-
AuthorSearch Results
-
March 20, 2009 at 8:50 pm #72584
In reply to: Logged into one – logged into all.
kevinjohngallagher
MemberWow,
PierrottorreiP, i was only trying to help, i think you could drop the attitude man. Rest assured, i’ll not try to help again.
My first point, about using a development environment, is a sound technical point. The point of doing things locally is to plan/develop/test until it’s right then push live. If as you said you “I did put the site together locally and realized that I wanted them to talk to each other after I made it live.” that just shows poor planning, and it’s not my fault for not realising that you had decided to make things on your live server different from your testing environment.
That said, your site currently has 1 user, you, so taking down the forums until you fix it locally isn’t going to be a disaster.
As for my suggesting you only include a link when needed, again, it wasn’t to persecute or “bitch”, but was honest advice. If you have something you want us to look at please include a link by all means, but make it a link to your forums and or the page you’re having an issue with. ‘bumping’ your website via views from a BBpress support forum aren’t going to help (of the top 10 google links form your website name are from this website – and many people have tried to bump their site this way before which is why i mentioned it).
You also have to accept that English isn’t everyone’s first language, and while not bad at it myself, taking offence because of the way something is worded – especially in a post that gave you step by step instructions on how to fix your issue – is frankly very bad form.
Name calling, on an anonymous internet forum, is hardly the way to get help from those of us who care for BBpress’ development.
March 20, 2009 at 5:56 pm #72581In reply to: Logged into one – logged into all.
kevinjohngallagher
MemberHi PierrottorreiP,
May i first suggest that the first step be to not do this sort of testing on a live environment?
This is probably the way forward in my opinion:
– Install them all on the same databse as your wordpress instal.
– Use different table prefixes for each one.
– Make people register on wordpress, with the redirect going back to the forum they came from.
– Do a little dance.
– Make a little love.
Also, there’s not need to post a link to your site here man, if it’s not something wrong with a specific page we can see, it’s just a random link that’s not helpful.
March 20, 2009 at 5:45 pm #72576In reply to: What’s the state of WordPress theme integration?
kevinjohngallagher
MemberHi Vernal,
In terms of integration in a software sense, you have to answer yourself this:
1) Do they need to look the same?
2) Do I need shared login ?
3) Do i need shared wordpress functions (menu, sidebar, otehr cool wordpress stuff) ?
If you answered yes to 1) and no to 2) and 3) you only need to make your style sheets and HTML look similar and dont need any integration.
If you answered yes to 1) and 2) and no to 3) then you should be able to use the latest alpha and latest wordpress and all should be fine. Personally, i’d not ouch with with a bargepole and i’d use BBpress 0.9 and WP 2.7.1 with _ck_’s Freshly Baked Cookies plugin (link coming up in a bit).
If you answered yes to 1) 2) and 3) then you need to use Ann’s plugin (again link coming up).
In terms of fixing your BBpress to integrate into your wordpress theme easily, that one is simple. Replace the code in your header.php file with this:
<body id="<?php bb_location(); ?>">
<div id="page">
<div id="wrapper">
<div id="header">
<div id="headerimg">
<h1 id="blog-title"><!-- PUT YOUR WP LINK HERE --></h1>
<div id="blog-description">
<div class="description">
<!-- PUT YOUR WP DESCRIPTION HERE -->
</div> <!-- #description -->
</div> <!-- #blog-description -->
</div> <!-- #headerimg -->
<!--
K2 USERS
THIS IS WHERE YOU PUT YOUR MENU CODE
-->
</div>
<div id="access">
<div class="skip-link"><a href="#content" title="Skip to content">Skip to content</a></div>
<div id="menu">
<!--
SANDBOX USERS:
THIS IS WHERE YOU PUT YOUR MENU CODE
-->
</div>
</div><!-- #access -->
<div id="container">
<div id="primary">
<div id="current-content">
<div id="content">
<div id="post">
<div id="main">
<h1><a>"><?php bb_option('name'); ?></a></h1>
<?php if ( bb_get_option('description') ) : ?><p class="description"><?php bb_option('description'); ?>
<?php endif; ?>
<?php login_form(); ?>
<?php if ( is_bb_profile() ) profile_menu(); ?>March 20, 2009 at 3:41 pm #72557In reply to: Install help
DTI
MemberChrishajer, thank you for your detailed help.
Before I installed the bbpress, I have created a database as below:
1, mysql> create database MyForum_database;
2, mysql> show database; it is displayed.
3, to create a dbconnect.php file to test it,
<?php
$con = mysql_connect(“localhost:3306″,”myname”,”mypassword”);
if (!$con)
{ die(‘Could not connect: “.mysql_error());}
else
echo “Successful connect.”
mysql_select_db(“MyForum_database”, $con);
?>
4, to run this dbconnect.php file in the
http://localhost/mrm/bbforum/dbcon.php //mrm is root of my website
To get the “Successful connect.”
This means my website host is “localhost” and the database is on the same server as the web site, then this probably should remain localhost in Database Host.
5, my web site host is ‘localhost’ in my Apache setting in my server.(We have static IP address)
6, please see my setting in bbpress installation:
Database name: MyForum_database
Database user: myname
Database password: mypassword
Database host: localhost
Database character set: utf8
Database character collation: forum
bbPress cookie secret key: skyisblue
Table name prefix: f_
Where is I wrong? My MyForum_database has been connected, why bbPress installation can’t connect it.
My database and website are on same server, same host.
So I wander why…
Please help again.
March 20, 2009 at 1:04 pm #72575In reply to: What’s the state of WordPress theme integration?
Postmatic
MemberHey kevin,
Thanks a lot for your great info. I hope that someone in the know picks up your request.
In the meantime, is there anything you could point me to that will at least get me started in allowing some WordPress template tags to function from within bbpress? I’m using a shared database, 2.7.1, and the latest bb alpha.
Does that still work?
And of course, I ‘d love to hear more about your plugin if things get fixed up on it.
Best,
Jason
March 19, 2009 at 9:19 pm #67168_ck_
ParticipantFor those that don’t want to install IE8 permanently to just test their sites, this version will run in it’s own virtual box so it doesn’t affect the rest of your system:
March 19, 2009 at 8:40 pm #5034Topic: What’s the state of WordPress theme integration?
in forum ThemesPostmatic
MemberI’m using WordPress 2.7.1 and just installed the latest alpha of bbpress. Looking around I see lots of very old chatter about Themepress being the best solution for sharing a theme between the two products.. but it doesn’t seem to be available/work anymore.
So what’s the latest? I’m going to make the assumption that someone picked up on themepress’s work and has come up with a solution to integrate WordPress and Bbpress themes. What’s the latest and greatest?
Best,
Jason
bobbyh
MemberI put this into Google Translate: “Simplified Chinese test, enjoy. Hope that regulators continue to come on and support you.”
March 18, 2009 at 6:11 pm #72519In reply to: SECRET_KEY Flaw in Latest Installer
chrishajer
ParticipantTo integrate 0.9.* with WordPress 2.5 and later, you should read this:
https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101#post-17409
That post has a lot of good information. I agree the documentation needs to be better.
March 18, 2009 at 10:14 am #71392deadlyhifi
Participantthe latest bleeding edge release (from subversion) adds paging to the ‘Latest Discussions’. But if any of the arguments are used in ‘get_latest_topics’ the paging doesn’t work.
from functions.bb-topics.php
function get_latest_topics( $args = null ) {
$defaults = array( 'forum' => false, 'page' => 1, 'exclude' => false, 'number' => false );so I’ve tried it with
$topics = get_latest_topics('forum=-3');and
$topics = get_latest_topics('exclude=3');both have same results but no paging.
March 18, 2009 at 5:56 am #5026Topic: Overwriting Template functions
in forum Themeskevinjohngallagher
MemberMy latest plugin has hit a snag.
I cannot seem to overwrite bb_get_header() using add_filter(‘bb_get_header’, ‘function_i_want_to_run_instead’);.
I’ve tried variations, adding priorities, spelling – y’know the usual, but nothing i can do seems to overwrite that function. I’d appreciate any help. Thanks
March 18, 2009 at 1:27 am #72518In reply to: SECRET_KEY Flaw in Latest Installer
xbsteve
MemberFor those of you who are having this problem, which appears to be a large amount… the answer is simple bbPress 0.9 DOES NOT SUPPORT all those new keys past WordPress 2.5. If you are trying to install, apparently you have to use the beta bbPress 1.0.
March 17, 2009 at 10:08 pm #5024Topic: SECRET_KEY Flaw in Latest Installer
in forum Installationxbsteve
MemberI am running WordPress 2.7.1
I just downloaded the latest bbPress from this website.
According to the screencast I should be seeing a request for AUTH, SECURE_AUTH, LOGGED_IN, and NONCE keys. However, the latest installer seems to be asking for the old SECRET_KEY and nothing else.
Why is this? Is this a reversion error? If this is not an error, you need disambiguation comments in many places, including on the website, in the screencast, and in the installer.
March 15, 2009 at 6:29 pm #66147In reply to: WordPress + bbPress Integration 101
phipps
MemberI tried integrating bbPress (alpha 6) with 2.7 WP MU and ran into problems. The web-based installation failed if I selected integration (I left the “Add cookie integration settings” unchecked, only tried user database integration) – it threw up an error during the last step, and said Installation Halted! (although all previous tests and validations seemed to go through fine).
I dropped the bb_ tables, then installed bbPress without the integration options and it worked. Is it possible to modify a working bbpress installation to integrate with WP MU after installation? Has anyone done this before – and might have instructions online somewhere?
All on dreamhost.com server.
March 15, 2009 at 5:14 pm #61598In reply to: How Do I Do This?
robbert12
MemberSorry to bump this topic, but I’m new to BBpress and after a long search on Google and in these forums, I arrived here.
I want to do the same as on this picture: this picture.
Unfortunately, I can’t get it to work on my forum. I posted the code of front-page.php below and emphasized the problem point (I think). I hope somebody can help me
<?php bb_get_header(); ?>
<div id="forums"><!-- Forums -->
<?php if ( $forums ) : ?>
<div id="sidebar"><!-- Sidebar -->
<?php if ( bb_forums() ) : ?>
<table id="forumlist">
<thead>
<tr>
<th class="title"><?php _e('Forums'); ?></th>
<!-- th><?php _e('Topics'); ?></th-->
<th><?php _e('Posts'); ?></th>
</tr>
</thead>
<tbody>
<?php while ( bb_forum() ) : ?>
<tr<?php bb_forum_class(); ?>>
<td class="title"><?php bb_forum_pad( '<div class="nest">' ); ?><a>"><?php forum_name(); ?></a> <span><?php forum_description(); ?></span><?php bb_forum_pad( '</div>' ); ?></td>
<!--td><?php forum_topics(); ?></td-->
<td><?php forum_posts(); ?></td>
</tr>
<?php endwhile; ?>
</tbody>
</table>
<?php endif; // bb_forums() ?>
<?php if ( bb_is_user_logged_in() ) : ?>
<h2><?php _e('Views'); ?></h2>
<div class="sbox">
<ul id="views">
<?php foreach ( bb_get_views() as $the_view => $title ) : ?>
<li class="view"><a>"><?php view_name( $the_view ); ?></a>
<?php endforeach; ?>
</div>
<?php endif; // bb_is_user_logged_in() ?>
</div><!-- //sb -->
<div id="content"><!-- Content -->
<?php if ( $topics || $super_stickies ) : ?>
<table id="sticky">
<thead>
<tr>
<th class="title"><?php _e('Sticky'); ?></th>
<th><?php _e('Posts'); ?></th>
<th><?php _e('Freshness'); ?></th>
</tr>
</thead>
<tbody>
<?php if ( $super_stickies ) : foreach ( $super_stickies as $topic ) : ?>
<tr<?php topic_class(); ?>>
<td class="title"><?php bb_topic_labels(); ?> <big><a>"><?php topic_title(); ?></a></big></td>
<td><?php topic_posts(); ?></td>
<td><a>"><?php topic_time(); ?></a></td>
</tr>
<?php endforeach; ?>
<?php else : ?>
<tr>
<td class="title">Er zijn geen belangrijke berichten beschikbaar</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<?php endif; ?>
<table id="lastest">
<thead>
<tr>
<th class="title"><?php _e('Latest Discussions'); ?> — <?php new_topic(); ?></th>
<th><?php _e('Posts'); ?></th>
<th><?php _e('Freshness'); ?></th>
</tr>
</thead>
<tbody>
<?php if ( $topics ) : foreach ( $topics as $topic ) : ?>
<tr<?php topic_class(); ?>>
<td class="title"><?php bb_topic_labels(); ?> <a>"><?php topic_title(); ?></a></td>
<td><?php topic_posts(); ?></td>
<td><a>"><?php topic_time(); ?></a></td>
</tr>
<?php endforeach; endif; // $topics ?>
</tbody>
</table>
<?php endif; // $topics or $super_stickies ?>
</div><!-- //c -->
<?php else : // $forums ?>
<?php post_form(); endif; // $forums ?>
</div><!-- //f -->
<?php bb_get_footer(); ?>And this piece of code is wrong, I think;
<table id="forumlist">
<thead>
<tr>
<th class="title"><?php _e('Forums'); ?></th>
<!-- th><?php _e('Topics'); ?></th-->
<th><?php _e('Posts'); ?></th>
</tr>
</thead>
<tbody>
<?php while ( bb_forum() ) : ?>
<tr<?php bb_forum_class(); ?>>
<td class="title"><?php bb_forum_pad( '<div class="nest">' ); ?><a>"><?php forum_name(); ?></a> <span><?php forum_description(); ?></span><?php bb_forum_pad( '</div>' ); ?></td>
<!--td><?php forum_topics(); ?></td-->
<td><?php forum_posts(); ?></td>
</tr>
<?php endwhile; ?>
</tbody>
</table>I hope somebody can help me.
Thanks in advance..
March 15, 2009 at 3:27 pm #65908citizenkeith
ParticipantYou’ll need to change this one:
#latest tr, #forumlist tr, #favorites tr {behavior:url("/forums/my-templates/kakumei-too/images/hoverlite.htc");}March 15, 2009 at 4:57 am #62421In reply to: can’t access admin dashboard
diabolikal
MemberAs you may be able to tell, it asks for a log-in and I have to use my FTP account to log into it for some reason, and I have the latest BBPRESS and WORDPRESS (2.7).
March 15, 2009 at 4:00 am #72447In reply to: How do I disable registration temporarily?
johnhiler
MemberHey biodrama – you may want to check that you have the latest version of Human Test!. Some spammers found a workaround to an older version, but an updated version has proved more resilient… once I dl’d the latest version, the spammers disappeared!
March 15, 2009 at 3:16 am #72446In reply to: How do I disable registration temporarily?
biodrama
MemberThanks, Chris. Since I am getting registration emails to moderate, I am guessing register.php is the more likely route, but I am not a coder, and really appreciate your suggestions. Also, I just checked, and I was already running the Human Test plugin.
March 15, 2009 at 1:44 am #72445In reply to: How do I disable registration temporarily?
chrishajer
ParticipantYes.
Or just replace register.php with
<?php
// silence is golden
?>You should look in your logs though to see where they are coming in. Sometimes they go right to bb-login.php as well. Anything related to login really. They’re not sitting there browsing the forum and clicking the [login] button.
You can also install _ck_’s Human Test plugin to prevent most of the registrations:
March 14, 2009 at 5:38 pm #72438In reply to: WP 2.7.1 and bbPress 0.9
Ashish Kumar (Ashfame)
ParticipantHello Kevin!
Thanks for your reply!

I did a clean install of WP 2.7 and then I activated Ann’s plugin.
Then I added the code those three lines in wp-config.php and lost access to dashboard.
Redirect Loop
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.
* Have you disabled or blocked cookies required by this site?
* NOTE: If accepting the site’s cookies does not resolve the problem, it is likely a server configuration issue and not your computer.
I am currently testing on localhost (XAMPP). Any idea what is causing this loop? May be I need to edit those lines but I dont know how to.
I had to delete the plugin from the plugin directory to access dashboard again.
I would not think of going beyond WP 2.7 unless I am unable to achieve the sync. And regarding the Open ID integration, I would like to keep myself away from it as I need to allow only registered users to login.
March 14, 2009 at 2:51 pm #71221In reply to: List all Tags?
deadlyhifi
ParticipantModified: trunk/bb-admin/admin-ajax.php (2016 => 2017)
Fix adding of existing tags to a post via AJAX. Tags used to be added but didn’t have any UI response.
Perhaps this was the issue and not my mod (see above post). Not tested it out yet…
March 13, 2009 at 3:17 pm #72451In reply to: Counting number of posts
noah-graff
MemberThanks, but is this going to count every post that is put on? or just count posts of the most avid posters? Not sure this totally solves the problem?
I know that it sounds like a lot of money. At this point we just really need to build up traffic. We are a magazine about the Precision Machining Industry and we want to create a community of people sharing perspectives and technical advice.
We are doing email blasts with a contest to get people to come to the site. If you have any good ideas on how to build up traffic or make it better I’m all ears. The URL is http://www.shopdocforum.com. We really need to change our appearance first off, but we were trying to have a bit of continuity with our blog and website.
In any case, thanks for the tip. But if you’re bored…
Noah
March 13, 2009 at 3:12 pm #72401In reply to: link back to blog
cldnails
MemberI use CARP RSS to insert the latest posts from my blog within my bbPress forum. Also, as mentioned, make sure you are editing the header file from within the specific theme you are using. It’s not one header file fits all.
March 13, 2009 at 8:26 am #72425In reply to: WordPress integration help
cloudhopper
MemberThe 101 referred to doesn’t cater for the fact that the names for the various keys seems to have changed.
The route I followed (using the “freshly baked cookies” plugin, and using 0.9.0.4) calls for a “secret key”, but the latest version of wordpress doesn’t refer to such a beast. I opted for the AUTH key, guys, figuring that if it was wrong, the bbPress install would let me know. It worked.
Perhaps a minor tweak to the 101 would help in this respect?
As it happens, I went on to experience “fatal errors” when I tried to activate said plugin, so I clearly haven’t finished with the integration efforts myself! :o)
-
AuthorSearch Results