Ingwie Phoenix
Ingwie Phoenix
Well since you gave this generous idea, I will implement a system similar to my very different version of this software, where many things will be dropped into the plugin...
I never used SVN or GIT - never XD. I have to get into that some time...but once i do, ill surely shoot all my modifications somewhere for people to...
You seem to look everywhere but not straight man :) Let's assume SmfKarma is our plugin, and AJAXChatPlugin is our base class. To do this, you need to integrate a...
add a line into the parse custom commands: ``` foreach($this->plugins as $plugin) { if($plugin,"parseCustomCommands") { $plugin->parseCustomCommands(...); } } ``` You see that you will have to do a validation check...
Well we could load commands in a array and take use of the clasure thing... o.o array( '/away'=>function(){...} ); just a very random idea, haha. using array merge, these arrays...
I didnt look at the upload yet; but are you using a method simialr to the registerScripts() that i pointed out? Am 20.03.2013 um 20:24 schrieb Borislav Manolov [email protected]: >...
Will definitively do! I got it to compile completely so now I just need to put it on my TV and try it out. Not particularily hard, but also my...
``` root@LGwebOSTV:~# /home/root/run-term.sh EtherTerm Working directory is: /media/developer/apps/usr/palm/applications/com.github.m-griffin.etherterm/ SessionManager Created Interface Created [SDL2:SYSTEM:0] SDL Init start with flag : 32 WindowManager Created! Creating Window and Renderer! egl_unified_query 94 : status...
Any updates? This would be a very important feature to have, especially for mobile users or areas with very spotty internet connection where a multitude of requests actually hurts performance...
You're most welcome! I mainly need this for my WebPack build. I am a very critical guy when it comes to bundle sizes - germany doesn't have a very good...