It gives me back as result aditional.css
looking down now.
Thanks that should do it
--------------- Added [DATE]1307480029[/DATE] at [TIME]1307480029[/TIME] ---------------
Quote:
Originally Posted by RobbieZ
Something along the lines of this..
Remove this from your navbar template and add it to your header.
Code:
<vb:if condition="$show['member']">
<div id="toplinks" class="toplinks">
<ul class="isuser">
<li><a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
<li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
You need to find the closing for this condition. Remove it from navbar and add it to header!
Now search for
Code:
<-- New PM Icon END -->
Copy and remove everything and paste it at the bottom of your Header template.
Its a bit of trial and error, use your default template as a guideline.
|
Thank you for your response mate,
I have tried all king of codes and all I get are errors. Actually I added this code on the header and it seen to work ok but Im missing the notification menu and others. When I added the code you suggested me to test all it gave me as links were the
My Profile
Settings
Log Out
I still need the user name the welcoming and notifications.
I know this can be done but I have change and did so many template edits that I dont have more brains to think about doing next and google is not helping me.
Thank you mate
