I know everything under MTF can be structured à la OOP, so how do we deal with it? /vbulletin/mtf/class.addonname.php /vbulletin/mtf/functions.addonname.php ??? to make it very clean, i'd like to have everything under the /mtf/ path, at least... but as i do not know how the OOP version will work, with including classes and so on,... Read more
Catégorie : Le Travail
Tout ce qui concerne le boulot, les contrats, le développement, les clients, etc… essentiellement Wordpress depuis 2013, des archives de vBulletin et autres trucs. Témoignages, Portfolios de clients, Avant/Après, etc
don’t know how to call this, releasability??
Ok, we have the engine mostly done, i'd like to know how we release each addon, and how it work for activation? as nobody wants to provide us with a solution for licensing, i have to drop the idea to verify the clients. as for the idea to encrypt the files or scripts, this is... Read more
Extra Thread Fields/Forum fields Manager
I was about to start working on the extra threads/forum field manager and I thought do we really need to managers that do the same thing? I mean if we just keep a hidden field based on input field in the forms on the page. It would be a lot easier then duplicating the current... Read more
Searchable types/fields yes/no
As we will make all these new engines completely dependant of the forum itself, it's easy to think that we will be able to evade the big problems from the other products already on the market. example, all of MadeByMary stuff is complete independant tools -- she lied about it, but all her tools were... Read more
The rebuild of all the products…
The goal when the MTF is started well is to rebuild everything that i have in store, and develop new tools. most of these tools are plugins to insert into vBulletin, so they are easy to update from their old form. So if you want to play with these products as a hobby, just let... Read more
Structural Additions to MTF
Ok, today i was thinking (bleh)... what about global addons that are not linked to a specific type? I have a ton of features and hacks, and they could easily be integrated to MTF, but instead of being per-forum, they can be integrated globally, and activated without a type choice... The actual deal with MTF... Read more
Types to create for MTF… the ones with targets
Ok, here is a list that I THINK would tease the buyers... i already own most of the hacks that were released to fill these functions from other sites, so i also can stop their production in any time, and switch all the clients to MTF... ex: i own the rights for MadeForMary's Classified... we... Read more
My AdminCP Basics
a New adminCP Control Panel Home, with VERY useful elements... and a suite of cpnav elements to quickly access needed functions, and spare some clicks. note: version updated to 1.5.1, with the addition of two hooks, to please Taragon who was interested to add his own things to it... :) hooks: nex_basics_belowquickies, nex_basics_belowinfos you need... Read more
Project Plan
Ok, I have been trying to be extremely organized with products I'm associated with so I thought it would be good to make a features list with dates and completion status. Feel free to change things. MTF Master Extra Forum Fields Completion status: 90% Extra Thread Fields Completion status: 0% A Base, OOP, Engine that... Read more
fetch_hook(‘global_setup_complete’) to replace entire files…
As we know what will be displayed at the end of global.php, we will be able to switch to a complete different files from there instead of running into showthread and forumdisplay, when needed... why? less need of hooks usage. forumdisplay need tons of hooking when we change anything to be displayed when reading a... Read more