Show Likes

This section allows you to view all posts where this member received or gave a like to.

1
Features / Re: New revs
Nao « on November 8th, 2014, 12:36 PM »
[Commit revision 8f85c88]
Author: Nao
Date: Sat, 08 Nov 2014 12:36:17 +0100
Stats: 1 file changed; +1 (insertion), -0 (deletion)

  • The colon separator for specifying number of items on homepage blocks didn't work properly. (Home.php)
2
Features / Re: New revs
Nao « on June 29th, 2014, 10:36 PM »
Note that I've decided to unlock this topic and allow comments related to new revisions. It's better than always having to dug up the New revs comment topic or create a new topic to comment, which rarely happens...
I'm also doing that because the github reposts have a clear look and you can choose to simply skip the posts that don't like them. Or follow new revs on github, whichever you prefer.

Please stay on topic. This isn't a support topic!
3
Features / Re: New revs
Nao « on June 8th, 2014, 11:49 AM »
[Commit revision a01ec2a]
Author: Nao
Date: Sun, 08 Jun 2014 11:49:12 +0200
Stats: 3 files changed; +6 (insertions), -5 (deletions)

  • Added ability to customize the default (or starting) number of topics and thoughts in customized homepages. (Home.php, Home.template.php, ManageSettings.english.php)
4
Support / Re: How do I hide from the Guest "Thoughts"
Nao « on June 9th, 2014, 01:14 AM »
Hmm... Maybe I should update moderation filters so that they can apply to thoughts, I dunno...
5
Features / Re: New revs
Nao « on May 3rd, 2014, 10:12 AM »
[Commit revision abc9cc7]
Author: Nao
Date: Sat, 03 May 2014 10:12:22 +0200
Stats: 1 file changed; +25 (insertions), -25 (deletions)

  • A follow-up to (already) Pete's optimization from January 2011 where the oldTopicDays code is skipped if not used later. Thanks. (Display.php)
  • Yes, Pete, I'm a regular lurker (if not contributor) at AAF. You're lucky I don't want to reply to one of your posts and tell you what I think about something you said about me. That would be messy.
6
Features / Re: New revs
Nao « on April 30th, 2014, 07:04 PM »
[Commit revision 9965000]
Author: Nao
Date: Wed, 30 Apr 2014 19:03:21 +0200
Stats: 3 files changed; +2 (insertions), -6 (deletions)

  • I'm officially tired of watching out for uses of PHP 5.3+ in code that could get run in the installer. From now on, the test will be done on index.php (it's fast enough not to bother), and will just return an error message in English, because... Well, if you don't speak a word of English and don't know what PHP is, you should let someone else handle your forum's administration... (index.php, install.php, Install.english.php)
7
Archived fixes / Re: first post in thread is out of line
Nao « on April 28th, 2014, 11:13 PM »
Getting CSS to work across all browsers without adding bugs by fixing other bugs, is more like this...

8
Features / Re: New revs
Nao « on April 27th, 2014, 12:40 AM »
[Commit revision 92abd1e]
Author: Nao
Date: Sat, 26 Apr 2014 22:31:37 +0200
Stats: 1 file changed; +14 (insertions), -14 (deletions)

  • Chrome 36+ seem to support CSS transforms unprefixed, at last! (Class-CSS.php)
  • CSS column support was broken in IE 11. (Class-CSS.php)
9
Plugins / [Plugin] InviteMod
CerealGuy « on April 25th, 2014, 04:55 PM »
InviteMod

With this plugin, new users need an Invitekey to register. Those Invitekeys can be generated from already registered Members.
Features:

    Permissions for infinite slots
    User recieves on x posts an invitekey
    Notificationsupport

Installation

    Drop the 'invitemod' directory in your plugins folder.

    Now you have to add the custom hooks. You need to do this after each upgrade/update!

    In /core/app/Register.php
    Search

   loadTemplate('Register');

and add AFTER

   call_hook('register_form_pre', array());

In /core/app/ManagePlugins.php
Search: 'register', and add AFTER:

   
Code: [Select]
     'register_form_pre',

    Activate plugin in acp
    (optional) Configurate the plugin

ToDo

    Better Permissions
    more admin options

FAQ

Ok cool, but dude, what does this Plugin?!

Imagine, you want a more private forum and only People which know someone on the Forum should be able to register.
Or you want that only people you know can register, but they should create their account on there own. Thats possible with
this plugin.

Interesting but tell me some more

Well,  Member can have a dynamic amount of Inviteslots. That amount can increase by writing more than X posts.
Now they have probably 3 Inviteslot and they genereate one Invitekey. After that they would only have 2 Inviteslots anymore.
But they can delete the invitekey and get back the slot. However, if a person registeres with that key it will disappear and the slot would be "lost".

Is it possible to get back a "lost" Inviteslots?

Yes it is, currently there is an option with which you can set that the inviter gets back his inviteslot if the invited user writes X Posts (default 1000).

https://github.com/C3realGuy/we_InviteMod
10
Features / [Poll] Re: Board status icons: what's the point?
Nao « on April 17th, 2014, 04:46 PM »
Yup, all good for me... And everyone else I guess. No comments = no complaints. ;)