Respond To Rep
This modification is in the archives.
This hack puts a 'Respond To Rep' link at the end of each rep line and opens up a new pm window for the user. Nothing major but I'm sure some might find it useful.
Step 1: In the 'usercp_reputationbits' template Find: PHP Code:
</if>
Change It To (change the url to the path to your site): PHP Code:
<td class="$reputationbgclass" width="50%"><span class="smallfont">$reputation[reason]</span></td>
Step 2: In the 'USERCP' template. Find: PHP Code:
<td class="tcat" colspan="$reputationcolspan">
To: PHP Code:
<td class="tcat" colspan="6">
Then find: PHP Code:
td class="thead">$vbphrase[comment]</td>
And after it add: PHP Code:
<td class="thead">Respond</td>
This may not have been the best way to do the hack or the cleanest way but it works. I'm open to suggestions, this is my first hack and I'm not THAT familiar with all this yet. Hope yall like it and find it usefull though. I'd like to be able to make it quote the rep in the response but I haven't figured that out yet. Download This modification is archived and cannot be downloaded. Screenshots
|