I was wondering if there was a way to make all post have a default poll question. Im starting a freebie forum, where users can submit free stuff they find online, I would like to set each post started to have a simple yes/no poll, like did this freebie offer work? Can this be done?
BB Poll Plugin
Published on December 11th, 2007 by DoobusWP 2.4
Published on December 11th, 2007 by AndrewI saw the following post on WP2.4 – coming in Jan.
WordPress weekly digest 26th November to 2nd December 2007
It sounds like WP2.4 will use a new hashing scheme to store the password.
Will this interefere with bbPress users who are running WordPress User integration?
Anyone Using Feeling Gray Theme?
Published on December 10th, 2007 by DoobusVery nice theme, however I am getting this error when I click edit:
This topic is
Fatal error: Call to undefined function topic_resolved() in C:wampwwwwrdp2bbp2bb-templatesfeelinggrayedit-post.php on line 35
I’m not getting this with the default them Kakumei. Suggestions?
sortserialize and has problems
Published on December 10th, 2007 by NullHi,
Don’t know if anyone knows how this works, but I though, let’s give it a shot.
I currently have the following code (javascript) to get a hash:
function serialize(s)
{
serial = $.SortSerialize(s);
alert(serial.hash);
};
Now this has as output:
sort3[]=links&sort3[]=images
I want it to output:
links,images
How to do this?
sort3[]= needs to be filtered
& needs to replaced by ,
I’ve tried things like:
function serialize(s)
{
serial = $.SortSerialize(s);
alert(serial.hash);
var hash = serial.hash;
var temp = hash.replace(new RegExp( "sort3[]=", "gi" ),'');
and
function serialize(s) {
serial = $.SortSerialize(s);
var hash = serial.hash;
var temp = hash.replace(/sort3[]=/gi,'');
alert(serial.hash);
};
But none worked
Hope you guys can help.
Many thx,
Null
Limiting RSS Feed to First Post Only
Published on December 10th, 2007 by DoobusI’m trying to limit the RSS feed, instead of listing all the post within a forum, how do i limit it to the first post only?
not sure if i’m making sense, but for example I have a forum category called widget 1, inside widget 1 there is 10 sub-categories, how do I make so that the rss feed only shows the 10 sub-categories and not the comments within the sub categories?
A video about integrating bbPress into WordPress
Published on December 9th, 2007 byHi!
I made a new podcast show and the first episode’s topic is “Integrating bbPress into WordPress.” This is my first video, so I’m really need your suggestions. Maybe you can tell me what are you expecting in such podcast show? I am looking forward to hearing from you! 
PS. I haven’t decided what’s next episode and when will it be released.
PS2. You may want to download .ogg (I might convert .ogg to .flv and .mov without appropriate parameters, so the qualities are not good).
RSS Title Help
Published on December 9th, 2007 by DoobusHow do I changed how the feed views the RSS titles? The current title setup in RSS is “user name” on “title of post”. I want to remove user name, the word “on”, and the quote marks of the title post and just leave the title post, basically I want the rss view exactly like the WordPress RSS view. Suggestions? Thanks in advance.
WordPress-type user authentication
Published on December 9th, 2007 byWordPress has a really nice authentication method: by user’s email. No password or registration. Is it possible to use similar authentication in bbpress?
Really, registration is unnecessary and creates a problem of spam nicknames cluttering the admin panel. Akismet deals with spam comments well.
Wouldn’t it make sense to switch to the wordpress-type authentication by poster’s email?
Please note that this is not the same as anonymous posting.
Additionally, bbpress really lacks wordpress’ moderation options. It would be surely a good idea to moderate all comments which contain links since almost all of them are spam comments which make it through Akismet.
Jack Hammer Discussions
Published on December 9th, 2007 by JeffVoegtlinI don’t know if my forums qualify to be listed here, but I’m going to anyway. Trent has helped me quite a bit and I figured some other things out myself. I’d appreciate any comments, or suggestions.
http://jackhammr.org/bbpress/
I’m using Trent’s onvertigo theme, which works well with my blog theme, regulus.
Does anyone know how I can edit the search_form? I’d like the input box to be shorter and I’d like the button to say “Go!” and be on the same line as the box. And I’d like all of that to be on the same line as the User Information.
Thanks,
A little help with integration
Published on December 9th, 2007 by DoobusThis is such a nub question, but what goes first the WordPress install followed by bbPress? Or do they install at the same time, the documentation is confusing me because all it say is configure the config.php file in the bbPress folder, but doesn’t say much else? Any help past this would be great! Thanks.