|
|
| Author |
Message |
Myoga- Tomato is the LOOOOOVVEE Fruit!!!11!
 Group: Retired Moderators Joined: 12 Apr 2010 Donor:  Posts: 1315 Gold: 2375.90

Status: Warn:  Reputation: 57

|
#1 Posted: 16 Nov 2010 09:40 pm Post subject: Ability to edit reputation you give someone. |
|
|
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 |
|
 |
Nate Forum Police!
 Group: Retired Moderators Joined: 13 Jul 2008 Donor:  Posts: 8615 Gold: 2007.49

Status: Warn:  Reputation: 152

|
#2 Posted: 16 Nov 2010 10:35 pm Post subject: |
|
|
I think you should just be careful who you rep around here. I rarely give out rep.  _____________________
|
|
| Back to top |
|
 |
Myoga- Tomato is the LOOOOOVVEE Fruit!!!11!
 Group: Retired Moderators Joined: 12 Apr 2010 Donor:  Posts: 1315 Gold: 2375.90

Status: Warn:  Reputation: 57

|
#3 Posted: 16 Nov 2010 10:40 pm Post subject: |
|
|
| Fletchboy123 wrote: | I think you should just be careful who you rep around here. I rarely give out rep.  |
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 |
|
 |
the_pillo The Magnificent
 Group: Verified Member Joined: 09 Jul 2009 Donor:  Posts: 1105 Gold: 0.00 Clan: Honor

Status: Warn:  Reputation: 32
|
#4 Posted: 17 Nov 2010 03:21 am Post subject: |
|
|
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 |
|
 |
Felix
Group: Scammer Joined: 09 Mar 2010 Donor:  Posts: 3419 Gold: Locked
Status: Warn:  Reputation: 30

|
#5 Posted: 17 Nov 2010 07:12 am Post subject: |
|
|
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 |
|
 |
|
 |
spiochek_ma_bana
 Group: Members Joined: 09 Mar 2010 Posts: 6288 Gold: Locked Clan: Piękni i Bogaci

Status: Warn:  Reputation: 11
|
#6 Posted: 17 Nov 2010 01:06 pm Post subject: |
|
|
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 |
|
 |
Felix
Group: Scammer Joined: 09 Mar 2010 Donor:  Posts: 3419 Gold: Locked
Status: Warn:  Reputation: 30

|
#7 Posted: 17 Nov 2010 01:09 pm Post subject: |
|
|
| 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  _____________________
If you need help, especially in the S/A, and you see PM me.
 |
|
| Back to top |
|
 |
spiochek_ma_bana
 Group: Members Joined: 09 Mar 2010 Posts: 6288 Gold: Locked Clan: Piękni i Bogaci

Status: Warn:  Reputation: 11
|
#8 Posted: 17 Nov 2010 01:16 pm Post subject: |
|
|
| 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  | 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 |
|
 |
Felix
Group: Scammer Joined: 09 Mar 2010 Donor:  Posts: 3419 Gold: Locked
Status: Warn:  Reputation: 30

|
#9 Posted: 17 Nov 2010 01:19 pm Post subject: |
|
|
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 |
|
 |
|