One the search page:
The dropdownlist of forums does not remember the last ‘selected’ forum_id
In the code ln943 of class.bb_query.php
Code:
$r .= “tt<div>” . bb_get_forum_dropdown(array(‘selected’ => $q_forum_id, ‘none’ => __(‘Any’), ‘id’ => ‘forum-id’)) . “</div>n”;
the forum_dropdown function is called with (‘selected’ => $q_forum_id) as one of the args however $q_forum_id never seems to have a value at this point.
Perhaps this is true for the first call to the search page (ie. when using the search box) but not on subsequent calls using the search form when the forum_id may have been selected.
Is this a bug or is it deliberate?
NB: by hard coding the (‘selected’ => 2) the page performs as expected – but obviously that is no better than the present state.
So I deduce that $q_forum_id is not being set !
NB: I have tried $q but that too has no value!
Any help appreciated
I am awfully eager to join a good community that uses bbpress as their forum software. Could you post some, please?
Thanks in advance.
Hello,
The title explains it. Looks tacky if a post is old and it shows when it was posted.
Thanks,
RedBull
Since a lot of people still say version 0.9.0.6 is still good i installed it but was unable to set pretty permalinks and there was a never ending story of solutions on the forums like adding bbpress rules to wordpress htacess file or adding multiviews but none worked i even tried to copy the rewrite rules from bbpress to the htacess but no luck i end up on 404 page….
so i went back to version 1.0.2 and instaled svn version 2540 and altough its istalled the following error popped up above the bbpress last installation step (the one that gives us the admin password)
Database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘)’ at line 1]
SELECT term_id, term_taxonomy_id FROM bb_term_taxonomy WHERE term_id IN ()
Caller: BB_Install->BB_Install, BB_Install->process_form, BB_Install->process_form_finalise_installation, bb_insert_topic, bb_add_topic_tags, BB_Taxonomy->set_object_terms, WP_Taxonomy->insert_term, WP_Taxonomy->clean_term_cache
Warning: Invalid argument supplied for foreach() in /public_html/forums/bb-includes/backpress/class.wp-taxonomy.php on line 1789
Warning: Cannot modify header information – headers already sent by (output started at /public_html/forums/bb-includes/backpress/class.bpdb.php:569) in /public_html/forums/bb-includes/functions.bb-core.php on line 1148
can anyone tell me what i’m doing wrong or maybe what i can do to use pretty permalink in 0.9.0.6.
Thanks
I was wondering if anyone could help me locate the register-success.php file so I can add the text, “Please check your spam folder if you do not recieve in your inbox.” I was looking in the register.php and it shows the register-success.php as an included file.
Thanks,
RedBull
Hi,
For my website I need the forum to be the Frontpage (main site), but I need wordpress for things like Facebook Connect plugins. Could I install BBpress on the root directory and have WordPress on a sub directory like www.forum.com/blog. Whilst still creating a deep intergration between the two ?
Does anyone know if there are any SPF importers in the works? I’m at my wits end with this plugin.
How do I add new users through the admin panel ?
I am looking for a plugin (or code) to make a login to the page so only the persons who have this login can see the forum..? like a “Registration to the bbpress folder”. I tried some folder-registrations but then bbpress does not work at all.
Thankx for any tips.
I’m trying to show the latest topics across the entire board in a sidebar. I foolishly tried creating a standard loop (if ($topics) : foreach ($topics as $topic) : ?>), but of course if you’re on a forum you only see topics within that forum, not across the entire board. I can’t puzzle out how to make the right query. Should I use bb_query? $bbdb_get_results()? Something else?
Thanks.