4
Hello,
Go to Admin, then preferences, General settings.
Scroll down to:
Update module template .html files from themes/your theme/templates directory?
click yes.
It should update, if not delete all temporary internet files.
The only code needed to change what you want:
<{if $xoops_isuser}>
<a href="<{$xoops_url}>/user.php">
Hello <img style="vertical-align: bottom;" src="<{$xoops_imageurl}>images/face.gif" />
<{$xoops_uname}>a> |
<a href="<{$xoops_url}>/user.php">YourAccounta> |
<a href="<{$xoops_url}>/notifications.php">Notificationsa> |
<a href="<{$xoops_url}>/viewpmsg.php">Inboxa>
<{if $ex_new_messages > 0}>
<{if $smarty.server.SCRIPT_NAME == "/index.php"}>
<script language="javascript" type="text/javascript">
script>
<{/if}>
<a class="highlight" href="<{$xoops_url}>/viewpmsg.php">
<span style="color:#ff6600; font-weight: nomal;">New p-Msg=<{$ex_new_messages}>
span>a>
<{/if}>
|
<{if $xoops_isadmin}>
<a href="<{$xoops_url}>/admin.php">admina>
|
<{/if}>
<a href="<{$xoops_url}>/user.php?op=logout">Log-outa>
<{else}> <a href="<{$xoops_url}>/user.php">Log-ina> |
<a href="<{$xoops_url}>/register.php">Register now!a>
<{/if}>
td>
I am also working on a modification of this theme.
Go to archangelartifacts.com and on the right is the change theme box, click arch_artday-style.
I should have most of it done today, project for the day.
. Heck after suriving a fire and two hurricanes this year, this is a nice change of pace.
Nice work on your modification.