196 Commits

Author SHA1 Message Date
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
Xkeeper
05c8bfe560
Change font sizes from fixed ##px to percentages 2020-10-25 22:52:16 -07:00
Xkeeper
454a566e2b
Merge pull request #64 from rambly/master
change bad smiley names
2020-10-25 22:16:18 -07:00
Rachel W
4d28fc789e remove bad smiley 2020-10-25 23:14:19 -06:00
Xkeeper
f4458a5cc6
add .editorconfig 2020-10-25 22:04:59 -07:00
Xkeeper
ffbe1127a6
Update to include changes that were made live 2020-10-25 21:56:13 -07:00
RanAS
31018a5794
no more piwik.js i guess?
just added html comment tags
2020-10-24 08:37:41 -03:00
Rachel W
a2b380eeaf change bad smiley names
bla bla bla etc
2020-10-21 10:35:07 -06:00
RanAS
1b44dc5c66
fix extra <tr> tag 2019-02-15 14:15:44 -02:00
Xkeeper
4abe5122bd
Merge pull request #62 from RanAwaySuccessfully/patch-1
more HTML filter fixes
2019-01-11 11:23:31 -08:00
RanAS
291c053395
more HTML filter fixes 2019-01-11 16:08:26 -02:00
Xkeeper
ca406f7268
Update newreply.php to suck less and more
* Remove rest of adbox code
* Mood list changed into `<select>` from `<input type=radio>`
* Preview and normal reply use the same form instead of two different ones
* Less but saner permission checks
* Last-chance post recovery if a thread closes while replying
* Smilies are mid-aligned
* Textbox now expandable and shrinks to fit properly
* Some other assorted crap
2019-01-02 16:59:49 -08:00
Xkeeper
fdf4e65e3c
remove some old adbox code 2019-01-02 13:31:59 -08:00
Xkeeper
c7d7f63e8f
remove old editprofile hack 2019-01-02 13:12:23 -08:00
Xkeeper
e1b2e62262
fix timeunits2() for 0 sec 2019-01-02 11:54:28 -08:00
Xkeeper
274a70e66f
meta descriptions optionally use the linked post
[closes #60]
if a post is linked to directly (e.g. ?pid=xxxx)
it will now use that post, rather than using the
first post of the thread like before.

(the first post of the thread is
still used for threads/page links)
2019-01-02 11:49:23 -08:00
Xkeeper
ef2cac19d2
[Merge PR #58] Remove the Photobucket filter
photobucket still sucks but at least they serve images again
2019-01-02 10:40:05 -08:00
RanAS
9e1f0420fa
no more photobucket filters 2018-12-22 07:43:37 -02:00
RanAS
c0693ebe6c
update this fork with the main one 2018-12-19 07:24:23 -02:00
Xkeeper
6fc366af7b
fix faq typo 2018-12-11 16:41:20 -08:00
Xkeeper
f0033186c2
fix minor memberlist bug 2018-12-11 16:40:29 -08:00
Xkeeper
b86165d4ef
unhide username colors for 1+ 2018-12-11 16:20:39 -08:00
Xkeeper
b31be62ba7
color usernames in sendprivate.php replies
[fixes #54]
2018-12-11 16:19:32 -08:00
Xkeeper
3ffa4370e8
re-add garish custom scrollbars
(only for chrome, sadly)
2018-12-11 16:14:24 -08:00
Xkeeper
f06b18a8ff
enable mobile mode on mobile ios too 2018-12-11 15:26:53 -08:00
Xkeeper
82905dc369
fix 'x.0 years' bug and add sort by last active to memberlist
[closes #45]

also adds tooltips (title tags) to the "registered on" and
"last active" fields in the memberlist, which contain
a relative-format time (e.g. '1 day 5 hrs. ago')
2018-12-11 15:19:20 -08:00
Xkeeper
2e047c1c1c
fully wrap post tables in <div class='post'>
[fixes #40] broken html
also! fixes profile sample posts and private messages
2018-12-11 15:09:38 -08:00
Xkeeper
4a01479bf3
remove spurious <tr>
[#40]
2018-12-11 14:33:44 -08:00
Xkeeper
e3bb327a21
update [code] and [img] tags
[close #52] [code] changes
[close #51] [img] changes
2018-12-11 14:26:35 -08:00