| Re: Hello username, you have X new private messages |
| by tatane on 2011/3/28 7:00:22 Html : le="color: #000000"><?php <div id="barnav-haut"> <ul> <{if !$xoops_isuser}> <li><a href="<{xoAppUrl user.php}>">Se connecter</a> | <a href="<{xoAppUrl register.php}>">S'enregistrer</a></li> <{else}> <!-- menu in recorded mode --> Bienvenue <a href="<{xoAppUrl /user.php}>" title="<{$smarty.const.THEME_PROFILE}>"><{$xoops_uname}> :</a> <!-- for my message box --> <{xoInboxCount assign=pmcount}> <a href="<{xoAppUrl viewpmsg.php}>"> <{if $pmcount}> <!-- if I have messages --> <a href="<{xoAppUrl viewpmsg.php}>">Messages (<{$pmcount}>)</a> | <{else}> <!-- if I do not have a message --> <a href="<{xoAppUrl viewpmsg.php}>">Vous avez 0 message</a> | <{/if}> </a> <!-- end my message box--> <a href="<{xoAppUrl /user.php}>">Mon compte</a> | <!-- additional link if I have rights of administration of module --> <{if $xoops_isadmin}> <a href="<{xoAppUrl /admin.php}>">Admin</a> | <{/if}> <!-- end additional link--> <a href="<{xoAppUrl /user.php op=logout}>">Déconnexion</a> <{/if}></li> </ul> </div> css : le="color: #000000"><?php #barnav-haut { background: #515153; height: 32px; width: 100%; } #barnav-haut ul{ color: #FFFFFF; margin-left: auto; margin-right: auto; text-align: right; width: 900px; padding: 8px; } #barnav-haut li{ display: inline; color: #fff; } #barnav-haut li a{ color: #fff; } #barnav-haut a{ color: #fff; }
|
| Re: Hello username, you have X new private messages |
| by oswaldo on 2011/3/27 21:44:25 You can use the wblocks module from esxoops.com download here |
| Re: Hello username, you have X new private messages |
| by ChronicTom on 2011/3/27 14:41:24 Was there ever a solution to this? |
| Re: Hello username, you have X new private messages |
| by banesto on 2005/8/23 16:32:45 see this thread: thread |
| Re: Hello username, you have X new private messages |
| by fritz_corner on 2003/11/22 17:51:45 I just don't get why you should say "Why do you want to do that? Do this instead". Right now I've disabled my user menu block and instead I've put some links in the page header. Everything works except that pm notification stuff, of course. I would REALLY like how to make the link turn into another color or show the number of unread messages. Blocks are nice but sometimes it gets too "blocky". Please post if you have any idéas. Just remember that I'm a newbie and don't know jack s**t about php coding.
|