Search Results for 'test'
-
Search Results
-
Hi. For some reason, my deleted users keep reappearing. I keep deleting all users that have 0 posts and include .ru in their email address, and all of those exact users keep reappearing on the list. Any suggestions? I just loaded this plugin today, so I assume I have the latest version.
Topic: Terms of Service
Hi there,
The terms of service plugin is not available anymore when i try to download this.
See: http://bbpress.org/plugins/topic/terms-of-service/
Does anyone has this plugin and is this compatible with the latest version of BBpress?
Hi there,
If you are looking for a BBpress and WordPress developer, than i’m your man!
I’m studying WP for about 4 years and BBpress for about 1 year now.
I make high premium WP sites with fully BBpress integrated.
See my latest project: http://www.jahw.nl / forum: http://www.jahw.nl/forums
I have an updated list with the best plugins and latest hacks for both WP and BBPress.
If you are looking for help, don’t hesitate to contact me via my contact page on my website: http://www.jahw.nl/contact
Topic: Get last page in bb_init
Hi there. I’m writing a small plugin and I need to check if the actual page is the last page of a topic. I’ve seen that this is the standard way:
if(bb_current_user_can('write_posts') && bb_is_topic())
{
global $topic, $page;
$add = topic_pages_add();
$last_page = get_page_number( $topic->topic_posts + $add );
if($last_page == $page) do whatever you want
}but I want to use this code during the bb_init callback. It doesn’t work and after some simple tests I’ve seen that $topic isn’t defined (yet). Is there a way to get last page during this callback?
Thanks in advance.
Topic: No Categories
So yesterday everything looked great had Categories and topics under those Categories. Now this morning all I am seeing are the latest discussions and no Categories or topics. Not sure what happened.
I have changed server
ERROR: Could not establish a database connection
problem with
define( ‘BBDB_USER’, ‘user_bbpress’ ); ?
i have underscore in BBDB_USER and i get this error
ERROR: Could not establish a database connection
my old server is
define( ‘BBDB_USER’, ‘bbpress’ ); is work!
….
BBpress Latest Discussions (1.7.2) in wordpress could connect this database with Bbpress DB User: user_bbpress
Hi,
This would be my third post I made on this now (Sorry) (I seemed to have been bozo’ed on my other posts as my posts aint showing on my other computer which I think is off MOD’s – why would you do this ?) but really think this is a serious issue for the bbPress community.
I like many others have the bb_rel_nofollow filter in place to help against the fight against spam. It some what works but… if I put rel=”follow” in the html markup in a post I can over ride the nofollow filters.
A example can be seen on post 82/83 of my beta forum: http://www.diyextra.com/forum/topic/this-is-a-test-of-the-lenght-of-the-forum-title-test-123-and-again?replies=19#post-82
Does anyone know of this problem and does anyone have a patch to this.
Many Thanks in Advance.
Chris
Topic: Post times messed up?
Just over the past two days I’ve been noticing some strange issues on my site with post times. Several of the latest threads have shown as being posted “-1 years ago”. Sometimes, inexplicably, when refreshing the page it will change to show the correct time and sometimes it will revert back. I’m at a loss to explain why this is occurring.
I also just now noticed a thread that showed as being posted “5 hours ago” with a reply that was posted “6 hours ago”. With my theme this really causes an issue because I have the “first” post in a thread styled differently.
Anyone else having issues like these?