What I see.
This happens because the user name is the color.
So what happens is that the calls of the file. "Htaccess" detects the username complete with colour codes ...
I understand ...
what I do is make some changes to see if it works ...
Note:
This change is not just for this mistake for anything else
edit:
memberinfo_block_mainurl
replace.
Quote:
<div class="alt1 block_row">
<dl class="list_no_decoration" id="additional_contact_details">
<dt class="shade">Mi $vboptions[bbtitle] URL:</dt>
<dd><a href="http://$vboptions[bburl]/$prepared[musername]">http://$vboptions[bburl]/$prepared[musername]</a></dd>
<if condition="$prepared['homepage']">
<dt class="shade">$vbphrase[home_page]</dt>
<dd><a href="$prepared[homepage]" target="_blank">$prepared[homepage]</a></dd>
</if>
<if condition="$prepared['displayemail']">
<dt class="shade">$vbphrase[email_address]</dt>
<dd><a href="mailto:$prepared[displayemail]">$prepared[displayemail]</a></dd>
</if>
<if condition="$show['vcard']">
<dt class="shade">$vbphrase[vcard]</dt>
<dd><a href="member.php?$session[sessionurl]do=vcard&u=$prepared[userid]" rel="nofollow">$vbphrase[download_vcard]</a></dd>
</if>
</dl>
</div>
|
and if you do not notice me and works Temporary leave it without mod-rewrite ..
and replace it with this cod
Quote:
<div class="alt1 block_row">
<dl class="list_no_decoration" id="additional_contact_details">
<dt class="shade">$vbphrase[this_page]</dt>
<dd><a href="$prepared[profileurl]">$prepared[profileurl]</a></dd>
<if condition="$prepared['homepage']">
<dt class="shade">$vbphrase[home_page]</dt>
<dd><a href="$prepared[homepage]" target="_blank">$prepared[homepage]</a></dd>
</if>
<if condition="$prepared['displayemail']">
<dt class="shade">$vbphrase[email_address]</dt>
<dd><a href="mailto:$prepared[displayemail]">$prepared[displayemail]</a></dd>
</if>
<if condition="$show['vcard']">
<dt class="shade">$vbphrase[vcard]</dt>
<dd><a href="member.php?$session[sessionurl]do=vcard&u=$prepared[userid]" rel="nofollow">$vbphrase[download_vcard]</a></dd>
</if>
</dl>
</div>
|