HOME arrow TUTORIALS
Tutorials E-mail

How to "wrap" EQDKP in Joomla - Step by step visual guide 


Image



Log into admin and go to "Menu Manager"

Image



Click on "Menu Items"

Image



Click on "New"

Image



Check radio button "Wrapper"


Image



Enter URL to your EQDKP path

Image


Set you wrapper settings. Experiment as to what suit you the best. Repeat for different pages if you desire.Finally FTP to your server and edit eqdkp.php file and the path is - /eqdkp/includes/eqdkp.php.


FIND (Around line 441) :
   ${$varV} .= '<tr class="'.$class.'" nowrap onmouseover="this.className=\'rowHover\';" onmouseout="this.className=\''.$class.'\';">
<td nowrap> <img src="' .$this->root_path .'images/arrow.gif" alt="arrow"/>
<a href="' . $this->root_path . $menu['link'] . '" class="copy" target="_top">' . $menu['text'] . '</a>
 </td></tr>';
${$var} .= '<a href="' . $this->root_path . $menu['link'] . '" class="copy" target="_top">' . $menu['text'] . '</a> | '; $bi = 1-$bi;


CHANGE TO:
Change the highlighted (red) to _self


Save and upload the file. Now install our J2DKP plugins. Congratulations! You have just integrated your EQDKP to your Joomla site!