• Resolved Danishsard

    (@danishsard)


    Is it possible to insert columns of entries in some way?

    Hi, is it possible to switch off the last columns and the last topics to make it look like on the picture. In css visable I am not suggesting the existence of this table.

    It would be nice to make a forum as a list without those who last wrote the entry and when

    picture: https://zapodaj.net/images/adf459a637ee1.png

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @danishsard

    You can hide those columns with the following custom-css:

    #af-wrapper .forum-poster,
    #af-wrapper .topic-poster {
        display: none;
    }
    Thread Starter Danishsard

    (@danishsard)

    It is simply brilliant! Both your help and the forum.

    You solved this problem. Maybe with time, there will be signatures for guests to e-mail and initial and to give an advertisement under 1 post only if somehow of this type and probably it will be brilliant at 1000%

    Thread Starter Danishsard

    (@danishsard)

    And how to delete a quote that is

    .forum-post-date,
    .forum-editor-quote-button

    because the same with none does not work – it still displays

    Thread Starter Danishsard

    (@danishsard)

    And how to delete a quote that is

    .forum-post-date,
    .forum-editor-quote-button
    .topic-lastpost-smal
    .forum-lastpost-small

    because the same with none does not work – it still displays

    Plugin Author Asgaros

    (@asgaros)

    Hello @danishsard

    Please try it with the following code:

    #af-wrapper .forum-editor-quote-button,
    #af-wrapper .forum-post-date,
    #af-wrapper .forum-lastpost-small,
    #af-wrapper .topic-lastpost-small {
        display: none !important;
    }
    Thread Starter Danishsard

    (@danishsard)

    Yes I did it works even well. It hides the quotation and date in front of people but in the code it is as a commentary of the spectacular. But it can be.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Is it possible to insert columns of entries in some way?’ is closed to new replies.