View Single Post
  #3  
Unread 05-07-2007, 11:23 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

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.
__________________
Landiin's EQ2MAP Updater Discussion Download

Last edited by Landiin : 05-12-2007 at 01:27 PM.
Reply With Quote