SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)

How do I display a block in the header instead of the banner?
Look in your theme.html file and find your banner tag
<{$xoops_banner}>
replace it with...
<!-- Start center-right blocks loop -->
                              <{foreach 
item=block from=$xoops_crblocks}><{include file="your_theme/theme_blockcenter_r.html"}><{/foreach}>
<!-- 
End center-right blocks loop -->
now in admin>blocks> use centre right block position to hold your required block. You may want to edit the template for the block to remove the block title and change any formatting. NOTE: This will only work of course if you are not already using your center right block for exixting content. Plus your block content should be sized to fit into your header without breaking it. You can use any blocks tag for this and move them to various positions on the page to suit your content.


The comments are owned by the author. We aren't responsible for their content.


Login

Who's Online

223 user(s) are online (3 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 223


more...

Donat-O-Meter

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

Did you know ?

Go into system admin>mail users and send in the body message this code

Quote:
{X_UACTLINK}


Random question

I want to have my registered users be added to an address book to use it as a Contacts page on an intranet. This list should include a phone number/fax number/email/IM handle/job title/office... is there a way to make this?