Python Forum

Full Version: combined posts, reply, bad edit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
there is that feature where if you make a 2nd post/reply to the same thread, these get combined with a long (wide) horizontal rule between them

a reply to it gets that horizontal rule and the the 2nd post in the reply text. see http://python-forum.io/Thread-documentat...39#pid5639

the extra reply text can be deleted, but the horizontal rule cannot.

let's see how it behaves

(Dec-02-2016, 08:02 AM)Skaperen Wrote: [ -> ]there is that feature where if you make a 2nd post/reply to the same thread, these get combined with a long (wide) horizontal rule between them

a reply to it gets that horizontal rule and the the 2nd post in the reply text. see http://python-forum.io/Thread-documentat...39#pid5639


the extra reply text can be deleted, but the horizontal rule cannot.

let's see how it behaves

it's different this time, at least it's all in the quote.

mixing posts and quote replies with horizontal rules.  maybe there is a clause in the MyBB license that forbids having python coders as users.
You can delete the line by clicking the "view source" button (ctrl+shift+s) and deleting the hr-tag, this way you can also add custom lines if you want. Wink