4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: I-RoBoT@Corp. on June 26, 2006, 12:31:18 PM

Title: how can i Customize the Menu Bar?
Post by: I-RoBoT@Corp. on June 26, 2006, 12:31:18 PM
how can i Customize the Menu Bar?
Title: Re: how can i Customize the Menu Bar?
Post by: mawenzi on June 26, 2006, 01:52:18 PM
edit your /templates/<your_template>/user_logininfo.html ... and ... userloginform.html
Title: Re: how can i Customize the Menu Bar?
Post by: I-RoBoT@Corp. on June 26, 2006, 03:12:59 PM
no no no! i am not talking about (user_logininfo.html).

here is the Point >>>
Title: Re: how can i Customize the Menu Bar?
Post by: yerpo on June 26, 2006, 03:52:27 PM
Well yes, just add your links after the
Code: [Select]
&raquo; <a href="{url_logout}">{lang_logout}</a>

The code would then look something like this:
Code: [Select]
.......................
&raquo; <a href="{url_logout}">{lang_logout}</a></ br>
&raquo; <a href="page1.html">Page 1</a></ br>
&raquo; <a href="page2.html">Page 2</a></ br>
&raquo; <a href="page3.html">Page 3</a>
.............
Title: Re: how can i Customize the Menu Bar?
Post by: mawenzi on June 26, 2006, 05:29:52 PM
no no no! i am not talking about (user_logininfo.html).

...  8O ...  :roll: ... you tried it ? ... I would say ... no no no!
Title: Re: how can i Customize the Menu Bar?
Post by: I-RoBoT@Corp. on June 27, 2006, 11:35:26 AM
thanks "yerpo" also thanks to "mawenzi"  :mrgreen: