4
Quote:
Bandit-X wrote:
1. smallint(5) unsigned (Not Zero Fill), range: 0 - 65535
2. smallint(3) unsigned (Not Zero Fill), range: 0 - 65535
3. setting blocks to 0 weight makes it appear closer to the top. if two or more are zero, then the one with the lower blockid will appear closer to the top. the greater the number, the block will appear closer the to bottom, compared to other blocks.
==
note. smallint(5) and smallint(3) I don't know if it is phpmyadmin or what but since it is unsigned, they are just smallint. also the input for the text boxes have a limit on 5 characters that was coded.
Thanks, that's exactly what I needed. I'm developing a module to select the blocks you want from a given section, and alphabetize them, in up or down order, or move them around a little easier. I'm also planning on having the modules move up and down the menu in the same way. I'm using weight as the simple way to do that.
In the interim, I thought I would just write up how it all works so that folks who are new to XOOPS can read up on it. The documentation so far leaves a lot to be desired on this one particular section.
This will be the first (of many I hope) articles on my new XOOPSTyro.com web site that I'm still developing.
As always, the community steps up! Thanks!
Byron