View Single Post
  #9  
Old 10-31-2010, 10:02 AM
bad_captain
Developer
 
Join Date: Feb 2009
Location: Cincinnati, OH
Posts: 512
Default

Okay, I was wondering why I couldn't find it.. I had changed it to use the FIRST_NAME that was already there.. On the character_body.tpl, I used this instead of {NAME}

Code:
  <div class='FreeButton' onclick="window.location='searchbots.php?char={FIRST_NAME}';" style="margin:3px">{L_BOTS}</div>

Next time I will just go ahead and make diffs. I just miss too much when I try to just pull out everything I changed. Thanks for the heads up.
Reply With Quote