• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

Change buttons | Reply | Mark Unread | Not Watching | Sort By |

Scheduled Pinned Locked Moved Solved General Discussion
3 Posts 2 Posters 1.2k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • MJM Offline
    MJM Offline
    MJ
    wrote on last edited by
    #1

    Hello, Is there a way to change the buttons below the OP.

    Standard they are like

    post views | Reply | Mark Unread | Not Watching | Sort By |

    I want them to be

    post views (completely left) ______________________________________________ | Mark Unread | Not Watching | Sort By | Reply |

    Can somebody help me how to change this, and is this possible doing this by CSS and if sho, how?

    1 Reply Last reply
    0
  • yariplusY Offline
    yariplusY Offline
    yariplus Community Rep
    wrote on last edited by yariplus
    #2

    It's easy if you use black magic.

    .post-bar [component="topic/reply/container"] {
    	float: right;
    }
    
    .post-bar [component="topic/mark-unread"] {
    	float: left;
    	margin-right: 5px;
    }
    
    .post-bar [component="topic/watch"] {
    	float: left;
    	margin-right: 5px;
    }
    
    .post-bar [component="thread/sort"] {
    	float: left;
    	margin-right: 5px;
    }
    
    .post-bar .thread-tools {
    	float: left;
    	margin-right: 5px;
    }
    
    .post-bar .stats {
    	position: absolute;
    	left: 0px;
    }
    
    .post-bar .stats + .stats {
    	left: 80px;
    }
    
    MJM 1 Reply Last reply
    1
  • MJM Offline
    MJM Offline
    MJ
    replied to yariplus on last edited by
    #3

    @yariplus thank you so much for your help 🙂

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development