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

Log into admin and go to "Menu Manager"

Click on "Menu Items"

Click on "New"

Check radio button "Wrapper"

Enter URL to your EQDKP path

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!
|
|