- This topic has 1 reply, 2 voices, and was last updated 7 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Affiliates Management Plugin for WordPress
by
WordPress Affiliate Manager › Forums › Affiliate Manager Plugin › Create an Extra tab in affiliate dashboard.
Hello,
i have created a help.php file under html directory and have added the following code
<div class=”aff-wrap”>
<?php
include WPAM_BASE_DIRECTORY . “/html/help.php”;
?>
<p>Help Here</p>
</div>
I have also created the new tab in AffiliatesHome.php
array( __( ‘Help’, ‘affiliates-manager’ ), $this->getLink(array(‘sub’ => ‘help’))),
NOw my problem is that when i click on the tab it takes me to the overview page.
From where i declare that this is a new tab and to display the content of the help.php file ?
Many Thanks!
Hi Evananova
Did you ever work out how to add an extra tab in the affiliate area. I need to add a help tab as well.
Thanks, Nick