Thread: Change Content
View Single Post
  #6  
Old 05-11-2011, 02:22 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 33,336
fadillzzz is an unknown quantity at this point
Default

Edit the inc/bbcode.php
find this
Code:
target="_blank"
And change it to
Code:
target="_self"
This will open links in the same frame (if that's what you want)

Some reference for the target attribute
http://www.w3schools.com/tags/att_a_target.asp
Reply With Quote