I’ve done a search, and can find nothing. How do I get my forum to use a favicon in the URL bar?
Favicons.
Published on April 20th, 2008 by fokjulleError when deleting entire topic…
Published on April 20th, 2008 by fokjulleWhat is this, and how do I fix it?
**************
bbPress database error: [Illegal mix of collations (utf8_general_ci,COERCIBLE) and (latin1_swedish_ci,IMPLICIT) for operation ‘find_in_set’]
SELECT user_id, meta_value FROM bb_usermeta WHERE meta_key = ‘favorites’ and FIND_IN_SET(‘3’, meta_value) > 0
Warning: Cannot modify header information – headers already sent by (output started at /usr/www/users/trashm/forums/bb-includes/db-mysql.php:106) in /usr/www/users/trashm/forums/bb-includes/pluggable.php on line 224
Strange Error/Crash Message
Published on April 20th, 2008 byI tried unsuccessfully installing both wordpress mu and bb press this week. Both times I had my whole website down, and insted some strange website that called something like “undirected designs” came up. Some strange African American in white overalls, a hous painter or something. WHAT THE HECK WAS THAT? Should I be worried. For now I am giving up the install.
Can someone tell me what this was?
Alter Loop for Paged Forum Pages?
Published on April 20th, 2008 by jenzI really like how this works on the front page:
$forum_id = 1;
$forum_one_topics = $bbdb->get_results("SELECT * FROM $bbdb->topics WHERE forum_id = $forum_id ORDER BY topic_time DESC LIMIT 0,10")
foreach($forum_one_topics as $topic) :
?>
but would like to use this for the whole site. Is it possible to make this the logic of the entire site loop?
How to integrate bbPress into static HTML ?
Published on April 19th, 2008 byHi everyone, i want to know if is possible to integrate bbPress into static HTML webpage, if yes how ? Thanks in advance. To see an example :
This is my site :
http://freewaregeeks.com/
This is what i’m trying to do :
http://www.imagebin.eu/pics/6a0285a7c31bf34bd8522cae809fa74f.png
Forum for Videobloggers who use WordPress
Published on April 19th, 2008 byhttp://showinabox.tv/forum
We hacked in email notification.
Really like the clean look.
Join up if you hack wordpress…and work with video.
we’ve built some cool plugins and are designing themes that are videocentric at showinbox.tv. We’re glad to link/blog about other solutions that work for videobloggers.
email notification, but slow feed?
Published on April 19th, 2008 byWe came up with a hack for email notifications: http://showinabox.tv/forum so people can get an email when someone posts to a thread they are following.
We are using RSS Forward.
But it seems that our bbPress feed updates itself very slowly.
Anyone know how often feeds refresh by default?
BBPress Newbie
Published on April 19th, 2008 byHi. Have just downloaded bbpress from this site. Uploaded it to my server……now what? It is not showing up in my wordpress admin plug in section. I presume I have to configure something somewhere….can anyone advise please. Do I need to create a new databse for bbpress or do i still use my existing wordpress database.
wp 2.5 and 9.0.1 plugin questions
Published on April 18th, 2008 by txmomI have wp and bbpress integrated, fresh installation.
To use avatars is it better to use a wordpress plugin? I tried avator upload, but no avators, nor upload links in profiles. Admin tab is there.
I’d like to be able to use the private message thing, will it work with the 2 integrated?
Thanks.
Invision IP.Board to bbPress conversion script
Published on April 18th, 2008 by BeerWould anyone be able to assist with testing a conversion script from IP.Board 2.3.4 to bbPress 0.9? I’ve started writing some code myself to handle the switch. It would be great if any other coders would be willing to assist with this too.
The way it will work currently is to generate a ‘ipb2bb.sql’ file that you can pass to mysql to upgrade the database. It will import users, categories, topics and posts. You can ask it to limit it’s import to select categories only instead of all categories.