191

Looking at the gold theme, which I'm trying to troubleshoot a problem, there are sections for:
Left blocks, center-left, center-right, center-center, right
then there is the section for content, and then right blocks.
In the content section I see:
class="blockContent" width="100%">
Left blocks, center-left, center-right, center-center, right
then there is the section for content, and then right blocks.
In the content section I see:
class="blockContent" width="100%">
<{$xoops_contents}
I assume this is were XOOPS grabs the contents of the block from the DB and enters in the block. But when I remove "xoops_contents" like this:
class="blockContent" width="100%">
I assume this is were XOOPS grabs the contents of the block from the DB and enters in the block. But when I remove "xoops_contents" like this:
class="blockContent" width="100%">
<{}
I see that the content stays in the center blocks but the right blocks and content are missing. I would have expected the content in the blocks to all disapear but the blocks to stay.
I guess I clearly don't understand the way themes work. Is there a good explanation of this mechanism somewhere?
Thanks
Doug P
I see that the content stays in the center blocks but the right blocks and content are missing. I would have expected the content in the blocks to all disapear but the blocks to stay.
I guess I clearly don't understand the way themes work. Is there a good explanation of this mechanism somewhere?
Thanks
Doug P
193

I'm sorry, I posted in the beginners corner first then saw the theme reated forum. It won't happen again...
Doug P
Doug P
194

When using the gold theme, my blocks in the center start an inch below the side blocks. What might cause this? I'm looking at the theme.html file but I don't really know how a theme works so it's greek to me...
Thanks for any help
Doug P
Thanks for any help
Doug P
195

When using the gold theme, my blocks in the center start an inch below the side blocks. What might cause this? I'm looking at the theme.html file but I don't really know how a theme works so it's greek to me...
Thanks for any help
Doug P
Thanks for any help
Doug P
196

I want to use XOOPS for my LUG site. There are some pretty opinionated people in the LUG than will really gripe at a strictly graphical site. Are there any solutions for this with Xoops?
Thanks
Doug P
Thanks
Doug P
199

I try the following code in a block but get no output, what am I missing? Got any sample code???
global $xoopsDB;
mysql_pconnect('localhost', 'douglas', '') or die ("Can't connect to DB");
mysql_query("USE customers");
global $xoopsDB;
mysql_pconnect('localhost', 'douglas', '') or die ("Can't connect to DB");
mysql_query("USE customers");
id | userid | Last | first | phone | ip | comment |
$data->id | $data->userid | $data->last | $data->first | $data->phone | $data->ip | $data->comment |