Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: Max™ on October 07, 2006, 10:36:03 PM

Title: Karma Blocks Package - v0.4
Post by: Max™ on October 07, 2006, 10:36:03 PM
Link to Mod (http://mods.simplemachines.org/index.php?mod=420)
Rate this Mod (http://mods.simplemachines.org/index.php?action=review;sa=add;mod=420)

3 Different Karma Blocks Based On Your Members Karma Using SSI

Recent Karma, Top Karma, Lowest Karma
Title: Re: Karma Blocks Package - v0.3
Post by: Vinspire on October 08, 2006, 05:50:35 AM
Any screenie ? Thanks :)
Title: Re: Karma Blocks Package - v0.3
Post by: daragor on December 20, 2006, 01:41:16 PM
it work in 1.1.1 version now? please up
Title: Re: Karma Blocks Package - v0.3
Post by: Avinash4 on December 24, 2006, 11:30:07 AM
yeah, does this work with 1.1.1?
Title: Re: Karma Blocks Package - v0.3
Post by: prodigal on January 18, 2007, 09:00:48 PM
Any chance of a screenshot? :)
Title: Re: Karma Blocks Package - v0.3
Post by: saosangmo on January 19, 2007, 11:45:44 AM
where can I see it works?
many thanks!
Title: Re: Karma Blocks Package - v0.4
Post by: Max™ on February 11, 2007, 08:36:25 PM
Yup, ive uploaded it for 1.1.2 - If anyone have probs let me know!  ;)

No screenshots but you can see it in action @ http://thegaff.net/forums
Title: Re: Karma Blocks Package - v0.4
Post by: silverfang on February 13, 2007, 02:04:53 PM
I tried to install it and got this message:

Execute Modification     Install.mod     Modification parse error

In fact everytime i tried to install a new package i get a mistake like this...what is going on?
Title: Re: Karma Blocks Package - v0.4
Post by: Max™ on February 17, 2007, 10:04:59 AM

Ive got a few pms askin how it works and what does it do....

First off if you have the tinyportal mod installed you could use it in a php block,
if you dont you will need to create a php page and use it that way.

Download the file attached to see an example!

Title: Re: Karma Blocks Package - v0.4
Post by: silverfang on February 20, 2007, 02:27:25 PM
ok and what do you do what that file?  I am using just SFM 1.1.2

thanks
Title: Re: Karma Blocks Package - v0.4
Post by: jdvarner on February 21, 2007, 10:44:11 PM
This doesnt make sense. At least not for me. I install the mod through package manager. Then what?

You say you need tiny portal and to create a php block? i tried a few different ways through your read me file but they all come up with parse error?

Can we get clearer details on how to functionally utilize this mod? Whats the code for Tiny Portal Block?

Thanks.
Title: Re: Karma Blocks Package - v0.4
Post by: Max™ on February 23, 2007, 08:08:50 AM
Quote from: jdvarner on February 21, 2007, 10:44:11 PM
This doesnt make sense. At least not for me. I install the mod through package manager. Then what?

You say you need tiny portal and to create a php block? i tried a few different ways through your read me file but they all come up with parse error?

If your using the Tinyportal mod, you dont need to include "<?php require("SSI.php"); ?>"
just make a php block and do it this way...

ssi_recentkarma();
ssi_topkarma();
ssi_lowestkarma();
Title: Re: Karma Blocks Package - v0.4
Post by: jdvarner on February 23, 2007, 09:18:52 AM
is there a way to make it show the real true karma (top 5). for example on the top karma if a user has 10 positive and 9 negative. Instead of just having 1 positive he still is top with 10? whats the purpose of + and - if the negative wont be taken into consideration?
Title: Re: Karma Blocks Package - v0.4
Post by: NoFeaR / NFSMW on April 15, 2007, 10:46:13 PM
i also dont know how this works
Title: Re: Karma Blocks Package - v0.4
Post by: mysery on June 14, 2007, 09:37:54 AM
ok i intall ....


now what ????

i am very newbie and my inglish not is good ^^ .... thx for all
Title: Re: Karma Blocks Package - v0.4
Post by: RiderRaghav on June 29, 2007, 01:55:16 AM
Can you release a version for smf 1.1.3 ..... ? please


Thanks in advance ;)
Title: Re: Karma Blocks Package - v0.4
Post by: shadow82x on July 26, 2007, 06:42:16 PM
This mod has been upgraded to 1.1.3 upon request.

Note: This will only work for 1.1.3


Upgraded by shadow82x

Title: Re: Karma Blocks Package - v0.4
Post by: Max™ on July 29, 2007, 10:56:13 PM

thanks shadow82x, havent being online in a bit.

