Search Results for 'test'
-
Search Results
-
Running:
WPMU + Latest RC of BBPress, User tables integrated, v1 of Integration Plug (on wp side) installed. Latest RC of bbpress was installed directory fresh but over an existing bbpress 9.x (latest stable) tables.
Tests Passed:
– Logging into each site individually works fine. Can’t log out without errors (understandably as there is a cookie issue see below).
Tests Failed:
– Log into bb-press via https
– Log into wp blog.
– Should go to Admin.
Debug:
– Stepped through to find wp was looking for “wordpress_sec_[long hash string]” cookie. Thinking it was ‘mal formed’ it redirects to the wp login.
Question:
– Why would the “wordpress_sec” cookie not be created by bb_press?
I will be stepping through the bbpress code but wanted to put a heads up in the forums if maybe someone already knows whats going on.
Btw Is there a developer forum?
Topic: Looking for a Bbpress expert
Looking for a bbPress expert who could help us tie our blog entries to
appear on the forums via Bbsync and fix a couple of bugs on the
forums.
http://www.feastoffools.net/community
••• Troubleshoot and optimise our forums. Right now Dreamhost is forcing us to upgrade our services because they claim our bbpress forums are taking too much of a server hit. Looking for someone to help us optimize our forums.
••• Upgrade to the latest version of Bbpress. Right now we’re at .9
••• Install BBsync
http://bbpress.org/plugins/topic/bbsync/
new blog post, this post will be turned into a new topic in your
forums. Replies can be made to the topic. Comments made through the wp
comments form will also be shown as replies to the corresponding
thread. All comments/replies will show up automagically in wordpress,
too.
••• Code Buttons:
http://bbpress.org/plugins/topic/bbcode-buttons/
Automatically adds an easy access button toolbar above the post
textarea to allow quick tags in BBcode. This is an enhanced
replacement for the Comment Quicktags plugin. No template editing
required.
Requires the BBcode-Lite plugin (or some other kind of BBcode support).
Some buttons will only appear if the tag is supported (ie. img, center)
••• Upload Image Files / Attachments
http://bbpress.org/plugins/topic/bb-attachments/
This may not work with the version of bbpress and wordpress that are
compatible. Right now I’m waiting for bbpress to get to full 1.0 to
upgrade both to WordPress 2.7 and Bbpress 1.0, which my guess will be
in the next 6-8 months, but hopefully sooner.
••• Post Notification
http://bbpress.org/plugins/topic/post-notification/
If you have a topic in your favorites and there will be a new post to
this topic it sends you an email. Simply upload and it does its job.
•••• Bb Socialize
Add social network links to form/user profiles.
Allows you to set and display your social media profiles in your
public forum profile. As administrator, you can select which sites
will be supported using simple management panel.
http://bbpress.org/plugins/topic/bbsocialize/
– Show quoted text –
••• Search problematic
Also users are complaining about the search function not working well,
is there anyway to troubleshoot this or enhance the search inside the
forums?
best
Fausto Fernos
just testing RC3 and noticed that my hot tags are all set to 8pt. Anyone else having this issue?
I want to display a list of all the users on my blog (wbs80.com) and their profile information.
I have been looking at the bbpress code and trying several tests…but unfortunately without success.
My approach is to get the list of profile keys, get the list of users and for each user display the username and profile information. The code segment that I have is:
<?php
require_once (‘../../bb-load.php’);
global $bddb;
$profile_keys = get_profile_info_keys();
//print_r($profile_keys);
$userinfo = $bbdb->get_results(“SELECT * FROM $bbdb->users WHERE user_status = 0 ORDER BY ‘ID'”);
//print_r($userinfo);
foreach ($userinfo as $key) {
$metainfo = $bbdb->get_results(“SELECT * FROM $bbdb->usermeta WHERE user_id = $key->ID”);
// ???
}
?>
I don’t know how to use the “profile_keys” value(s) to access the “metainfo” data structure and extract the data.
Any help would be greatly appreciated!
Hi!
I´m having a problem, that i can´t reproduce on this forum for example. If i visit my testforum as unregistered user i´m able to click on the members profiles. That´s okay, but in my sidebar 2 links appear, profile and favorites. Is it right, that the favorites link is displayed to unregistered user so that they can watch every users favorites? I don´t think so. Maybe i done something wrong while creatin my own theme… I don´t know.
Here´s a link to my testforum (it´s not finished yet): http://www.test.be-infected.de/forum/
What’s the best way to prevent spam user account registration?
I’ve tried the “Human Test for bbPress” plug-in but it seems to stop working with 1.0 RC.
Any other plug-ins out there that are a good way to prevent spam user account registeration?