Search Results for 'test'
-
Search Results
-
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?
Topic: rss by forum
I apologize if this has already been requested but how did/do you add the rss feed button to your forum not the individual topics?
Is there a plugin available to do this?
I am testing bbpress to use as a knowledge centre at our office and need to find a easy way to subscribe to the forums section including all the subtopics or the latest discussions so new posts/replys or when new topics are created I will be notified and have the option to sign up to a rss feed?
As currently I can select a forum and then a topic and add as a favorite which works great, I get emails when this topic changes and I can add as a rss feed to say internet explorer. BUT I have to individually do this to each topic that I am interested in.
When a new topic is created I am not aware that this has happened (I am the key master) unless I find it in the latest dsicussions..
Any help would be greatly appreciated.
Cheers, Dan.

Which is stressful, but honestly there’s nothing like a real-world test. (She says, having spend 6 months beta testing new software, had NO bugs in her queue, and then twenty minutes in the wild had a fill ticket queue again
You just can’t test everything.)