Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author eskapism

    (@eskapism)

    Do you mean that there are to many events showing in the log? If so, go to General settings -> simple history -> set a lower value there.

    Thread Starter Hrohh

    (@hrohh)

    No, I meand length of content in one item..

    more via screenshot

    Thread Starter Hrohh

    (@hrohh)

    as you can see, there is problem with edited part of content
    i replace some charts in top. middle and at the end of document

    Thread Starter Hrohh

    (@hrohh)

    and can you please provide little change

    replace
    SimpleHistory::NAME
    with
    __( ‘Simple History’, “simple-history” )

    add_options_page(
    				__( 'Simple History Settings', "simple-history" ),
    				SimpleHistory::NAME,
    				$this->get_view_settings_capability(),
    				SimpleHistory::SETTINGS_MENU_SLUG,
    				array( $this, 'settings_page_output' )
    			);

    thx

    For now, I have about 50% of czech language…

    Plugin Author eskapism

    (@eskapism)

    Thanks for the screenshot @hrohh, I’ll see what you mean now. I will take a look at this.

    Also the settings/options page will have the fixes you provided in the next version.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘dashboard max length of content’ is closed to new replies.