Jump to content

Creating Hooks For Guest Tracking To Displaynav


newcomer

Recommended Posts

Hi,

 

Can some kind helpers assist in creating hooks for guest tracking module? I'm trying to display the guest tracking block in the navigation bar by hooks so that I can rearrange the order appearance at BO.

 

At the moment I'm displaying it by adding a few lines at header.tpl but this method does not allow me the arrange the order like I can with "Positions" under "Modules" in BO.

 

Am I right to say I have to modify GuestTrackingController.php by adding

$this-> registerHook (‘hook_name’)

 

and

 

public function hookLeftColumn()

{
return $this-> ????
 
If yes what's the exact syntax and what other files do I have to modify? 
 
I'm new to the whole website coding things but willing to learn. Any help would be much appreciated, thanks.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...