1
softjc
Theme Bottom Left-Center-Right din show
  • 2007/3/28 9:04

  • softjc

  • Just popping in

  • Posts: 9

  • Since: 2006/8/9 1


Just try to show the Theme Bottom Left-Center-Right after i set the block to show up it won display anything at all.Some one please help to advised i post the code of the theme below hope can get some help ..

i was using XOOPS 2.0.16..











 








<{if $xoops_showrblock == 1}>



<{/if}>




<{foreach item=block from=$xoops_lblocks}>
<{include file="main/theme_blockleft.html"}>
<{/foreach}>





<{if $xoops_showcblock == 1}>











<{foreach item=block from=$xoops_ccblocks}>
<{include file="main/theme_blockcenter_c.html"}>
<{/foreach}>





<{foreach item=block from=$xoops_clblocks}>
<{include file="main/theme_blockcenter_l.html"}>
<{/foreach}>





<{foreach item=block from=$xoops_crblocks}>
<{include file="main/theme_blockcenter_r.html"}>
<{/foreach}>




<{/if}>



<{$xoops_contents}>

<{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}>

<{if $xoBlocks.page_bottomcenter}>


<{/if}>
<{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}>




<{/if}>

<{foreach from=$xoBlocks.page_bottomcenter item=block}><{include file="default/theme_blockcenter_c.html"}><{/foreach}>

<{foreach from=$xoBlocks.page_bottomleft item=block}><{include file="default/theme_blockcenter_l.html"}><{/foreach}>

<{foreach from=$xoBlocks.page_bottomright item=block}><{include file="default/theme_blockcenter_r.html"}><{/foreach}>

<{/if}>


<{foreach item=block from=$xoops_rblocks}>
<{include file="main/theme_blockright.html"}>
<{/foreach}>












2
studioC
Re: Theme Bottom Left-Center-Right din show
  • 2007/5/21 16:42

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


is the "default" theme still installed on your xoops? or is it called "main" now?

The first blocks are included from:

main/theme_blockleft.html
(theme name: main)

the additional blocks are included from:


default/theme_blockcenter_c.html
(theme name: default)

do the files you've included exist?


if you want to be sure to include files from the active theme, use:

include file="$xoops_theme/theme_blockcenter_c.html"
(as an example. theme name: the active theme set in preferences)

michael

Login

Who's Online

338 user(s) are online (72 user(s) are browsing Support Forums)


Members: 0


Guests: 338


more...

Donat-O-Meter

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

Latest GitHub Commits