[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.
Locked
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [RC] Reputation System 0.4.2

Post by Pico88 »

There are no images etc. like on the attached screens. I don't plan such options at the moment. For me it useless.



EDIT:
remonray wrote:Rewrite the first word with parentheses: (son) (sun):
What is the answer??I am weak at grammar
You can read with understanding, cannot you? Answear is (son). <facepalm>
Please do not PM me for support.
User avatar
RogueRanger
Registered User
Posts: 40
Joined: Thu Jun 28, 2012 2:52 am
Location: Sydney, Australia
Name: Melanie Warnes
Contact:

Re: [RC] Reputation System 0.4.2

Post by RogueRanger »

useless??? why? I've never seen a forum rep system yet that didn't have some kind of 'thing' to show your rep. Be it a green sqaure (most of them have that) or something. It's all about style a looks :D
Image
remonray
Registered User
Posts: 20
Joined: Sat Jul 21, 2012 8:49 am

Re: [RC] Reputation System 0.4.2

Post by remonray »

I downloaded but while installing there was 5-6 erors that auto mod didn't find some lines

I am using absolution style.Any help?
shadzy89
Registered User
Posts: 45
Joined: Sat May 12, 2012 4:51 pm

Re: [RC] Reputation System 0.4.2

Post by shadzy89 »

Limitation based in your code pico, regarding rating users as a system and not posts?
otiengsaothienthai0o
Registered User
Posts: 1
Joined: Tue Jul 24, 2012 7:10 am

Re: [RC] Reputation System 0.4.2

Post by otiengsaothienthai0o »

Convert Thanks for posts: ? It's mean convert thanks to reputation ?
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [RC] Reputation System 0.4.2

Post by Pico88 »

otiengsaothienthai0o wrote:Convert Thanks for posts: ? It's mean convert thanks to reputation ?
Yes.
Please do not PM me for support.
shadzy89
Registered User
Posts: 45
Joined: Sat May 12, 2012 4:51 pm

Re: [RC] Reputation System 0.4.2

Post by shadzy89 »

Pico can your code be changed to remove that limitation???

Can i have an answer so I can try to do this!!?!?!?
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [RC] Reputation System 0.4.2

Post by Pico88 »

Open: reputation.php
Find and delete:

Code: Select all

		$sql = 'SELECT rep_id
			FROM ' . REPUTATIONS_TABLE . "
			WHERE rep_to = $user_to
				AND rep_from = {$user->data['user_id']}
				AND user = 1";
		$result = $db->sql_query($sql);
		$check_user = $db->sql_fetchrow($result);
		$db->sql_freeresult($result);

		if ($check_user)
		{
			$meta_info = append_sid("{$phpbb_root_path}memberlist.$phpEx?mode=viewprofile", "u=$user_to");
			$message = $user->lang['RS_SAME_USER'] . '<br /><br />' . sprintf($user->lang['RETURN_PAGE'], '<a href="' . append_sid("{$phpbb_root_path}memberlist.$phpEx?mode=viewprofile", "u=$user_to") . '">', '</a>');
			meta_refresh(3, $meta_info);
			trigger_error($message);
		}
Please do not PM me for support.
User avatar
RogueRanger
Registered User
Posts: 40
Joined: Thu Jun 28, 2012 2:52 am
Location: Sydney, Australia
Name: Melanie Warnes
Contact:

Re: [RC] Reputation System 0.4.2

Post by RogueRanger »

only some of my members can see the rep symbols? why is that? we're all using the default Pro silver theme. I can see them. I'm using Fire Fox. But my mum can't (we share the one computer) and she is using IE. Any ideas?
Image
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [RC] Reputation System 0.4.2

Post by Jessica »

make sure you set the permissions correctly
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
RogueRanger
Registered User
Posts: 40
Joined: Thu Jun 28, 2012 2:52 am
Location: Sydney, Australia
Name: Melanie Warnes
Contact:

Re: [RC] Reputation System 0.4.2

Post by RogueRanger »

been done, now we get a great big error thing when we give rep???

after you rep, another blank window opens with this

{"post_id":20770,"new_post_rating":"1","new_user_reputation":"2","new_post_rating_class":"positive","new_post_class":"rated_good","what_to_fadeout":".rate-bad-icon a"}

you then have to go back to where you were????? :?: :o
Image
evepowr
Registered User
Posts: 85
Joined: Sun Jan 04, 2004 6:54 pm
Contact:

Re: [RC] Reputation System 0.4.2

Post by evepowr »

I got a question. This is my current goal now which i think other members might like. So your mod is pretty much a reddit style mod which is great. I wanted to implement one more feature in it.

On the view forum body page i want to add the reputation from the first post of each topic.

Styling it on the viewforum html file wont be hard. Im just not sure how i would go about getting that first posts rep called so i can post it next to each topic on the forum body page.
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [RC] Reputation System 0.4.2

Post by Pico88 »

RogueRanger wrote:been done, now we get a great big error thing when we give rep???

after you rep, another blank window opens with this

{"post_id":20770,"new_post_rating":"1","new_user_reputation":"2","new_post_rating_class":"positive","new_post_class":"rated_good","what_to_fadeout":".rate-bad-icon a"}

you then have to go back to where you were????? :?: :o
Check all template files with the installation instruction. Also you use 2 jquery library, so it may cause the problem. Versusnja will help you because it is not my part of coding.
evepowr wrote:I got a question. This is my current goal now which i think other members might like. So your mod is pretty much a reddit style mod which is great. I wanted to implement one more feature in it.

On the view forum body page i want to add the reputation from the first post of each topic.

Styling it on the viewforum html file wont be hard. Im just not sure how i would go about getting that first posts rep called so i can post it next to each topic on the forum body page.
Not so easy as you think. That will require changes in viewforum.php file, also proper changes in viewforum_body.html and adjust reputation.js otherwise it will not work with AJAX.

Due to a lack of time I will not do anything for that.
Please do not PM me for support.
User avatar
RogueRanger
Registered User
Posts: 40
Joined: Thu Jun 28, 2012 2:52 am
Location: Sydney, Australia
Name: Melanie Warnes
Contact:

Re: [RC] Reputation System 0.4.2

Post by RogueRanger »

thanks Pico. I will get my techy guy onto it :D
Image
shadzy89
Registered User
Posts: 45
Joined: Sat May 12, 2012 4:51 pm

Re: [RC] Reputation System 0.4.2

Post by shadzy89 »

Thank you very much Pico, as usual you are the man!!!!
Locked

Return to “[3.0.x] Abandoned MODs”