52
Hi everyone,
For those who want to add tab links for other modules you can use the following script block anywhere after
in the yogurt/templates/yogurt_navbar.html file.
The code block I used based on the one suggested previously by lintu (I am using a windows machine for dev.). The same script could be used to include other modules as tabs in Yogurt. Note that the userpage module is not in the yogurt directory, this is why we have to move out yogurt directory using ../
Only logged in users will see the tabs. but it can be modified so anonymous users can see also by changing <{if $isOwner}>. You can also change the image scrapbook.gif to whatever you want.
Hope this is useful. I would also like to see feature for users to be able to add their friends by invitation or similar means.
<{if $isOwner}>
My Page<{/if}>
another example
<{if $isOwner}>
Chat<{/if}>
btesec