Skip to:
Content
Pages
Categories
Search
Top
Bottom

Moving Topic Edit Logs below Signature

  • @tech55541

    Participant

    Hello,
    URL: http://yourtechadvisors.com/forums/topic/testing-safe-to-ignore/
    I am using this plugin to add signatures: https://wordpress.org/plugins/gd-bbpress-tools/

    I would like the Revision information to align under the Signiture. I am currently using this CSS.

    .topic.type-topic.status-publish > .bbp-reply-content,
    .reply.type-reply.status-publish > .bbp-reply-content{
        display: -webkit-box;
        display: -moz-box;
        display: box;
    
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    
    .topic.type-topic.status-publish > .bbp-reply-content > .bbp-topic-revision-log,
    .reply.type-reply.status-publish > .bbp-reply-content > .bbp-reply-revision-log{
    	-webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }
    
    .topic.type-topic.status-publish > .bbp-reply-content > .bbp-signature,
    .reply.type-reply.status-publish > .bbp-reply-content > .bbp-signature{
      -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }

    It is working fine in Firefox, but not in Internet Explorer and Safari on apple devices such as IPhones. Can you please take a look for me?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • @tech55541

    Participant

    Hello,
    I could not figure out how to edit posts, but I just had this ticket made public so you all can see what we have tried with WPMU DEV.
    https://premium.wpmudev.org/forums/topic/move-last-edit-time-below-bbpress-signature#post-1047054

    Thanks again.

    @tech55541

    Participant

    Hello,
    I have some more interesting information. If I close a topic, the first post the rivision logs are not under the signature but when it is open, it is. Replies are untouched. Is this because there are divs here that are not targeted?

    Thanks, sorry for so many replies all ready.

    @casiepa

    Moderator

    Do you really want to show the revision logs ? I would just remove them …

    @tech55541

    Participant

    Yes, it is a requirement for me to show who edited their post last.

    @tech55541

    Participant

    Just ignore this, to much work.

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