Play Legend of the Green Dragon Play BNT Play Promisance Play Alien Assault Traders Play Quantum Star Play Some Chess  
   D3jsp RPGRPG   ArcadeArcade   Multiplayer PokerD3Jsp Poker   FAQ/RulesFAQ/Rules  SearchSearch  MemberlistMemberlist   UsergroupsUsergroups   ChatroomLive Chat   Log inLog in   RegisterRegister 

Ability to edit reputation you give someone.

 
Post new topic  Reply to topic  d3jsp Forum Index -> Rules, Support, and Suggestions
View previous topic :: View next topic ::  


Author Message
Myoga-
Tomato is the LOOOOOVVEE Fruit!!!11!

Group: Retired Moderators
Joined: 12 Apr 2010
Donor:
Posts: 1315
Gold: 2375.90


ca.gif

Status:
Warn:
Reputation: 57    


Retired Moderators

Post#1 Posted: 16 Nov 2010 09:40 pm    Post subject: Ability to edit reputation you give someone. Reply with quote

IDK just a forethought but maybe we should be able to edit the rep we leave someone, in case we want to add something or change it because of a charge-back etc etc.

Just a thought, shouldn't be hard to do PHP wise...

In the reputation.php (I'm not sure the real file name) you will probably find something like this:
Code:

echo"
<table>
<tr>
<td>
<div>Author</div>
</td>
<td></td>
</tr>";

$query = "SELECT * FROM reputation WHERE userid = $_GET['u'] ORDER BY repnumber ASC";
$result = mysql_query($query)
     or die(mysql_error());
while($row = mysql_fetch_array($result))
{
extract($row);
echo "<tr>
<td>
$repleaver";

//somewhere between the { } you will need to add some code presumably after the part where it gives the persons username that left the rep

if ($repleaverid = GetUserID($mem)) {
echo "<a><img></a>";
}

echo "
Review: <img>
Post Reference: <a>Reference</a>

</td>
<td>
<img>
$repdate
<div>
<img>
</div>
<hr>
Here's a reputation you great great person!
</td>
</tr>
";
//rest of code bleh bleh bleh
}


As you see, shouldn't be too hard to implement, I can help if needed xD

Since this site likes to edit out code that's in code tags here's the pastebin -.-

http://pastebin.com/egv0F0rw

As for the editrep.php you chould just use the same code from the editpost.php page or something similar, this too is not hard to write.


Last edited by Myoga- on 16 Nov 2010 10:12 pm; edited 2 times in total

_____________________
Back to top
View user's profile Send private message Visit poster's website AIM Address
Nate
Forum Police!

Group: Retired Moderators
Joined: 13 Jul 2008
Donor:
Posts: 8615
Gold: 2007.49


ca.gif

Status:
Warn:
Reputation: 152    


Retired Moderators

Post#2 Posted: 16 Nov 2010 10:35 pm    Post subject: Reply with quote

I think you should just be careful who you rep around here. tongue I rarely give out rep. derisive
_____________________



How To Get Verified!
http://www.d3jsp.org/viewtopic.php?t=84882
PM Me With ANY Questions Or Concerns smile
Back to top
View user's profile Send private message AIM Address
Myoga-
Tomato is the LOOOOOVVEE Fruit!!!11!

Group: Retired Moderators
Joined: 12 Apr 2010
Donor:
Posts: 1315
Gold: 2375.90


ca.gif

Status:
Warn:
Reputation: 57    


Retired Moderators

Post#3 Posted: 16 Nov 2010 10:40 pm    Post subject: Reply with quote

Fletchboy123 wrote:
I think you should just be careful who you rep around here. tongue I rarely give out rep. derisive


So do I but it's always nice, for example, I do plenty of trades with a user, and if I want to keep track of all my trades I could neatly organize them in one rep (especially since we can't rep the same user twice).

Just my 2 cents =/

_____________________
Back to top
View user's profile Send private message Visit poster's website AIM Address
the_pillo
The Magnificent

Group: Verified Member
Joined: 09 Jul 2009
Donor:
Posts: 1105
Gold: 0.00
Clan: Honor


us.gif

Status:
Warn:
Reputation: 32    



Post#4 Posted: 17 Nov 2010 03:21 am    Post subject: Reply with quote

I like the idea. Would love to see it implemented. There have been times where i repped someone based on a random trade and regretted repping the user either because of personal character or breaking of rules or something. Besides, I still dont know what tyrael's rep in mine means lmfao.
_____________________


Happiness is a disease, and smiling is the cough that spreads it - pillo-

"When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours."
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
Felix


Group: Scammer
Joined: 09 Mar 2010
Donor:
Posts: 3419
Gold: Locked


Status:
Warn:
Reputation: 30    


<b><font color=red>Scammer</font></b>

Post#5 Posted: 17 Nov 2010 07:12 am    Post subject: Reply with quote

I think the idea is okay aswell as it's not really needed.
_____________________

If you need help, especially in the S/A, and you see PM me.

Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger


spiochek_ma_bana


Group: Members
Joined: 09 Mar 2010
Posts: 6288
Gold: Locked
Clan: Piękni i Bogaci


wz.gif

Status:
Warn:
Reputation: 11    



Post#6 Posted: 17 Nov 2010 01:06 pm    Post subject: Reply with quote

Better idea is to add reputations once every week. Just like comments...

Last edited by spiochek_ma_bana on 17 Nov 2010 01:06 pm; edited 1 time in total

_____________________

I love Britney and her music, because is the backbone to my music taste.
Without her support, I would end up feeling lost when I need to gain courage during hard times, cheer up or relax.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
Felix


Group: Scammer
Joined: 09 Mar 2010
Donor:
Posts: 3419
Gold: Locked


Status:
Warn:
Reputation: 30    


<b><font color=red>Scammer</font></b>

Post#7 Posted: 17 Nov 2010 01:09 pm    Post subject: Reply with quote

spiochek_ma_bana wrote:
Better idea is to add reputations once every week. Just like comments...


But for that I think you should have a new option to write a comment and not a rep derisive

_____________________

If you need help, especially in the S/A, and you see PM me.

Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
spiochek_ma_bana


Group: Members
Joined: 09 Mar 2010
Posts: 6288
Gold: Locked
Clan: Piękni i Bogaci


wz.gif

Status:
Warn:
Reputation: 11    



Post#8 Posted: 17 Nov 2010 01:16 pm    Post subject: Reply with quote

Felix wrote:
spiochek_ma_bana wrote:
Better idea is to add reputations once every week. Just like comments...


But for that I think you should have a new option to write a comment and not a rep derisive
As long as You cannot give positive / negatie reputations, I don't see any difference between this and comments which can be posted once a life.
_____________________

I love Britney and her music, because is the backbone to my music taste.
Without her support, I would end up feeling lost when I need to gain courage during hard times, cheer up or relax.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
Felix


Group: Scammer
Joined: 09 Mar 2010
Donor:
Posts: 3419
Gold: Locked


Status:
Warn:
Reputation: 30    


<b><font color=red>Scammer</font></b>

Post#9 Posted: 17 Nov 2010 01:19 pm    Post subject: Reply with quote

If you want to give a negative rep, just don't post it. But okay I see where you standing.
_____________________

If you need help, especially in the S/A, and you see PM me.

Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
2 Members: Guest
Post new topic  Reply to topic  d3jsp Forum Index -> Rules, Support, and Suggestions All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum



D3jsp is proudly powered by phpBB © 2.0
Theme and Forum by tramway