224 Commits

Author SHA1 Message Date
Xkeeper
d1c8545ec0
Merge pull request #78 from Sanqui/master
Fix linkrot for Sanqui's old websites
2024-09-17 04:34:52 -07:00
Xkeeper
fd31686316
more 8.0 tweaks/fixes. hopefully. bluh 2024-09-17 04:29:34 -07:00
Xkeeper
d88a9c339b
7.4 still has this function i guess 2024-09-17 02:30:07 -07:00
Xkeeper
1f8249f9ba
forum listings are now slightly happier with php 8 2024-09-17 01:16:03 -07:00
Xkeeper
c91b9a167a
does this make it work 2024-09-17 01:04:15 -07:00
Xkeeper
4bd72f1b05
fix ranks for 8.0 2024-09-17 01:04:04 -07:00
Xkeeper
2d77329bd2
the 8.0 fixes will continue until compatibility improves 2024-09-17 00:36:13 -07:00
Xkeeper
81ee0c092e
more php8.0, make login page more modern (in the *good* sense) 2024-09-17 00:16:48 -07:00
Xkeeper
08cb172ab5
increase failed login threshold to 10 2024-09-16 23:34:24 -07:00
Xkeeper
b51262be3d
Merge branch 'master' of github:Xkeeper0/jul 2024-09-16 23:13:49 -07:00
Xkeeper
eeba015a21
fix some php8.0 showstoppers 2024-09-16 23:13:31 -07:00
Xkeeper
3aa468c087
update filters, footer 2023-08-08 17:20:51 -07:00
Xkeeper
67d13bdb44
Merge pull request #80 from Kak2X/ppdgauge-gradient-fix
Fix invalid gradient in ppdgauge
2023-08-08 17:06:25 -07:00
Kak2X
1ae559f107
Fix invalid gradient in ppdgauge 2023-08-06 22:14:23 +02:00
Sanqui
52a993fd59
Fix linkrot for Sanqui's old websites 2022-12-23 22:25:36 +01:00
Xkeeper
47be4dcd5e
Merge pull request #77 from Sanqui/master
Fix Discord registration posts lacking username
2021-08-23 11:23:47 -07:00
Sanqui
5c62022a86
Fix Discord registration posts lacking username 2021-08-22 13:17:01 +03:00
Xkeeper
d6d34a4b7d
Merge pull request #76 from Sanqui/master
Discord reporting and minor fixes
2021-07-04 00:52:19 -07:00
Sanqui
07c2aa4b08 Implement background image for spec-zen scheme 2021-06-28 13:49:57 -07:00
Sanqui
5bebc0c7fb Fix garbg scheme table head text color 2021-06-28 13:35:09 -07:00
Sanqui
8f69a7f55f Gently redirect people to Discord from irc.php 2021-06-28 13:28:38 -07:00
Sanqui
325fbe2e95 Convert more messages to use Discord reporting 2021-06-28 13:14:35 -07:00
Sanqui
57185f6cda Implement Discord reporting (requires get_discord_webhook() in config) 2021-06-28 12:44:07 -07:00
Xkeeper
0b023e761a
Merge pull request #74 from Kak2X/patch-1
adding namecolor entry
2021-06-18 18:13:03 -07:00
Xkeeper
1d83af0438
Merge pull request #75 from Kak2X/patch-2
Fix preg_replace de-addslashing error
2021-06-18 18:12:55 -07:00
Kak2X
fd06a85c2d
Fix preg_replace de-addslashing error
hmmmm
2021-06-19 03:08:35 +02:00
Kak2X
cb21ff3a40
Updated namecolor again
to go with the different avatar
2021-06-19 02:59:00 +02:00
Kak2X
08bce4d886
adding namecolor entry 2021-05-27 19:42:45 +02:00
Xkeeper
aa9bc5d780
take out some trash 2020-12-28 23:47:47 -08:00
Xkeeper
eb8db77618
Fix username links on recently active threads
Fixes #73
2020-12-28 21:26:25 -08:00
Xkeeper
8ef417bcad
More or less rewrite the entire registration page
- Now allows resubmitting the form if you goof
- Shows errors in a more useful format
- Accepts an email address (and validates it)
- Now has... comments

the future is now
2020-12-28 20:59:22 -08:00
Xkeeper
5529238aff
Add "recently active threads" to forum index page
Shows the 5 most recently posted in threads.
Not the 5 most recent *posts*, just threads.
2020-12-28 19:24:37 -08:00
Xkeeper
6f1df15ddd
Merge pull request #63 from RanAwaySuccessfully/patch-1
fix extra <tr> tag
2020-12-28 18:52:33 -08:00
Xkeeper
f70ca6bc95
Merge pull request #70 from RanAwaySuccessfully/patch-3
textarea needs to stop jumping around
2020-12-28 18:49:42 -08:00
Xkeeper
682028379e
Remove old code references to multi-host hack
Closes #71.

This removes a bunch of old references to $x_hacks['host'],
which was intended to allow this codebase to run two separate
forums at the same time based on what hostname it was accessed
from. This isn't used any more, so out it goes
2020-12-28 18:41:14 -08:00
RanAS
769d7f0eda
textarea needs to stop jumping around
only happens on a few specific cases
2020-11-30 09:44:38 -03:00
Xkeeper
3d14b251f3
fix typo 2020-11-18 15:49:01 -08:00
Xkeeper
982c60d759
Enable post layout visibility for guests 2020-11-18 13:53:38 -08:00
Xkeeper
25a245a9b7
slight tweak to mood tag 2020-11-18 12:39:44 -08:00
Xkeeper
e92f39eb8c
add &mood& pseudo-tag. seems to work, mostly. closes #17 2020-11-18 12:36:32 -08:00
Xkeeper
496d4d905c
Fix another unquoted array key (#68) 2020-11-18 12:27:13 -08:00
Xkeeper
c47ef86339
Update author name in page footer 2020-11-18 11:57:26 -08:00
Xkeeper
6722eece9a
You can click 🦑 to hide it now. an era is over. closes #38 2020-11-18 11:55:54 -08:00
Xkeeper
3c2924c862
Merge branch 'master' of github:Xkeeper0/jul 2020-11-18 11:22:12 -08:00
Xkeeper
289750112c
fix unquoted array keys in newthread.php (re: #68) 2020-11-18 11:21:34 -08:00
Xkeeper
50f201148d
add $board_timezone, stub ctime() - closes #67 2020-11-18 11:16:48 -08:00
Xkeeper
c04519f54f
Merge pull request #66 from RanAwaySuccessfully/patch-2
no more piwik.js i guess?
2020-10-26 08:11:52 -07:00
RanAS
3bedffa2a6
Update layout.php 2020-10-26 09:10:11 -03:00
Xkeeper
2164336e7f
Fix smallfonts leak 2020-10-25 23:20:44 -07:00
Xkeeper
c8712b0dfa
add font size options to profiles 2020-10-25 23:16:00 -07:00