Posts: 4,646
Threads: 1,493
Joined: Sep 2016
you know how doing 2 posts gets one post with 2 parts split by a horizontal line. when you click the
quote
button to make a reply, you get both posts in the quote. so you have to clean up the mess.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,646
Threads: 1,493
Joined: Sep 2016
Oct-11-2018, 12:56 AM
(This post was last modified: Oct-11-2018, 12:59 AM by Skaperen.)
well, i had to remove the quoting of the first post.
so the quote would have only the second post.
(Oct-11-2018, 12:56 AM)Skaperen Wrote: well, i had to remove the quoting of the first post.
so the quote would have only the second post.
if i didn't then i'd have something like this.
(Oct-11-2018, 12:56 AM)Skaperen Wrote: well, i had to remove the quoting of the first post.
so the quote would have only the second post.
(Oct-11-2018, 12:56 AM)Skaperen Wrote: well, i had to remove the quoting of the first post.
so the quote would have only the second post.
if i didn't then i'd have something like this.
this can get fun.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,646
Threads: 1,493
Joined: Sep 2016
Oct-12-2018, 05:47 AM
(This post was last modified: Oct-12-2018, 05:50 AM by Skaperen.)
time for someone to write some new forum software ... in Python and Brython. lots of interaction, even server interaction like saving and posting what is edited, should be done client side. the server should just be an information exchange and not be generating formatted pages (other than prior to login). the client-side can do this by directly setting up DOM objects.
i am curious if this
myBB software has its own daemon running, or if everything is produced as a web server component (the old way).
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,646
Threads: 1,493
Joined: Sep 2016
rewriting is an opportunity to switch to Python.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.