[ABD] Reputation System

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
demon327
Registered User
Posts: 847
Joined: Thu Nov 16, 2006 2:16 pm

Re: [BETA] Reputation System

Post by demon327 »

PurpleOut wrote:So is it ok to add to a live site? Saw that someone has.
No, its not okay... you can take the risk in RC state, because there release candidates and are pretty stable in terms of bugs. Beta is mostly full of bugs and not suited for live boards. ;)
Don Vito
Registered User
Posts: 89
Joined: Mon Jul 04, 2011 1:18 am

Re: [BETA] Reputation System

Post by Don Vito »

Would really like to use this mod, but its conflicting with another mod i have on my forum >> http://www.phpbb.com/community/viewtopic.php?t=780735

Is there a possibility to have both mods working?
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [BETA] Reputation System

Post by Pico88 »

Don Vito wrote:Would really like to use this mod, but its conflicting with another mod i have on my forum >> http://www.phpbb.com/community/viewtopic.php?t=780735

Is there a possibility to have both mods working?
Read this thread, the 2nd question.
Please do not PM me for support.
Don Vito
Registered User
Posts: 89
Joined: Mon Jul 04, 2011 1:18 am

Re: [BETA] Reputation System

Post by Don Vito »

Pico88 wrote:
Don Vito wrote:Would really like to use this mod, but its conflicting with another mod i have on my forum >> http://www.phpbb.com/community/viewtopic.php?t=780735

Is there a possibility to have both mods working?
Read this thread, the 2nd question.
Thanks
Don Vito
Registered User
Posts: 89
Joined: Mon Jul 04, 2011 1:18 am

Re: [BETA] Reputation System

Post by Don Vito »

Can you please have a look at this problem?
Gino
Registered User
Posts: 124
Joined: Sun Mar 21, 2010 2:39 pm

Re: [BETA] Reputation System

Post by Gino »

it's look great MOD
Cable Player
Registered User
Posts: 516
Joined: Thu Feb 03, 2011 4:45 pm
Location: Hampshire, England

Re: [BETA] Reputation System

Post by Cable Player »

Hello,
I've done a little custom coding to get the reputation toplist to show in the "top five" MOD.
The thing is, I can't seem to figure out how to get each member in the reputation toplist to show on a new line. Currently, we have:

Member 1 (1), Member 2 (1), Member 3 (5)

But I'd like

Member 1 (1)
Member 2 (1)
Member 3 (5)

Any help would be great! Thanks :)
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [RC] Reputation System

Post by Pico88 »

Mod updated to 0.2.0 and changed status to RC.
Please do not PM me for support.
Robi052
Registered User
Posts: 22
Joined: Sun Dec 18, 2011 6:08 pm

Re: [RC] Reputation System

Post by Robi052 »

Updated. All working fine :D #Thanks
User avatar
kmakoto
Registered User
Posts: 234
Joined: Mon Mar 01, 2010 11:35 pm

Re: [RC] Reputation System

Post by kmakoto »

in install.xml

Code: Select all

<open src="styles/art_ultra/imageset/imageset.cfg">
			<edit>
				<find><![CDATA[img_icon_user_warn = icon_user_warn.gif*20*20]]></find>
				<action type="after-add"><![CDATA[img_icon_rate_good = icon_rate_good.gif*20*20
img_icon_rate_bad = icon_rate_bad.gif*20*20]]></action>
			</edit>
		</open>
en zip package no view icon_rate_good.gif icon_rate_bad.gif in styles/prosilver/imageset/
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [RC] Reputation System

Post by Pico88 »

kmakoto wrote:in install.xml

Code: Select all

<open src="styles/art_ultra/imageset/imageset.cfg">
			<edit>
				<find><![CDATA[img_icon_user_warn = icon_user_warn.gif*20*20]]></find>
				<action type="after-add"><![CDATA[img_icon_rate_good = icon_rate_good.gif*20*20
img_icon_rate_bad = icon_rate_bad.gif*20*20]]></action>
			</edit>
		</open>
en zip package no view icon_rate_good.gif icon_rate_bad.gif in styles/prosilver/imageset/
What do you want to say? There are no these icons in styles/prosilver/imageset ? Or what? Download latest phpbb package and you will find them it that folder.
Please do not PM me for support.
User avatar
kmakoto
Registered User
Posts: 234
Joined: Mon Mar 01, 2010 11:35 pm

Re: [RC] Reputation System

Post by kmakoto »

No view icons in zip packge for mod Reputation system

http://modsteam.tk/downloads.php?view=detail&df_id=18

no icons in root/styles/prosilver/imageset/*.* no icons
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [RC] Reputation System

Post by Pico88 »

phpbb package inlcuded them so it is not neccessry to include them one more time in reputation package.
Understood?
Please do not PM me for support.
User avatar
kmakoto
Registered User
Posts: 234
Joined: Mon Mar 01, 2010 11:35 pm

Re: [RC] Reputation System

Post by kmakoto »

:lol: :lol: :lol:

ok ok nno use prosilver style u_u

i am sorry :cry:

/**************************

Problem in css u_u

agree in viewtopic_body.html

Code: Select all

<!-- IF S_REPUTATION -->
			<ul class="profile-icons">
				<!-- IF postrow.S_GIVE_REPUTATION -->
				<li class="rate-good-icon"><a href="{postrow.U_ADD_POS}" title="{L_RS_ADD_POINTS} {L_RS_TO} {postrow.POST_AUTHOR}"><span>{L_RS_ADD_POINTS}</span></a></li>
				<!-- IF postrow.S_GIVE_NEGATIVE--><li class="rate-bad-icon"><a href="{postrow.U_ADD_NEG}" title="{L_RS_SUBTRACT_POINTS} {L_RS_TO} {postrow.POST_AUTHOR}"><span>{L_RS_SUBTRACT_POINTS}</span></a></li><!-- ENDIF -->
				<!-- ENDIF -->
				<li class="reputation {postrow.REPUTATION_BOX}">
					<div title="{L_REPUTATION}">
					<!-- IF postrow.U_VIEW_REP --><a href="{postrow.U_VIEW_REP}" onclick="popup(this.href, 780, 550); return false;"><!-- ENDIF -->{postrow.POST_REP}<!-- IF postrow.U_VIEW_REP --></a><!-- ENDIF -->
					</div>
				</li>
			</ul>
			<br />
			<!-- ENDIF -->
profile-icons no use in css ultra blue style

Normal view
Image

Ultra blue view
Image


Other problem with css column1 and column2

Normal view
Image

Ultra blue view
Image


;)
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [RC] Reputation System

Post by Pico88 »

You have to adjust css and template to you style on your own. I'm to busy to do that.

BTW to icons, you can use icons from images/reputation, but it needs template changes.
Please do not PM me for support.

Return to “[3.0.x] Abandoned MODs”