A Simple Comic

The Highland Hunt - 10

2023-09-23 comic

Taking a small break

2023-06-10 20:20
Okay yeah, this has been a bit overdue by the lack of updates if you've been paying attention. I'm taking a small break before posting the next chapter given I need some time to catch up to my backlog. It won't be too long, next update will be on July 1st.

That aside, I've been working on different reader settings; I feel like most people nowadays are comfortable reading an entire chapter in a single strip so I wanted to give them that option, plus it's more comfortable when a chapter is finished. If you prefer reading it page-by-page as it currently is, don't worry, I'm not discarding it entirely. Just need to make sure everything works properly, if it's all good I'll add it when the next chapter releases.

Recently
simplecomic | generated in 0.0083s
SQL:
Array
(
    [0] => SELECT * FROM comics WHERE pub_date <= UNIX_TIMESTAMP() ORDER BY pub_date DESC LIMIT 1
    [1] => SELECT description, transcript, alt_text FROM comics_text WHERE comicid = 100
    [2] => SELECT comicid, slug, filename FROM comics WHERE pub_date < 1695502800 AND pub_date <= UNIX_TIMESTAMP()  ORDER BY pub_date DESC LIMIT 1
    [3] => SELECT comicid, slug, filename FROM comics WHERE pub_date > 1695502800 AND pub_date <= UNIX_TIMESTAMP()  ORDER BY pub_date ASC LIMIT 1
    [4] => SELECT comicid, slug, filename FROM comics WHERE pub_date <= UNIX_TIMESTAMP()  ORDER BY pub_date ASC LIMIT 1
    [5] => SELECT comicid, slug, filename FROM comics WHERE pub_date <= UNIX_TIMESTAMP()  ORDER BY pub_date DESC LIMIT 1
    [6] => SELECT * FROM rants r LEFT JOIN rants_text t ON r.rantid = t.rantid WHERE pub_date <= UNIX_TIMESTAMP() ORDER BY pub_date DESC LIMIT 1
    [7] => SELECT 'rant' as type, rantid AS id, title, pub_date FROM rants WHERE pub_date <= UNIX_TIMESTAMP() ORDER BY pub_date DESC LIMIT 5
    [8] => SELECT 'comic' as type, comicid AS id, title, pub_date FROM comics WHERE pub_date <= UNIX_TIMESTAMP() ORDER BY pub_date DESC LIMIT 5
    [9] => SELECT filename FROM comics WHERE slug = 100 ORDER BY pub_date DESC LIMIT 1
)
Other:
Array
(
    [selection_style] => Array
        (
            [0] => latest
        )

    [template] => Array
        (
            [0] => template/default/index.php
            [1] => template/default/head.php
            [2] => template/default/frame_top.php
            [3] => template/default/comic.php
            [4] => template/default/comicnav.php
            [5] => template/default/comicnav.php
            [6] => template/default/rant.php
            [7] => template/default/foot.php
            [8] => template/default/frame_bottom.php
        )

)