will add more features to this mod soon.
Title: Re: Karma Blocks Package - v0.4
Post by: Limun on August 27, 2007, 12:09:14 PM
i instaled mod..but i dont see him..
i dont kave portal and tiny portal....:(
what is the problem..can i use this mod
Title: Re: Karma Blocks Package - v0.4
Post by: bassbass on September 10, 2007, 12:56:46 AM
same here, i am using 1.1.3 default theme, i am also using Ad Management mod and displaying banners on the right.  i don't see the box demoed in this website http://thegaff.net/forums.  is there a switch to turn it on or setting?  thanks.
Title: Re: Karma Blocks Package - v0.4
Post by: MrXHonduras on November 22, 2007, 05:46:01 PM
I`m confused about this mod, where I can turn on ??

Regards
Mr X
Title: Re: Karma Blocks Package - v0.4
Post by: Max™ on December 22, 2007, 06:11:28 PM
Quote from: bassbass on September 10, 2007, 12:56:46 AM
is there a switch to turn it on or setting?  thanks.

There is no on or off option for this mod, its part of the SSI.php file to keep the mod small.

Quote from: MrXHonduras on November 22, 2007, 05:46:01 PM
I`m confused about this mod, where I can turn on ??

sorry if i didn't explain this mod to make it more clear as to how it works.  :-[

it was originally created to work within a block for the "Tinyportal (http://tinyportals.net)" mod.
without this you will need to create a php file and use the following codes.

Recent Karma,
<?php require("/path/to/forum/SSI.php"); ?>
<?php ssi_recentkarma(); ?>

Top Karma,
<?php require("/path/to/forum/SSI.php"); ?>
<?php ssi_topkarma(); ?>

Lowest Karma
<?php require("/path/to/forum/SSI.php"); ?>
<?php ssi_lowestkarma(); ?>


if you still confused please refer to the Using SSI.php page
http://docs.simplemachines.org/index.php?topic=400

with the tinyportal mod, you create a php block and put in these codes.

Recent Karma,
ssi_recentkarma();

Top Karma,
ssi_topkarma();

Lowest Karma
ssi_lowestkarma();

with in the brackets you can limit the about it shows or make it bigger.

Example: ssi_recentkarma(10); will show the 10 most recent karma actions.
Title: Re: Karma Blocks Package - v0.4
Post by: LiamTheDuck on February 04, 2008, 12:21:38 PM
any chance of you upgrading to 1.1.4?
thanks :)
Title: Re: Karma Blocks Package - v0.4
Post by: b33z on June 24, 2008, 05:56:44 PM
i downloaded the mod several times now, each time the archive is corrupt. see attached img.

click to enlarge
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fcp72.org%2Fhostit%2Fimages%2Fjlalrpfv99r1wdo4o3q_thumb.jpg&hash=cdc3c7be384bc033014ad33cf3f442ca65ac8e3a) (http://cp72.org/hostit/viewer.php?file=jlalrpfv99r1wdo4o3q.jpg)
Title: Re: Karma Blocks Package - v0.4
Post by: Liam. on November 27, 2009, 12:12:41 PM
This mod has been updated I see. Looks like a good mod, but there is no download link available...
Title: Re: Karma Blocks Package - v0.4
Post by: Max™ on November 27, 2009, 08:29:40 PM

Having some problems with the package, thus the reason there is no download file yet.

If you know how to enter "code" manually, ill post it up only working with SMF 2.0 RC2.
Title: Re: Karma Blocks Package - v0.4
Post by: Arantor on November 27, 2009, 08:30:30 PM
You should be able to attach the package you have here.
Title: Re: Karma Blocks Package - v0.4
Post by: Max™ on November 27, 2009, 08:32:31 PM

Yea i can do that Arantor, its saying the package is corrupt when installing it.

gota figure out why.
Title: Re: Karma Blocks Package - v0.4
Post by: Arantor on November 27, 2009, 08:40:11 PM
If you can attach it, I'll take a look.
Title: Re: Karma Blocks Package - v0.4
Post by: Max™ on November 27, 2009, 08:55:28 PM
Quote from: Arantor on November 27, 2009, 08:40:11 PM
If you can attach it, I'll take a look.

That would be great. :) ill upload it here.
Title: Re: Karma Blocks Package - v0.4
Post by: Arantor on November 27, 2009, 08:58:14 PM
Well, first up, it's double-foldered; the files are in a folder, inside the zip file, which won't help matters.

What program did you use to make the zip file?
Title: Re: Karma Blocks Package - v0.4
Post by: Max™ on November 27, 2009, 09:00:21 PM

Didn't use any program ... well ok Notepad :P

Even without the folder it still dosent work.
Title: Re: Karma Blocks Package - v0.4
Post by: Arantor on November 27, 2009, 09:22:08 PM
So what program did you use to make the zip file? Windows Explorer perhaps?