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.
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. |
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 |
The service menu is also accessible in the builders in the admin of your site. Geeks, making the world a better place |
Excellent info, both of you. Thanks. |
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? |
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 |
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. |