LoL, do you really need those? ---> http://www.phpbb.com/community/viewtopi ... #p11249095Bullsaj wrote:Screenshots?
I would love to see screenshot of the mod (how is it displayed in the page etc.)Bullsaj wrote:Screenshots?
Yeah it would be nice to see the options, maybe even have a demo.3Di wrote:LoL, do you really need those? ---> http://www.phpbb.com/community/viewtopi ... #p11249095Bullsaj wrote:Screenshots?
Code: Select all
else
{
Code: Select all
// [+] Karma MOD
if (!class_exists('karmamod'))
{
require($phpbb_root_path . 'includes/functions_karma.' . $phpEx);
}
global $karmamod;
$karmamod = new karmamod();
// [-] Karma MOD
The feature list is in the FEATURES.html file in the docs folder of the download.ijhtio wrote:Plus, the feature list is missing.
The usual process for mods is that the code changes are done sequentially as laid out in the MODX file, so theMatteoMWP wrote:Many edits were hard to find because there were multiple instances of them. For example, in includes/acp/acp_modules.php
The following code find occurs more than once:It's hard to determine which place you should make the edit.Code: Select all
else {
Code: Select all
else
{
Code: Select all
closedir($dh);
Bear in mind that the developers of these mods do it in their own time, usually for no payment, and could also have a life outside of this forum. The developer of this mod has been working on it for a couple of years and may just be taking a break.jamiet757 wrote:This and the fact that the MOD author hasn't even visited this topic in 4 days since it was validated, makes me think this mod is going nowhere.