Put"invite a friend" in header

I want to put the invite section in my header so that is is more visible.  anybody know how to move it there.  Probably next to the search bar or something.

Quote · 20 Apr 2013

Running this on your database will insert a link to invite a friend next to the members account and profile, making it very visible.

INSERT INTO `YOUR DATABASE NAME HERE`.`sys_menu_service` (`ID`, `Name`, `Caption`, `Icon`, `Link`, `Script`, `Target`, `Order`, `Visible`, `Active`, `Movable`, `Clonable`, `Editable`, `Deletable`) VALUES ('6', 'invite', '_Invite a friend', '', 'tellfriend.php', '', '', '0', 'memb', '1', '3', '1', '1', '1');

Change the number in red to change the order

 

If you don't want to run the above, you can also add a link manually by inserting the info into sys_menu_service.

Clear cache when your done

http://ModMyCMS.com --> Dolphin Hacks &Mods
Quote · 22 Apr 2013

The service menu is also accessible in the builders in the admin of your site.

Geeks, making the world a better place
Quote · 22 Apr 2013

Excellent info, both of you. Thanks.

Quote · 22 Apr 2013

thanks to both of you, geek_girl I see that the service menu is accessible but the invite module is not present, how would I insert it this way?  any ideas?

Quote · 22 Apr 2013

Go to builders.  Choose the Bottom Menu.  Find the Invite a Friend item.  Click on the name and it will open the edit window.  Note the entries for each section.  Now go back to builders and choose the Service Menu.  Drag up a new item, click on the name, new item, to open the edit window.  Fill in the fields matching what you saw in the invite friend on the Bottom Menu.  Have not tested this but it should work, you are basically copying a menu item from the Bottom Menu to the Service Menu.

Geeks, making the world a better place
Quote · 23 Apr 2013

 

Go to builders.  Choose the Bottom Menu.  Find the Invite a Friend item.  Click on the name and it will open the edit window.  Note the entries for each section.  Now go back to builders and choose the Service Menu.  Drag up a new item, click on the name, new item, to open the edit window.  Fill in the fields matching what you saw in the invite friend on the Bottom Menu.  Have not tested this but it should work, you are basically copying a menu item from the Bottom Menu to the Service Menu.

 Pretty cool, it worked.  I'm not sure that I want it up there right now for my site, but I like knowing that I've got the option.

Quote · 23 Apr 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.