Skip to:
Content
Pages
Categories
Search
Top
Bottom

Thousands of revisions

Published on January 7th, 2014 by inspirationally

Hey there,

I have a problem I can’t find a solution for (all latest versions, but it was the same before) at deppheads.com:

Every few seconds, I can see a new revision coming up in the database. I just removed the revisions of the last month and there were over 50000! I mean my forums have a few hundred thousand posts, and they are some kind of reply/topic revisions to existing posts/topics as copies of existing replies (I think). Very curious.

I have no idea how to disable them from being created. I already set auto_save to define('AUTOSAVE_INTERVAL', 86400);

and added


add_action('admin_init', 'disable_revisions');
function disable_revisions(){
       remove_post_type_support('revision', 'revisions');
 remove_post_type_support('topic', 'revisions');
    remove_post_type_support('reply', 'revisions');
}

to my functions.php, but they still appear.

And I disabled revisions for bbpress posts in the settings page.

Any ideas??

Visitors are allowed to post, and I’d like to keep it like that, because it is also my comments system and I know many would not comment if they needed to register.

Here are the last 20 exported as sql (couln’t copy it in, so as a link:)

http://deppheads.com/insert.txt

Here one example of the “parent” http://deppheads.com/forums/reply/359207/

Do-follow on own site

Published on January 7th, 2014 by Mailhilfe

I know that is possible to outcomment these parts

add_filter( ‘bbp_get_reply_content’,’bbp_rel_nofollow’, 50 );
add_filter( ‘bbp_get_topic_content’,’bbp_rel_nofollow’, 50 );

in the bbpress/includes/core/filters.php

But I want to set only internal links to do follow, external should to on nofollow.

How I can do it?

(3.8 WP) bb Login Widget Not Showing Up in Sidebar

Published on January 7th, 2014 by PCTP

I deleted from the widget list and reinstalled into sidebar and it still does not show up. I’ve tried all sorts of things … perhaps I am complicating my settings? help….
site is www.PickensCountyTeaParty.com (Theme Magazine Basic)

External page submit form (get topic id)

Published on January 7th, 2014 by piccart

Hello!

I am using the default template of bbpress and I’d like to customize it

My issue is divisible in 3 parts:

1- I’d like to cut off the “add your reply form” from the bottom of the comments list
2- I’d like to make a custom page with the form, which I’ve seen I can make with a shortcode
3- I’ll need to build up a button “post reply” on the topic page, which I think it will have to pass to the form page a variable with the id of the topic, otherwise it won’t be possible for that form to append the reply to the correct topic, isn’t it?

I think I’ve found where to cut off the displaying of the form but I’d like you to confirm before I make mess. is it in this file:
bbpress/templates/default/bbpress/content-single-topic.php
and if I’d like to cut off the form from the topics archive lists as well, the file should be this:
bbpress/templates/default/bbpress/content-single-forum.php

point 2 should be easy, but I am wondering how I’ll have to pass the variable of the topic which has to be commented.. anyone can explain me how this works?

in point 3 I have no idea.. I’ve browsed millions of files today and found millions of functions and hooks so I don’t know which I have to use and how. by instance I’ve found a bb_get_forum_id() and a get_forum_id() and who knows if there are more similar that I’ve missed. which has to be used to retrive the current topic id? and how it has to be used?

Thank you very much for reading this topic, I hope someone will help me.
Cheers!
Andrea

how to point the forums page template to custom page template

Published on January 7th, 2014 by mallika12

I tried this using while creating forums page with the tag

, i selected the dropdown of page template to my custom page template but its not reflecting in the topics page and reply page and when point the forumindex page using the breadcrumb also its coming with default tempalte.

Please can any one help regarding this. I feel there should be code where its picking default template page if you know where its picking i can manually put custom page template there

Thanks in advance

Where is registered the forum sidebar?

Published on January 7th, 2014 by piccart

Hello!

I have a client who wants to display the bbpress sidebar in the forum pages in a different way.
He want to make it narrow and with smaller fonts.

the problem is that the bbpress sidebar is registered with no particular wrapper id, so if I edit the css, all the sidebars in the website will be changed and not only the forum one.

I am looking to find the file where the sidebar is registered, in order to alter the code and add a specific id (like #bbpress-sidebar) to the sidebar, so I’ll be able to make a custom css for the sidebar sub-classes only for the children of that id.

I’ve looked into millions of files but I haven’t found it, can someone please help me?
Thanx!
Andrea

Can author change titel of thread?

Published on January 7th, 2014 by kentlii

Is is posible for a user to change the titel of a thread that he has created?
I have users who some times would like to change the titel of some posts or threads and I cant quite figure out if that is possible.

Forum not loading correctly – over night bug

Published on January 7th, 2014 by nyhotdogman

Hi guys,

I have a weird problem – no changes made to the site or plugins what so ever. bbpress worked just fine. But from one day to another my main forum/category does not load correctly anymore. So all others still show without problems, but the main forum just shows up blank. Could this be a server issue? I have contacted admin, but he says all ok from server side.

Have a look here: Regular loading forum (as it should look): bit.ly/19YsTma

Not working forum: bit.ly/19YsU9K

Any ideas or suggestions? May bbpress be running into memory issues or so? This is the forum with the mosts topipcs and replies…but not aure if that is the reason for the problem.

I already tried resaving permalinks and settings, nothing helped. Wp debug also did not show up anything unusual.

Thanks a lot, I really appreciate your help,
Peter

problem importing Vanilla data to bbPress on localhost

Published on January 7th, 2014 by B

Hi friends,

I’m attempting to convert over from Vanilla 2.0 to bbPress. I’d like to test first on my local machine, so I’m trying the Import Forums option in my local WP install.

My question: Should there be any problem importing from a live instance to my local?

I’m in PHPMyAdmin and quadruple checking all my settings, so as far as I can tell, I’m inputting all the database settings within bbPress correctly. Sadly, once I start the conversion, I get the “No xxxxxx” set of errors.

What are some common database setting mistakes, just in case I might be overlooking some options? Also, could it be that I’m importing to my local machine and that’s causing the problem (I assume not)?

Let me know if I can provide any more info to make this easier (screenshots, server info, etc)

Thanks!

Last post by

Published on January 6th, 2014 by TheTechnoMan

Hello,

i have the problem that it is not showing the last posters username at the topic list.

It looks like that:

How can i change that?

Thank you very much

Skip to toolbar