TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 02, 2024, 05:15:10 AM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,176
  • Total Topics: 21,220
  • Online today: 127
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 96
  • Total: 96

Karma Blocks Package v0.4

Started by ontap, March 22, 2006, 11:43:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ontap

Here's A Karma Mod For Use With SMF & Of Course Tinyportal  :)

Install Via Package Manager....

3 Different Karma Blocks Based On Your Forum Members
Karma Log, Top Karma & Lowest Karma Using SSI.

NOTE: Karma Must Be Enabled On Your Forum For These Blocks To Work.

Download V0.4 Here!

V.04 Changes:
Fixed Package Installer For SMF 1.1 Final & SMF 1.1.1
Fixed Lowest Karma SQL Code - This May Give Problems Depending On SQL Version?

Tested With SMF 1.1.1 Final & 1.1.1 With Tinyportal v9
Not Tested On SMF 1.0.8 Or Lower

Use Php Block For Each Karma Block...

Karma Log
ssi_karmalog();
Lowest Karma
ssi_lowestkarma();
Top Karma
ssi_topkarma();

Please remember to backup your SSI.php file before you try this mod.

comments, ideas welcome  :coolsmiley:

Demo Of Blocks @  http://thegaff.net/Forums

G6Cad

Just downloaded the zipfile from the first link, and the file is empty  :o

ontap

#2
yeah gota wait for bloc to change that..

Nokonium

Thanks OnTap, that was quick. I'd asked about a Karma SSI over on SMF but didn't get a reply over there.

I've installed it via the package manager, have high and low working in Fiddlers Elbow but I dont seem to have anything showing for the log.

ontap

Quote from: nokonium on March 22, 2006, 12:35:02 PM
but I dont seem to have anything showing for the log.

strange... do you get an error in the error log?

Nokonium


ontap

Quote from: nokonium on March 22, 2006, 12:49:11 PM
Nothing related to the SSI.

can you test it on another webiste?, will wait to see if others have the same prob...

Nokonium

That is my only test site with TP & Karma and I don't want to try it on the main site yet, lets see what others find.

elpvn

Thanks OnTapÂÃ,© ! I'd love mod  ;)

Nokonium

If you want to tweak the format a bit, say to match the User or Online blocks, try something like this

echo '<div style="padding: 5px;" class="smalltext">';
         ssi_topkarma();
         echo '</div>';


or whatever style class you want.