PEAK XOOPS - Tiny-D Block content not displaying in englishin japanese

Tiny-D Block content not displaying

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2006/2/28 0:41
cm2339  一等兵   Posts: 12
We have an instance of Xoops 2.0.13.2 installed with Tiny-D 2.18. In our theme we have the code to show the center-center block contents. as:

<{if $xoops_showcblock == 1}>
<{foreach item=block from=$xoops_ccblocks}>
<div class="cBlockTitle"><{$block.title}></div>
<div><{$block.content}></div>
<{/foreach}>
<{/if}>

The block title displays (as expected), the block contents do not! Please let me know if you have any suggestions on what I can try to get the block contents to show.

Thanks!
Chad
Votes:2 Average:5.00
Previous post - Next post | Parent - Children.1 | Posted on 2006/2/28 6:00
GIJOE  先任軍曹   Posts: 4110
It looks no problem.
Perhaps, there is a problem in the other points.

Try to
- reupload
- update the module
- repair table
- remove all files inside templates_c/ and cache/
- check templates/blocks/tinycontent_content_block.html exists or not
- enable "PHP debug" / "MySQL debug"
Votes:9 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2007/8/10 22:48
cm2339  一等兵   Posts: 12
After months of searching we finally determined the silly resolution.

A single quote was entered as the block title (a mistake by the way). The rendering engine inside the Xoops core did not escape the quotes like we expected and the single quote terminated the string so the names of the title never matched and the smarty comparison never worked. After all of that, the block was never displayed correctly.

The solution - fix the typo and everything displayed as expected.

I just realized I never shared our solution. Sorry for the LONG delay.
Votes:1 Average:10.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!