Search Results for 'test'
-
AuthorSearch Results
-
October 10, 2008 at 6:34 pm #68101
In reply to: Fail to make BBpress Live working
patung
Member“It’s in the readme.txt file too….”
What is in there is this:
* bbpress_live_get_forums() – Provides an array of forums
* bbpress_live_get_topics() – Provides an array of the latest topics
But I mean what do I actually put in the theme template file, like sidebar.php. I mean bbpress_live_get_forums() has to be wrapped in some kind of php doesn’t it?
October 9, 2008 at 9:14 pm #68221In reply to: 1.0 Alpha 2 install issue
threevisual
Memberthanks, I download the latest zip file from the link provided but I’m now getting the following error:
Warning: bb_install(/home/wired/public_html/bbpress/bb-includes/backpress/functions.core.php) [function.bb-install]: failed to open stream: No such file or directory in /home/wired/public_html/bbpress/bb-admin/class-install.php on line 106
Fatal error: bb_install() [function.require]: Failed opening required '/home/wired/public_html/bbpress/bb-includes/backpress/functions.core.php' (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php') in /home/wired/public_html/bbpress/bb-admin/class-install.php on line 106October 9, 2008 at 5:48 pm #68195In reply to: bbPress 1.0-alpha-2 released
Bharat Karavadra
ParticipantYes it does – I installed aplha 2 in about 10 minutes and the login works. I need to test the registration but I’m sure that this will be OK.
You add all your wordpress settings when you install alpha 2 (it’s all form based).
October 9, 2008 at 4:53 pm #68194In reply to: bbPress 1.0-alpha-2 released
doyle640
MemberDoes the wordpress integration work with the latest version of wordpress now?
October 9, 2008 at 2:26 pm #4108Topic: 1.0 Alpha 2 install issue
in forum Troubleshootingthreevisual
MemberHey, I thought I’d try out the latest 1.0 alpha release (2) but when I go to install I get the following error:
Fatal error: Call to undefined function: bb_glob() in /home/wired/public_html/forums/bb-admin/class-install.php on line 322Any idea how to fix this? One for the bugs list?
October 9, 2008 at 8:48 am #68182In reply to: bbPress 1.0-alpha-2 released
Sam Bauers
ParticipantThanks!
BTW, you’ll be happy to know there are three different ways to tun off XML-RPC:
* In settings
* Forcibly, via a plugin
* Just plain delete the file (xmlrpc.php)
But I’d like to think that you could help us to keep it secure instead : )
On a related note, thanks to everyone who has helped out with testing so far. Apparently the first alpha was downloaded over 2,500 times, thanks to all those who took time to report bugs and suggest improvements over that time.
I’m looking forward to further input and feedback as we approach 1.0 beta and beyond.
October 9, 2008 at 6:08 am #68132In reply to: Next page on “latest discussions?”
geltoorch
Memberthanks everyone, ill try it out
October 9, 2008 at 2:45 am #68143In reply to: Second Page Gone!
chrishajer
ParticipantLooks like the whole server is gone now… Can’t bring it up at all.
The blank screen is likely a 500 Internal Server Error, so if you have access to error logs, that will help. If not, it’s likely a syntax problem in a template file. I saw at first that you had a custom theme up there. You could try with a stock theme and see if the problem persists.
One other thing I noticed is that the URL appeared incorrect. It looked like this:
http://harrismarine.co.nz/bbpress/topic.php?page=2
But the topic ID is missing in that URL. It should look more like this:
http://harrismarine.co.nz/bbpress/topic.php?id=9&page=2
Maybe the pagination links in your theme got messed up somehow. I wasn’t able to test any further because I can’t bring up any pages at all on your forum right now.
October 9, 2008 at 12:57 am #67940In reply to: Profile Change resets User PW
nekita
MemberI’m just loading certain components from my WP Blog to give bbPress the same appearance (header and footer graphics, menu etc.). However it’s not a deep integration via bb-config.php.
I also deleted the entire modified template folder and replaced it with the original Kakumei template for testing reasons but the problem persisted.
October 8, 2008 at 6:41 pm #68131In reply to: Next page on “latest discussions?”
Detective
MemberWhat i do in the current stable version is to register a new view called all discussions. It works pretty neat.
October 8, 2008 at 1:27 pm #68130In reply to: Next page on “latest discussions?”
Sam Bauers
ParticipantI’ve added the ability to do this to the development trunk. If you want to backport this to an older bbPress, you can follow the changes here:
https://trac.bbpress.org/changeset/1786
Then drop the function
<?php bb_latest_topics_pages(); ?>wherever you want it in the front-page template to show pagination.October 8, 2008 at 10:04 am #68129In reply to: Next page on “latest discussions?”
geltoorch
MemberYes, I realize. So how do I make it a possibility?
October 8, 2008 at 8:35 am #68128In reply to: Next page on “latest discussions?”
Sam Bauers
ParticipantLatest discussions on the front page is meant for latest discussions… so paging has never been a possibility there.
Forum pages do provide paging of topics though.
October 8, 2008 at 8:20 am #67937In reply to: Profile Change resets User PW
Sam Bauers
ParticipantAnother thing left is to try it using the default template instead of the custom one you are using and seeing if that changes the behaviour.
You can just switch to it temporarily, then test and switch back.
October 8, 2008 at 7:48 am #68127In reply to: Next page on “latest discussions?”
geltoorch
MemberThanks, but there will eventually be hundreds of posts and it’s just ridiculous to show 1000 posts on one page.
Any other ideas?
October 8, 2008 at 7:29 am #68126In reply to: Next page on “latest discussions?”
chrishajer
ParticipantI don’t know of anything for adding page links for the latest discussions, but there is this plugin for changing the number of items being displayed. Maybe that will help?
October 8, 2008 at 7:13 am #4100Topic: Next page on “latest discussions?”
in forum Troubleshootinggeltoorch
MemberHi,
I’m trying to figure out how to add a “next page” to the latest discussions. I have a lot of different forums but want people to see all the content aggregated on the “latest” section because it captures all the topics.
So is there a way to put in a “next page” link on the front page and subsequent pages? I’m not great with php, but if it takes some coding, I could probably manage if someone can give me directions. If it works out, I’ll probably make it into a plugin for everyone.
Thanks!
October 6, 2008 at 12:56 pm #67160In reply to: Limit Latest Discussions
pr2me
MemberGives errors on the forum and topic .php pages.
Warning: Division by zero in ../bb-includes/functions.php on line 2369
AND
template-functions.php on line 1040
nvrmind :$
October 6, 2008 at 9:11 am #67936In reply to: Profile Change resets User PW
nekita
MemberHi Sam,
I just deactivated all my plugins and had another try with the testuser account but it will still change the PW if I do a Profile change (User or Admin induced).
Best
Lars
October 5, 2008 at 8:15 pm #4089Topic: User admin: “Allow this user to”
in forum Troubleshootingdark-siren-sally
MemberWhen I use my keymaster account, and try to edit a user, there’s a part of the administration section that says, “Allow this user to” but there’s no form, text box or anything else to fill in after it. This line appears between “User Type” and “Custom Title”.
So what’s the point of the “Allow this user to” line? Looking at the code, it’s supposed to be for specifying specific user capabilities (like whether they can add posts, edit posts etc.) but it doesn’t seem to be fully functional yet. Is this expected?
If it helps I have the latest bbpress version, it’s 0.9.0.2.
Thanks.
October 5, 2008 at 2:19 pm #67361In reply to: No return to forum after posting
chrishajer
ParticipantWhat version bbPress are you using? Do you have access to error logs? Maybe you have a problem in a template that is erroring out and causing the blank screen after you post.
I made a test post and I did indeed get stuck on bb-post.php, but my post made it through (and can be deleted now, since it was just a test).
October 3, 2008 at 8:36 pm #67934In reply to: Profile Change resets User PW
nekita
MemberOk,
I assume that would be the shared key under wp_users in the DB (user_pass).
First I noted the hash for my regular testuser account (1). Then I made a profile change for that with the admin and wrote down the new (now changed) pw hash (2). Then I made another change with the admin to testuser and, again, I get a different pw hash (3).
However, when I aquire a new PW with testuser and change that to the original pw for testuser (4) from step 1 so that pw (1) and (4) match, the hash is again different even though it’s the same pw.
Then I made a second testuser account and compared the hash after an admin profile change (5) with the hash from (2) and they differ.
Hope that makes any sense.
October 3, 2008 at 7:30 pm #66819In reply to: admin link not working
Jimmy B.
ParticipantThis a very good thread, might even want to sticky it. I’ve tested this and it works and is needed if you really want true cookie sharing
October 3, 2008 at 4:59 pm #66104In reply to: WordPress + bbPress Integration 101
eschen
MemberSomething I could not find in this or any other thread concerning integration of 0.9.0.2 with wp 2.5. Problem is that a login to either bbPress or WordPress will log a user OUT of the other, can not be logged into both at same time. Common problem but different question. Several people have suggested adding the following to the bb-config.php:
$bb->usercookie = ‘wordpressuser’;
$bb->passcookie = ‘wordpresspass’;
Questions: are these really needed, should the full hash number (wordpressuser_full.hash.number) also be included and if so, where do I find the hash code? Using Firefox, the I see two cookies when logged into either bb or wp:
wordpress_test_cookie
wordpress_cabxxxxxxxxxxxx
The Secret keys are identical for both bb and wp config files. Also I have:
In bb-config file:
$bb->wp_table_prefix = ‘wp_’;
$bb->user_bbdb_name = ‘xxxxxxxxxx’;
$bb->user_bbdb_user = ‘xxxxxxxxxx’;
$bb->user_bbdb_password = ‘xxxxxxx’;
$bb->user_bbdb_host = ‘xxxxxxxxxxx’;
$bb->custom_user_table = ‘wp_users’;
$bb->custom_user_meta_table = ‘wp_usermeta’;
$bb->authcookie = ‘wordpress_cabxxxxxxx’; //identical to what is shown in Firefox cookie
$bb->cookiedomain = ‘.alleventsadviser.com’;
define(‘COOKIE_DOMAIN’, ‘.alleventsadviser.com’);
$bb->cookiepath = ‘/’;
define(‘COOKIEPATH’, ‘/’);
$bb->sitecookiepath = ‘/’;
In wp-config:
$table_prefix = ‘wp_’;
$wp->cookiedomain = ‘.alleventsadviser.com’;
define(‘COOKIE_DOMAIN’, ‘.alleventsadviser.com’);
$wp->cookiepath = ‘/’;
define(‘COOKIEPATH’, ‘/’);
$wp->sitecookiepath = ‘/’;
define(‘SITECOOKIEPATH’, ‘/’);
A registered user is shown in both bb and wp.
Thanks for any help.
October 3, 2008 at 3:37 pm #67932In reply to: Profile Change resets User PW
nekita
MemberYes that’s it.
See, I have this testuser account with it’s own PW. Now when I logon to
Admin–>Admin Panel–>Users–>Edit testuser
and change, say, the Custom Title with the PW blank, confirm with ‘Update Profile’ , logout of Admin and try to logon to testuser again, the old PW is no longer valid.
-
AuthorSearch Results