Show Likes

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

1
Plugins / [Plugin] CountLikes
CerealGuy « on December 27th, 2014, 06:43 PM »
This Plugin basically shows in profile summary how many likes this user gave/receieved. You can also view those posts.

https://github.com/C3realGuy/CountLikes
2
Support / Re: horizontal screen size
Nao « on January 7th, 2015, 12:13 AM »
Okay, it's working... :)
3
Off-topic / Happy New Year
French « on January 1st, 2015, 11:26 AM »
Video recording made with smartphone .... fireworks 16 stories high on the balcony
4
Features / Re: New revs
Nao « on December 29th, 2014, 08:43 PM »
[Commit revision 76d76c0]
Author: Nao
Date: Mon, 29 Dec 2014 12:54:44 +0100
Stats: 1 file changed; +1 (insertion), -3 (deletions)

  • Subs-Admin is no longer needed in a function, the call was forgotten by Arantor when he removed some other code 2 years ago. (Errors.php)

[Commit revision 1b5c546]
Author: Nao
Date: Mon, 29 Dec 2014 20:42:50 +0100
Stats: 10 files changed; +150 (insertions), -141 (deletions)

  • Renamed Subs-MinifyPHP to Subs-CachePHP, because now it does more than just minify a file. It also deals with everything a PHP file needs to go through to end up in the cache folder, including modding. (Subs-CachePHP.php)
  • Moved updateSettingsFile() from Subs-Admin to Subs-CachePHP, to prevent any potential crashes if Subs-Admin was modified by a plugin mod and then another mod crashed another file. It's too complicated, just trust me on this one... Also, since it handles writing PHP files, it's similar in spirit to the other functions in that file. (Subs-Admin.php, Subs-CachePHP.php, ...)
  • updateSettingsFile() will now determine variable types by itself, so there's no need to escape them before sending them to the function. That was one silly way of doing things..!
  • Allowed loading Subs-CachePHP through loadSource, for convenience in calling updateSettingsFile; this doesn't change the fact that it's not moddable! (index.php)
  • Renamed $settings['enabled_plugins'] to $my_plugins, to make the array independent from database access, allowing for more source files to be modded.
  • Files modified by this commit: Subs-MinifyPHP.php, Load.php, ManagePlugins.php, ManageServer.php, ManageSettings.php, OriginalFiles.php, Subs-Admin.php, Subs-Plugins.php, Upgrade.php and index.php. I'm not listing them individually above because most of the entries would list most of the files anyway.
5
Features / Re: New revs
Nao « on November 16th, 2014, 09:17 PM »
[Commit revision ee77aaf]
Author: Nao
Date: Sun, 16 Nov 2014 21:15:43 +0100
Stats: 1 file changed; +31 (insertions), -23 (deletions)

  • The smiley CSS generator wasn't applying page replacements; as this features is intended to allow you to replace straight folders with sub-domains for readability or whatevs (see wedge.org), it was breaking non-embedded smileys. (Subs-Cache.php)

[Commit revision 8f04071]
Author: Nao
Date: Sun, 16 Nov 2014 21:17:13 +0100
Stats: 1 file changed; +3 (insertions), -7 (deletions)

  • Fixed relative dates... Again. Hopefully, for good this time. (Subs.php)
6
Features / Re: New revs
Nao « on October 28th, 2014, 09:10 PM »
[Commit revision 86a67d1]
Author: Nao
Date: Tue, 28 Oct 2014 20:20:37 +0100
Stats: 1 file changed; +1 (insertion), -0 (deletion)

  • Remove .first-post class from all items retrieved through infinite Ajax. You never know... (topic.js)

[Commit revision 0acaa37]
Author: Nao
Date: Tue, 28 Oct 2014 21:03:36 +0100
Stats: 1 file changed; +2 (insertions), -0 (deletion)

  • Also, probably useless, but in case an infinite page takes time to show, we might want to show an Ajax loader. I'm not sure it'll work though, with all of the DOM manipulations going around... But at least it doesn't break anything, so might as well do it. (topic.js)

[Commit revision 772cafd]
Author: Nao
Date: Tue, 28 Oct 2014 21:10:06 +0100
Stats: 2 files changed; +5 (insertions), -5 (deletions)

  • Fixed infinite pages showing a duplicate of the original post in blog mode. (Display.php)
  • Fixed infinite pages showing full userbox data in blog mode. (Display.template.php)
  • Also documented one of the lines a bit more... wetem::replace() can be complicated to grasp here. (Display.php)
  • These fixes took me hours to implement... I'm getting rusty! But this is as short and simple as I can do for them.
7
Features / Re: New revs
Nao « on October 22nd, 2014, 11:10 PM »
[Commit revision 704756b]
Author: Nao
Date: Wed, 22 Oct 2014 22:30:02 +0200
Stats: 11 files changed; +112 (insertions), -74 (deletions)

  • Changed the Like feature to 'Reactions', which basically adds the ability to say something else than 'I like!' to a post, based on a selection of smileys. I wrote this a month ago, and was unable to make up my mind and commit it, so I'm doing it to a new branch, and forgetting the feature for now. Hopefully, someone else will be interested in helping out. (Display.php, Like.php, Merge.php, RemoveTopic.php, Stats.php, Subs-Members.php, Thoughts.php, Upgrade.php, Display.template.php, index.english.php, install.sql)
  • Things left to do:
  •  (1) Increment index.php's upgrade variable to allow for the upgrade script to pick up.
  •  (2) Update the upgrade script to have a better (shorter?) selection of default smileys.
  •  (3) Determine whether reaction icons should be based on smileys, or completely different pictures.
  •  (4) Add the actual UI for setting your reaction. I couldn't decide whether to use a select box or a mini-menu. Both have their pros and cons.
  •  (5) Add the actual admin UI for customizing what smileys can be used globally, and possibly some UI to allow posters to determine what reactions their message should allow.
8
Support / Two errors, each time log into Admin Panel
« on October 19th, 2014, 11:01 PM »
Seems to me that this happens every time log into admin panel.
Yet, once log in, they stop. Maybe something that happens after a scheduled task is run?

Type of error: General
URL /index.php?action=viewremote;filename=current-version.js
2: call_user_func() expects parameter 1 to be a valid callback, function 'ViewRemote' not found or invalid function name
File: /index.php


Type of error: Template
URL index.php?action=viewremote;filename=current-version.js
Unable to find the "main" template block.
9
Off-topic / Avatars (Tux)
French « on October 4th, 2014, 01:26 PM »
Some Tux avatars (100px-100 px) in zip format
unpack zip and upload file to assets->avatars

Edit also some Linux distro's Tux avatars (100px-100px) in zip format
10
Plugins / Re: Tapatalk support?
CerealGuy « on September 19th, 2014, 12:33 PM »
I love the mobile theme (using it right now) but tapatalk has some nice features. You get notifications from the forum and its a bit faster (in my opinion). But there many things i dont like on tapatalk, it only provides access to the most core features. Implementing thoughts wouldnt be possible.
But still its a good thing, perhaps someone will create a plugin for it.