I'll try to help you out with this. I've never worked with vBulletin but all these portal type scripts use templates for each screen as you probably know. So all you need to do is find this template and wrap the users text in a <span style="position:relative; left:20px"> (user text variable here)</span>. You may want to use some other value besides 20px, that's just what looked good to me.
Attached is the edited html file. You can see my <span> addition on line 1076 to get an idea of where you need to place it in the template.
Last edited by Landiin : 05-12-2007 at 01:27 PM.
|