ragtek contact pm
This thread is in the Modification Graveyard.
This Add-on adds the contacts from the user to the new pm form.
Installation: Install the xml, if you don't have installed tms, make this: Search in pm_newpm template for: HTML Code:
<tr> <td> <if condition="$show['sendmax']"><div><phrase 1="$permissions[pmsendmax]">$vbphrase[may_send_to_x_people]</phrase></div></if> <if condition="$show['sendmultiple']"><div>$vbphrase[separate_multiple_names]</div></if> </td> </tr> </table> </fieldset> <!-- / recipients field --> HTML Code:
<if condition="$show[rag_contacts]"> <tr> <td> <table width="100%"> <thead> <tr> <td class="tcat"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('rag_pmfriends')"><img id="collapseimg_rag_pmfriends" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_rag_pmfriends].gif" alt="" border="0" /></a> $vbphrase[contacts] </td> </tr> </thead> <tbody id="collapseobj_rag_pmfriends" style="$vbcollapse[collapseobj_rag_pmfriends]"> <tr><td><table> $rag_friends </table></td></tr> </tbody> </table> </td> </tr> <script type="text/javascript"> toggle_collapse('rag_pmfriends'); </script></if> Download This modification cannot be downloaded. Screenshots
|
Similar Mods
Profile Enhancements ragtek Referrer Tab | Modification Graveyard |
Administrative and Maintenance Tools ragtek Contact Thread | Modification Graveyard |
Profile Enhancements ragtek max. Albums | Modification Graveyard |