Can I edit the tabs?

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Can I edit the tabs?

Becool45
Can I change tabs like People to Users or what ever I like?
Reply | Threaded
Open this post in threaded view
|

Re: Can I edit the tabs?

Evildaddy
Yes. In "Edit Page" search "People Link". Then change the text to Users instead of People. If you do not understand, just delete everything in that one macro and paste this in:

<override_macro name="people_link" requires="node" dot_parameter="text" parameters="title, class">
    <a href="[n.people_path/]" class="[n.class/]" rel="nofollow" title="[n.title/]"><n.default. to="[t]Users[/t]"><n.text/></n.default.>
</override_macro>
 
Reply | Threaded
Open this post in threaded view
|

Re: Can I edit the tabs?

Mencey Melgar
Evildaddy wrote
Yes. In "Edit Page" search "People Link".
You have to search for people_link, "People Link" won't work in the "macro by name" search
:) Helper
Reply | Threaded
Open this post in threaded view
|

Re: Can I edit the tabs?

Evildaddy
LouK wrote
Evildaddy wrote
Yes. In "Edit Page" search "People Link".
You have to search for people_link, "People Link" won't work in the "macro by name" search
Thank you for the correction. ;)
Reply | Threaded
Open this post in threaded view
|

Re: Can I edit the tabs?

Becool45
Thank you guys!