I use the Admin Log in as user plugin. The vBSEO rewrite is "chopping off" some code on the end of URL that is needed to log in and out of a user's profile.
is being re-written asPHP Code:http://www.domain.com/member.php?u=userid&admin_log_in_as_user
where it should look like:PHP Code:http://www.domain.com/members/username/
Why is it stripping out the amprestand during re-write?PHP Code:http://www.domain.com/members/username/&admin_log_in_as_user
Here is what the template looks like:
PHP Code:<div id="admin_log_in_as_user" class="block">
<div class="admin_log_in_as_user">
<div class="blockbody">
<div class="blockrow">
<a href="member.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}&admin_log_in_as_user={vb:raw userinfo.userid}" rel="nofollow">{vb:rawphrase log_in_as_user}</a>
</div>
</div>
</div>
</div>


LinkBack URL
About LinkBacks





Reply With Quote
