Skip to:
Content
Pages
Categories
Search
Top
Bottom

force revision logs


  • GrantAdmin
    Participant

    @grantadmin

    Hi this is my first post here, I know my way around editing code but not a strong coder.

    I am wanting to edit bbpress so as to turn off the option for revision logs and have it as a default so all post edits must be recorded.

    Can anyone please guide me in doing this?

    I heave read around the forums and it seems everyone is wanting to do the opposite of this with their logs, but I need it as my wordpress/bbpress install is for official activities.

    thanks

Viewing 5 replies - 1 through 5 (of 5 total)

  • Robkk
    Moderator

    @robkk

    use this CSS to hide the checkbox for users to turn off logging their specific topic or rpely.

    label[for="bbp_log_reply_edit"],
    label[for="bbp_log_topic_edit"], 
    input#bbp_log_reply_edit,
    input#bbp_log_topic_edit {
    	display: none !important;
    }

    GrantAdmin
    Participant

    @grantadmin

    thanks greatly
    will give this a whirl later today and report back with how I got along.


    GrantAdmin
    Participant

    @grantadmin

    Hi Robkk
    this may sound silly, but where to add this like on which page?
    Just climbed through all the CSS files of bbpress and I couldn’t see anything that matches this to edit or where the right place to paste it.

    sorry for the noob q’s


    gravityfashion
    Participant

    @gravityfashion

    Hello ,

    can you please explain me where can i add this link .


    Robkk
    Moderator

    @robkk

    @grantadmin

    it is custom css , and its not in the bbpress.css file

    it is custom just for what you want.

    Add the CSS to any where you add custom CSS

    like a child themes stylesheet
    or a custom css plugin

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar