I wanted to have eqdkp load in a frame (as an embedded page), however, whenever someone clicked on a link from eqdkp it would "take over" the entire window.
I searched around the the forums and saw a bunch of people asking how to do this, however I didn't see a clear cut answer. After tinkering a bit I figured out how to make this work...
I made this change in eqdkp 1.0.3, not sure if its the same in other versions.
Here it is:
1. File /eqdkp/includes/eqdkp.php
2. Back it up!
3. Edit it....
Line: 298
${$var} .= '<a href="' . $this->root_path . $menu['link'] . '" class="copy" target="_top">' . $menu['text'] . '</a> | ';
Change it to....
${$var} .= '<a href="' . $this->root_path . $menu['link'] . '" class="copy" target="_self">' . $menu['text'] . '</a> | ';
4. Save the file.
Thats it, seems to affect ALL of the links in eqdkp. I have not tested extensively, but it seems to be working great. Just thought I would post this up to help anyone else trying to go the same thing.
Velkyn
EQ2 - Befallen