1
JimLunsford
Extended Profile and PM Modules

How do I get the Extended Profile and PM modules to appear in the User Menu rather then the Main menu? This is all user related stuff and should be there.

2
catalin12345
Re: Extended Profile and PM Modules

his right...how to do that?!


3
Gambero[removed]
Re: Extended Profile and PM Modules

1. Misc. Tools / Templates / Clone a template set and name it as you want

2. Preferences / System / General setting and select your cloned template set as default template set

3. Blocks / Show all blocks / User menu / Edit / Edit template

Change whole HTML code with this one:

<table cellspacing="1" cellpadding="0" border="0" class="blocks" width="100%">
  <
tr><td class="menuEven" align="left"><class="menuTop" href="<{$xoops_url}>/user.php"><{$block.lang_youraccount}></a></td></tr>
  <
tr><td class="menuOdd"><a href="<{$xoops_url}>/edituser.php"><{$block.lang_editaccount}></a></td></tr>
  <
tr><td class="menuEven"><a href="<{$xoops_url}>/notifications.php"><{$block.lang_notifications}></a></td></tr>
  <
tr><td class="menuOdd"><a href="<{$xoops_url}>/user.php?op=logout"><{$block.lang_logout}></a></td></tr>
  <{if 
$block.new_messages 0}>
  <
tr><td class="menuEven"><class="highlight" href="<{$xoops_url}>/viewpmsg.php"><{$block.lang_inbox}> (<span style="color:#ff0000; font-weight: bold;"><{$block.new_messages}></span>)</a></td><tr></tr>
  <{else}>
  <
tr><td class="menuOdd"><a href="<{$xoops_url}>/viewpmsg.php"><{$block.lang_inbox}></a></td></tr>
  <{/if}>

  <{if 
$xoops_isadmin}>
  <
tr><td class="menuEven"><strong><a href="<{$xoops_url}>/admin.php"><{$block.lang_adminmenu}></a></strong></td></tr>
  <{/if}>
</
table><br />


now click "Send"

4. Modules / Administration / Set "0" to Extended profiles and PM module.

Remember: You won't see submenus now!

4
catalin12345
Re: Extended Profile and PM Modules

cool thanks Gambero i will try after i reinstall my XOOPS 2.2!thanks again


Login

Who's Online

214 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 214


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits