Helpful Information
 
 
Category: vBulletin 3.5
Respond To Rep

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:

</if>
<td class="$reputationbgclass" width="50%"><span class="smallfont">$reputation[reason]</span></td>


Change It To (change the url to the path to your site):

<td class="$reputationbgclass" width="50%"><span class="smallfont">$reputation[reason]</span></td>
<td class="alt2" nowrap="nowrap"><span class="smallfont"><a href="http://www.yoursite.com/private.php?do=newpm&u=$reputation[whoadded]" target="_blank">Respond To Rep</td>
</if>


Step 2:

In the 'USERCP' template.

Find:

<td class="tcat" colspan="$reputationcolspan">


To:


<td class="tcat" colspan="6">


Then find:

td class="thead">$vbphrase[comment]</td>


And after it add:


<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. :D



I'd like to be able to make it quote the rep in the response but I haven't figured that out yet.

Simple yes, but also a very good idea.

It is very useful, thank you for sharing. :)

Thanks, glad you both like it. :D

and it it was anonymous rep?

hmm, I don't have anonymous rep at my board so I don't know

brilliant.










privacy (GDPR)