Published on July 19th, 2009 by
Hello, I’m using wordpress + bbpress integrated and I want that the user profile page (for example, when you click on the profile in the comments) was the one for them both, preferably the WP profile page. Is there any plugins which makes this possible or may be someone could say how to do it, i think it’s not so difficult.
Thank you and sorry for my english.
Published on July 19th, 2009 by bb-gian
I’ve got quiet some spam registrations since I didn’t install other anti-spam other than Askimet.
I now installed a few other anti-spam plugins and it looks like I am not getting spam.
But I do need to clean up the database and delete all spam.
I installed Mass Delete Users plugin (very useful) and in order to track spam registrations I checked up the users that had a URL in their profile and most of the URL were spam sites.
I also found and delete all users with “.ru”.
Now, is there aany other criteria I could TRACK spam registrations, since the other just have email and names. But how could I judge if a particular user is a spam or a regualr register.
I’d like to have a clean database to send newsletter only to real users, not spam registers.
Any advise on that?
Thanks.
Published on July 19th, 2009 by Jason Giedymin
On both Chrome and Safari (latest stable on both, and up-to trunk on Chrome) these do not work for me:
– Adding/Removing from favorites ajax script within a viewed topic: Clicking on the span wrapped anchor shows animation but state unchanged.
– keymaster removal of posts: input box and animation plays, upon refreshing page (Manual F5) posts re-appear.
These situations do not occur with FireFox or I.E.
I’ve also replaced jQuery 1.2.6 with jQuery 1.3.2 (without errors, and requires a few php changes to the script loader) but this does not work. I had thought maybe there were fixes to 1.3.2 ajax code.
Still not discounting my own server config, and I haven’t fully debugged the javascript yet. I have jQuery debug up and running, just going to be a while.
Stack is: WPMU 2.8.1 >> BBPress 1.0.1
Anyone have similar issues?
Published on July 19th, 2009 by Gautam
I have fixed Live Comment Preview Plugin By Enrique Chavez aka Tmeister.
I have also added some new features like:
1) You don’t have to do any file editing, it will auto-insert itself.
2) Now, it will auto-refresh itself after 10 seconds. You can edit this in the js file (last line).
You can get it here:
http://www.mediafire.com/file/znyxze2mefw/live-comment-preview.zip
Published on July 19th, 2009 by amit90
sir,
in my website use bbpress when i install Add New link not goes to login page. pls give me soln.
Published on July 19th, 2009 by
Hey fellow bbPress enthusiasts,
I have just spent forever playing with PHP trying to get the name generated by “Last Poster” in Latest Discussions on Forum or Front-Page to link to THAT user’s bbPress profile.
My apologies if I am missing an easy “<a href=” command to surround the php in:
<td class="num"><?php topic_last_poster(); ?></td>
Nothing seems to work.
Many thanks as my brain has been fried working on this.
Published on July 18th, 2009 by thekmen
Hi all, just wondering if it is possible to add the forum description on a topic page?
I’m using bbPress 1.0.1 by the way…
Published on July 18th, 2009 by
I have an older theme, basically a hack of and old version of Kakuemei, and recently upgraded to bbPress 1.01. Now when users edit their password I’m seeing this message:
Password Strength Disabled (requires jQuery)
Everything still works fine, but I’d like to fix it if possible. How can I include jQuery and remove this error?
Thanks everyone,
Matt
Published on July 18th, 2009 by Design Maroc
Hi all,
I have an irritating minor problem with bbsocialize plugin.
I used the hack of LidiaAnain (https://bbpress.org/plugins/topic/bbsocialize/) that adding facebook to the other social networks already in the plugin .
In the admin the Facebook display button can’t be selected for “yes”. It automatically reverts to “no” when the settings are saved.
Anyone knows how to fix this prob!
Published on July 18th, 2009 by jdschu
I’ve been digging through a lot of the bbPress code trying to find a way to do this with no success. I want to require people to have a certain email address (_____@certainwebsite.com) in order to register. I feel like this should be really easy to do, but I’m still not very skilled in both bbPress and PHP.