| Re: Customized block contents not displaying |
| by nthomson on 2004/8/5 15:14:06 ooops..soory.,..it is getting saved in the database fine.. It shows side, weight, visible, block_type, c_type, isactive for the new customized block as 5, 1, 1, C, H, 1 respectively.. I think the "'content' => $bcontent" portion in following in /htm/header.php is failing.. $xoopsTpl->append('xoops_ccblocks', array('title' => $block_arr[$i]->getVar('title'), 'content' => $bcontent)); I get the block title displayed but not the content... Thanks Ann |
| Re: Customized block contents not displaying |
| by nthomson on 2004/8/5 14:42:24 Hey Bassman, Today I was checking the database again, and it looked like the new customized blocks were not written into xoops_newblocks.Havw you come across this problem? Thanks, Ann |
| Re: Customized block contents not displaying |
| by nthomson on 2004/8/5 14:06:03 Hey Bassman, I did that too...I am still trying to figure out what's happening .Will definitely post if i find a solution.. Ann |
| Re: Customized block contents not displaying |
| by Bassman on 2004/8/5 3:54:36 Ann, that's bizarre, because I just tried the same thing on my site and it worked. I doubt it makes any difference, but you could try selecting "Yes" in the "Update module template .html files from themes/your theme/templates directory?" in Preferences if it's not already. |
| Re: Customized block contents not displaying |
| by nthomson on 2004/8/5 3:45:49 Hi Bassman, I had selected HTML as the contenttype. And i put the content in <table> tags for eg: this is the content <table> This is a test </table> The content body just wouldn't appear tho' the header of the customized block appears... Thanks, Ann |