This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
5461
Features / Re: Recents posts as formerly on the board index
« on November 13th, 2011, 04:15 PM »I share that same view... I have yet to use the actual news section in the ACP as we just use a news and announcements board and be done with it
Either way is fine actually and you know me, I'll always be in favour of performance friendly options.
I could, incidentally, do something pretty similar as a WedgeDesk plugin for tickets... hmm...
5462
Features / Re: Recents posts as formerly on the board index
« on November 13th, 2011, 03:53 PM »I've seen a site or 2 that does use; needless to say the 'news' displayed is hardly worth being considered news.
Indeed; the lick displayed for recent post would be a link to the most recent post in the topic while the [new] icon takes you to where you left off.
5463
Plugins / Re: Personal plugin showcase (yes, I'm an attention grabbing git)
« on November 13th, 2011, 03:42 PM »
'Today' is the default, but yeah, 24 hours is what I actually expect a lot of people to use, especially on forums that have multiple time zone users.
5464
Features / Re: Recents posts as formerly on the board index
« on November 13th, 2011, 03:41 PM »+1 to removing the News fader - my only argument is that I dont use it
As for recent post I'm for whatever would allow recent topics, with a [new] icon linking to first unread post since I last visited the topic.
I personally dislike recent post since if a topic is active enough all the recent post could be just from that topic and I find the list redundant since I'm likely to read all the posts from where I left off once I visit a topic.
5465
Features / Re: Recents posts as formerly on the board index
« on November 13th, 2011, 03:09 PM »
Also, back on the original topic... what about stripping the newsfader from the board index?
5466
Off-topic / DEAR GOD NO
« on November 13th, 2011, 02:45 PM »
It should have left at the end of series 7 or so... but apparently the producers had other ideas.
http://www.theregister.co.uk/2011/11/13/red_dwarf_series_ten/
http://www.theregister.co.uk/2011/11/13/red_dwarf_series_ten/
5467
Plugins / Re: Personal plugin showcase (yes, I'm an attention grabbing git)
« on November 13th, 2011, 02:17 PM »
Nope.
I'm talking about the AJAX/realtime type deal.
I'm talking about the AJAX/realtime type deal.
5468
Plugins / Re: Personal plugin showcase (yes, I'm an attention grabbing git)
« on November 13th, 2011, 02:06 PM »
In other news, my next little project is a port of my SimpleDesk shoutbox to Wedge (decoupling it from SimpleDesk in the process) and maybe adding some neat features in the process.
More details as and when I'm done with it :)
More details as and when I'm done with it :)
5469
Features / Re: New revs
« on November 13th, 2011, 01:57 PM »
(1KB, 1 file)
Revision: 1163
Author: arantor
Date: 12:56:37, 13 November 2011
Message:
! Make sure the complete Reply-To header is sent on mailing, not just a partial one that may not be honoured by all clients (notably GMail). (Subs-Post.php)
----
Modified : /trunk/Sources/Subs-Post.php
Revision: 1163
Author: arantor
Date: 12:56:37, 13 November 2011
Message:
! Make sure the complete Reply-To header is sent on mailing, not just a partial one that may not be honoured by all clients (notably GMail). (Subs-Post.php)
----
Modified : /trunk/Sources/Subs-Post.php
5470
Plugins / Re: Search engine fluff
« on November 13th, 2011, 01:08 PM »
What I've decided I'm going to do is use the icon as an easter egg. I have also got a proper name for the plugin, too, that has branding and an in-joke all in one :D
5471
Plugins / Re: Personal plugin showcase (yes, I'm an attention grabbing git)
« on November 13th, 2011, 01:07 PM »
It isn't exactly the same as the picture any more; I changed it slightly because I discovered that if the number of visitors was rather high, it would potentially cause the header to wrap, so I made it fit closer to the normal online list.
The code's not the best in the world (it's in my plugins repo if you're interested) and I'm fairly sure it could probably be cached without too much effort, just that I didn't bother doing so at this time.
The code's not the best in the world (it's in my plugins repo if you're interested) and I'm fairly sure it could probably be cached without too much effort, just that I didn't bother doing so at this time.
5472
Plugins / Re: Personal plugin showcase (yes, I'm an attention grabbing git)
« on November 13th, 2011, 01:01 PM »
It's not like I have a list of SMF mods that I want to make or anything :whistle:
5473
Plugins / Re: Personal plugin showcase (yes, I'm an attention grabbing git)
« on November 13th, 2011, 04:09 AM »
OK, had a bit of time this evening and while I worked on a few other things too, I primarily updated my Users Online Today plugin for Wedge.
It now has the ability to display users online not only 'today' (based on server time) but also online in the last 24 hours (from now) or last 7 days (from now), is allowed to be shown to 'anyone', 'anyone signed in', 'admins and global moderators' (based on moderate_forum or admin_forum permissions) or 'admins' (true admins), and lets you reorder by name or time, ascending or descending.
The only thing left to really do with it would be to display the 'last online' time as a hovertext to the links themselves, but other than that... I'm not really that fussed with it to be honest. It all works, it now even has its own admin area to play with, with all of its three options.[1]
That kicks at least three different SMF mods off the possible to-do list, too...
It now has the ability to display users online not only 'today' (based on server time) but also online in the last 24 hours (from now) or last 7 days (from now), is allowed to be shown to 'anyone', 'anyone signed in', 'admins and global moderators' (based on moderate_forum or admin_forum permissions) or 'admins' (true admins), and lets you reorder by name or time, ascending or descending.
The only thing left to really do with it would be to display the 'last online' time as a hovertext to the links themselves, but other than that... I'm not really that fussed with it to be honest. It all works, it now even has its own admin area to play with, with all of its three options.[1]
That kicks at least three different SMF mods off the possible to-do list, too...
| 1. | Yes, I know I could use the equivalent of Modification Settings, but I far rather don't pollute things that aren't mine, so to speak, and it's not like it's actually that much work to integrate anyway. |
5474
Features / Re: New revs
« on November 13th, 2011, 03:10 AM »
(1KB, 1 file)
Revision: 1161
Author: arantor
Date: 02:09:50, 13 November 2011
Message:
! Plugin loader would disable plugins that couldn't be activated at runtime (due to missing files) but it wouldn't clean house and reset the list for later; that way if the plugin is reuploaded, it's still disabled rather than magically re-enabled again. (Load.php)
----
Modified : /trunk/Sources/Load.php
Revision: 1161
Author: arantor
Date: 02:09:50, 13 November 2011
Message:
! Plugin loader would disable plugins that couldn't be activated at runtime (due to missing files) but it wouldn't clean house and reset the list for later; that way if the plugin is reuploaded, it's still disabled rather than magically re-enabled again. (Load.php)
----
Modified : /trunk/Sources/Load.php
5475
Features / Re: New revs
« on November 13th, 2011, 01:06 AM »
Revision: 1160
Author: arantor
Date: 00:06:23, 13 November 2011
Message:
! Strange bug in our BB implementation regarding the POST tests. (Security.php)
----
Modified : /trunk/Sources/Security.php
Author: arantor
Date: 00:06:23, 13 November 2011
Message:
! Strange bug in our BB implementation regarding the POST tests. (Security.php)
----
Modified : /trunk/Sources/Security.php