Karma MOD

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Locked
User avatar
m157y
Registered User
Posts: 482
Joined: Mon Apr 30, 2007 9:39 am
Location: Russia, Moscow, Khimki
Contact:

Re: Karma MOD

Post by m157y »

Look carefully...
http://www.phpbb.com/mods/opening/
And sorry, but here is a support of karma mod, not basics of mods installing. No more answers on questions like this.
m157y aka Misty
NO SUPPORT VIA PM
KarmaMOD for phpBB 3.0.x | bbAJAX
Follow me on twitter
dstaiti
Registered User
Posts: 3
Joined: Fri Feb 19, 2010 3:49 pm

Re: Karma MOD

Post by dstaiti »

I'm sorry - I'm new to this and I'm getting a little frustrated.

When I try to open the files in question, nothing happens. i just can't seem to get this working. If you are familiar with installing this, I'd appreciate any step by step guidance you could provide.
oczkers
Registered User
Posts: 3
Joined: Sat Feb 20, 2010 12:50 am

Re: Karma MOD

Post by oczkers »

hi, i`ve sucesfuly installed this great mode but when I`m clicking "Karma MOD" in admin panel:

Code: Select all

Cannot find module ./../includes/mods/mods/acp/acp_karma.php
I`ve tried to fix functions_karma.php by removing 'mods/' from:

Code: Select all

$directory = str_replace($module_class, 'mods/' . $module_class, $directory);
but after that:

Code: Select all

Cannot find module ./../includes/acp/acp_karma.php
Please help
User avatar
m157y
Registered User
Posts: 482
Joined: Mon Apr 30, 2007 9:39 am
Location: Russia, Moscow, Khimki
Contact:

Re: Karma MOD

Post by m157y »

please, check your installation at includes/functions_module.php
because i can't reproduce this.
m157y aka Misty
NO SUPPORT VIA PM
KarmaMOD for phpBB 3.0.x | bbAJAX
Follow me on twitter
User avatar
Dragonwolf
Registered User
Posts: 603
Joined: Mon Aug 20, 2007 7:46 pm

Re: Karma MOD

Post by Dragonwolf »

When I try to open the files in question, nothing happens.
If you are trying to edit files you need to get a text editor, I would recommend using Crimson Editor. It has tabs, but don't be tempted to edit more than one file at a time unless you are making comparisons, open them, edit them, and save them in a different location that maintains the locations of the files, which means that if the file was in \includes you need to make a folder for your mod with a folder inside it called \includes and put it there, making sure that you don't capitalise any of the names.

And whatever you do, make sure that you follow this method:

Put all the files for your mod in a new folder and give it the name of your mod, making sure you include any files that came with the instructions.

Never, ever ever ever, do a second mod without testing the first one, you'll make lots of work for yourself redoing them.

When you want to do a new mod, copy the previous mod folder and rename it so that they stay in alphabetical order, like this:

a Karma Mod Folder

b Quick Reply Mod Folder

c Shoutbox Mod Folder

Then edit the new folder only, this means that you can undo mods.

And once you have done that, make sure you do these four things:

If your mod affects any files with 'registration' in their name, or you suspect the mod might affect it, register a test account and make sure you get the activation email, and that this still works. This is because you might not find out for months that nobody can register as people rarely, if ever, tell the admin! Make sure you delete the account afterwards so that you don't have junk accounts and extra email addresses.

Post somewhere in your forum, this is a very good bench test! You might find you can't complete this, especially for mods that affect the viewforum or posting files.

Send a PM to yourself, and check you can read it, if you don't your PM system could be down for weeks or months.

If your mod affects admin or moderator panel files, check you can still use them.

Have fun! ;)


Unfortunately, the Karma mod is still not working and I have no idea where to start. :?

I am using the CA Black style from this site http://beta.colorizeit.com/ my problem is that the mod tells me my breadcrumbs file is missing or corupt when I try to add or remove Karma, but everything else works fine.
User avatar
m157y
Registered User
Posts: 482
Joined: Mon Apr 30, 2007 9:39 am
Location: Russia, Moscow, Khimki
Contact:

Re: Karma MOD

Post by m157y »

2 Dragonwolf
As is see CA Black is proSilver-based template and breadcrumbs is part of subSilver-based templates. Which instruction are you used for CA Black?
m157y aka Misty
NO SUPPORT VIA PM
KarmaMOD for phpBB 3.0.x | bbAJAX
Follow me on twitter
User avatar
Dragonwolf
Registered User
Posts: 603
Joined: Mon Aug 20, 2007 7:46 pm

Re: Karma MOD

Post by Dragonwolf »

That's very odd, but explains a lot! I was totally sure it was subsilver2 based. Thanks! I'll try remodding the styles. Are you sure it's prosilver?
User avatar
m157y
Registered User
Posts: 482
Joined: Mon Apr 30, 2007 9:39 am
Location: Russia, Moscow, Khimki
Contact:

Re: Karma MOD

Post by m157y »

if you'll look at main css-file(stylesheet.css) of CA Black, you'll see:

Code: Select all

	Style name:		proSilver
	Based on style:	proSilver (this is the default phpBB 3 style)
Any questions? :D
m157y aka Misty
NO SUPPORT VIA PM
KarmaMOD for phpBB 3.0.x | bbAJAX
Follow me on twitter
User avatar
m157y
Registered User
Posts: 482
Joined: Mon Apr 30, 2007 9:39 am
Location: Russia, Moscow, Khimki
Contact:

Re: Karma MOD

Post by m157y »

Sorry me for delay, but i'm currently fixing bugs and clean-up code for more stable and fast work. I'll release new version not later then 24 February. Sorry again.
m157y aka Misty
NO SUPPORT VIA PM
KarmaMOD for phpBB 3.0.x | bbAJAX
Follow me on twitter
User avatar
Dragonwolf
Registered User
Posts: 603
Joined: Mon Aug 20, 2007 7:46 pm

Re: Karma MOD

Post by Dragonwolf »

Thanks, Karma is working properly now, though for some reason I have lost the line that divides the posting text from the post title. Do you know what might have caused that? It seems to have been replaced by a copy of the poster's name
User avatar
m157y
Registered User
Posts: 482
Joined: Mon Apr 30, 2007 9:39 am
Location: Russia, Moscow, Khimki
Contact:

Re: Karma MOD

Post by m157y »

Sorry, which line and on which template?
Can you post a screenshot?
m157y aka Misty
NO SUPPORT VIA PM
KarmaMOD for phpBB 3.0.x | bbAJAX
Follow me on twitter
User avatar
Dragonwolf
Registered User
Posts: 603
Joined: Mon Aug 20, 2007 7:46 pm

Re: Karma MOD

Post by Dragonwolf »

*Edit*

Found out what it was. Thanks for your help though!
User avatar
m157y
Registered User
Posts: 482
Joined: Mon Apr 30, 2007 9:39 am
Location: Russia, Moscow, Khimki
Contact:

Re: Karma MOD

Post by m157y »

Glad to know that it was not my fault :roll:
m157y aka Misty
NO SUPPORT VIA PM
KarmaMOD for phpBB 3.0.x | bbAJAX
Follow me on twitter
User avatar
m157y
Registered User
Posts: 482
Joined: Mon Apr 30, 2007 9:39 am
Location: Russia, Moscow, Khimki
Contact:

Re: Karma MOD

Post by m157y »

Khm, sent to MODDB for validation.
Also i can release it via sourceforge and internal update-checker early then it'll be validated at mod db. :)
m157y aka Misty
NO SUPPORT VIA PM
KarmaMOD for phpBB 3.0.x | bbAJAX
Follow me on twitter
Mr.Victor
Registered User
Posts: 91
Joined: Tue Oct 23, 2007 8:17 pm

Re: Karma MOD

Post by Mr.Victor »

:D Can't wait for validation!
Locked

Return to “[3.0.x] MOD Database Releases”