smellyrat / drydock

Automatically exported from code.google.com/p/drydock
0 stars 0 forks source link

Revamp THL/TQL/edit #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In THL/TQL make banning easier - no point seeing a cp flood and having to click 
edit for each one 
and fill out the ban info/delete.  Make this more intuitive.  Maybe this can 
tie in with the improved 
bannings

THL also needs board filter option.

In the edit/mod window, let's redo the layout so we can display clickable 
thumbs instead of just 
links to the image

Original issue reported on code.google.com by TaQS...@gmail.com on 18 Oct 2008 at 5:18

GoogleCodeExporter commented 9 years ago
I wonder if we could throw in some AJAX magic with the delete and ban link- 
maybe
have a small pop-out where you can fill in one or two details, click "submit", 
and
it'd submit to some small page (maybe even an extension to misc.php) via 
Javascript.

THL is harder for filter by board because right now there's no information 
about the
board being stored in the images table.

Clickable thumbs wouldn't be too hard, I'd imagine.  I can work on that.

Original comment by all.sta...@gmail.com on 9 Dec 2008 at 10:42

GoogleCodeExporter commented 9 years ago
Depending on how we handle it, we could use the two(?) db queries to find out 
where
an image is posted for each image (what post matches that image id, what board 
that
post is on), but in the future tag them in the db with the board as they load 
in THL.
 Or include it as part of an upgrade script.

Is this something we should worry about for 031 or do you want to wait on it?  
At the
very least we could modify the db to make a spot for where the images are 
located if
this is something.

Original comment by TaQS...@gmail.com on 9 Dec 2008 at 6:39

GoogleCodeExporter commented 9 years ago
I'm working on writing some FLASHY SQL queries so let's see how those go.

Original comment by all.sta...@gmail.com on 10 Dec 2008 at 4:49

GoogleCodeExporter commented 9 years ago
On top of that, I'm going to rewrite recentposts and recentpics to use Smarty.  
What.

Original comment by all.sta...@gmail.com on 10 Dec 2008 at 5:15

GoogleCodeExporter commented 9 years ago

Original comment by all.sta...@gmail.com on 10 Dec 2008 at 7:59

GoogleCodeExporter commented 9 years ago

Original comment by all.sta...@gmail.com on 10 Dec 2008 at 8:00

GoogleCodeExporter commented 9 years ago
All that's left for this is to add some AJAX stuff or something.  Now that these
three things are all templated it should be a little easier.

I've committed an experimental filtering option to ThornLight.  I dont know if 
it
works though.

Editpost will now show images.

Original comment by all.sta...@gmail.com on 13 Dec 2008 at 11:58

GoogleCodeExporter commented 9 years ago
I added a routine to editpost.php which allows for quick moderation - however, I
still need to add the proper forms that will submit to it to the TL and TQL 
templates.

Additionally, I want things like banipfrompost to call a "touchpost" function, 
which
I'll add to ThornModDBI, to indicate that moderation action has been performed 
on
this post.

Almost there though!

Original comment by all.sta...@gmail.com on 20 Dec 2008 at 2:24

GoogleCodeExporter commented 9 years ago
Revision 98 should have these~

Original comment by all.sta...@gmail.com on 21 Dec 2008 at 5:01

GoogleCodeExporter commented 9 years ago
Quite a few issues here, the same ones that were preventing images from working 
on
the boards.

Original comment by TaQS...@gmail.com on 17 Jul 2009 at 8:12

GoogleCodeExporter commented 9 years ago
I fixed quickmod on THLite.  You'll like this one.

I'm going to mark as fixed because short of finishing my drydock flooder and 
mass
scale testing it, it seems like everything is there.

Original comment by TaQS...@gmail.com on 11 Aug 2009 at 5:32