Right, here goes' replace ALL of your memberinfo_block_aboutme with this
Quote:
<div class="alt1 block_row">
<if condition="$show['simple_link']">
<div id="simple_aboutme_link"><a class="smallfont" href="member.php?$session[sessionurl]u=$bbuserinfo[userid]&tab=aboutme&simple=1">$vbphrase[view_your_about_me]</a></div>
</if>
<if condition="$show['edit_link']">
<div id="simple_aboutme_link"><a class="smallfont" href="member.php?$session[sessionurl]u=$bbuserinfo[userid]&tab=aboutme">$vbphrase[edit_your_about_me]</a></div>
</if>
<ul class="list_no_decoration">
$block_data[fields]
<if condition="$prepared['signature']">
<li class="profilefield_category">
$vbphrase[signature]
<dl class="list_no_decoration profilefield_list"><dd id="signature">$prepared[signature]</dd></dl>
</li>
</if>
</ul>
<form action="private.php?do=insertpm&pmid=$pm[pmid]" method="post" name="vbform" onsubmit="doubleSubmit(this)">
$pm[recipients]
<div id="pmrecips" style="display: none"><textarea id="pmrecips_txt" name="recipients" rows="2" cols="50" tabindex="1">Simon Lloyd;</textarea></div>
<div>
<input type="hidden" name="title" value="Reporting Suspect Info" maxlength="85" style="width:60%" tabindex="1" />
<textarea name="message" rows="2" cols="20" style="width:100%; height:100px" tabindex="1" class="tarea">Please check the "About Me" in the user profile of [url=$vboptions[bburl]/members/$userinfo[username].html]$userinfo[username]'s profile[/url] as it contains suspect material</textarea>
<div>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="insertpm" />
<input type="hidden" name="pmid" value="$pm[pmid]" />
<input type="hidden" name="forward" value="$pm[forward]" />
<input type="hidden" name="receipt" value="0" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="submit" class="button" name="sbutton" value="Report This Info" accesskey="s" tabindex="1" />
</div>
</div>
</form>
</div>
|
This will put a button at the bottom of the info and when pressed will pm the person you set in the code (the bold Red area that has my name, change that
I used quote tags because i wanted to keep the formatting