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.
1951
Plugins / Re: Future Dated Posts
« on January 15th, 2013, 05:03 PM »
Providing the container for the dateinput, probably.
1952
Features / Re: Changes to banning
« on January 15th, 2013, 03:45 AM »
Well, soft bans aren't new, but the approach is a little bit different to what others do.
I'm having a lot of fun with the next part of the warning/banning/miscreant management system as I've hinted on the thoughts ;)
I'm having a lot of fun with the next part of the warning/banning/miscreant management system as I've hinted on the thoughts ;)
1953
Features / Re: Calendar
« on January 14th, 2013, 11:43 PM »
Exactly what I've just asked about, essentially. You don't link to posts, instead you have a big old textbox for describing the event and people can reply to it - without having a physical linked topic.
Not having the linked topic means bypassing all the crazy hooking into topics which has a fairly beneficial performance saving.
Not having the linked topic means bypassing all the crazy hooking into topics which has a fairly beneficial performance saving.
1954
Features / Re: Calendar
« on January 14th, 2013, 11:36 PM »
Read a few posts up, reply 54. That's where I'm going.
1955
Features / Re: Calendar
« on January 14th, 2013, 11:31 PM »
Well, yeah, a calendar is a given. Why the need to link event dates to posts? Why not just allow people to have the ability to comment on events?
Even SMF's should be able to span multiple days...
Even SMF's should be able to span multiple days...
1956
Plugins / Re: Post Fields
« on January 14th, 2013, 06:31 PM »
Where did we say it was about appealing to designers? :P
The whole point of the sub template structure is to ensure that plugins just work cleanly. Designers do have facilities that SMF didn't provide, too.
The whole point of the sub template structure is to ensure that plugins just work cleanly. Designers do have facilities that SMF didn't provide, too.
1957
Features / Re: Calendar
« on January 14th, 2013, 06:25 PM »
I love how people don't read the topic where I explain what the calendar will and will not do.
1958
Archived fixes / Re: Reply Error with Chrome
« on January 14th, 2013, 11:37 AM »
(You can also press the little arrow button to switch to WYSIWYG without changing your preferences.)
1959
Archived fixes / Re: Reply Error with Chrome
« on January 14th, 2013, 11:27 AM »
Bloody WYSIWYG editor, it's broken again. The activated arrow icon is a big giveaway.
Methinks it might be time to consider adopting SCEditor like SMF 2.1 has.
Methinks it might be time to consider adopting SCEditor like SMF 2.1 has.
1960
Off-topic / Re: Play the Alpha version of a RTS space game
« on January 14th, 2013, 12:35 AM »
The views count is almost entirely updated by search engines.
1961
Off-topic / Re: Play the Alpha version of a RTS space game
« on January 13th, 2013, 11:44 PM »
I honestly do not think anyone here cares.
1962
Features / Re: New revs
« on January 13th, 2013, 10:19 PM »
(3 files, 2KB)
Revision: 1846
Author: arantor
Date: 13 January 2013 21:18:47
Message:
! More soft-banning magic: ability to set a random delay of up to 15 seconds for miscreants. (ManageBans.php, Security.php, ManageBans language file)
----
Modified : /trunk/Sources/ManageBans.php
Modified : /trunk/Sources/Security.php
Modified : /trunk/Themes/default/languages/ManageBans.english.php
Revision: 1846
Author: arantor
Date: 13 January 2013 21:18:47
Message:
! More soft-banning magic: ability to set a random delay of up to 15 seconds for miscreants. (ManageBans.php, Security.php, ManageBans language file)
----
Modified : /trunk/Sources/ManageBans.php
Modified : /trunk/Sources/Security.php
Modified : /trunk/Themes/default/languages/ManageBans.english.php
1964
Features / Re: New revs
« on January 13th, 2013, 09:01 PM »
(7 files, 2KB)
Revision: 1845
Author: arantor
Date: 13 January 2013 20:01:09
Message:
! Removing the rest of the things I forgot to remove before regarding max_urlLength (install.sql, ManagePosts.php, Admin language file)
! Added softban being able to redirect users to another site. (ManageBans.php, Security.php, ManageBans language file)
----
Modified : /trunk/Sources/ManageBans.php
Modified : /trunk/Sources/ManagePosts.php
Modified : /trunk/Sources/Security.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/Admin.french.php
Modified : /trunk/Themes/default/languages/ManageBans.english.php
Modified : /trunk/root/install.sql
Revision: 1845
Author: arantor
Date: 13 January 2013 20:01:09
Message:
! Removing the rest of the things I forgot to remove before regarding max_urlLength (install.sql, ManagePosts.php, Admin language file)
! Added softban being able to redirect users to another site. (ManageBans.php, Security.php, ManageBans language file)
----
Modified : /trunk/Sources/ManageBans.php
Modified : /trunk/Sources/ManagePosts.php
Modified : /trunk/Sources/Security.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/Admin.french.php
Modified : /trunk/Themes/default/languages/ManageBans.english.php
Modified : /trunk/root/install.sql
1965
Archived fixes / [wedge site] Re: background image does not show in Firefox
« on January 13th, 2013, 08:55 PM »
Yes, base64 encoding of images inline into the CSS is intentional, one of the fun goodies provided by the CSS preprocessor (you just reference $images/the_image.gif or whatever, and it embeds directly)
Why it's not showing in your browser is curious.
Why it's not showing in your browser is curious.