Changing the order of the blocks on the side
Slarioux
Joined: 2009-08-08
Posts: 56 |
Posted: Sun, 2009-08-23 06:49 |
Hey guys, I've been browsing the code for a while, but I haven't got the grasp of it yet. Anyway, I was trying to find a way to change the order of the blocks on the side. Take for example this picture. I've been playing around with the way the exif data shows (it's all in Dutch and I've mauled the automatic translator thingie to do it, sorry), and I've added the 'display tags' module. I'd like it however, if I could change the order in which the blocks appear. Specifically, I'd like the 'Tags' block to be one position higher. Is there an easy way to do this? I'm running beta 2 . Thx in advance! |
|
Posts: 27300
There is some work for the future for this to happen.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 3
At the moment it appears that it just displays the sidebar blocks in whatever order the modules are listed in the database (by the id field in the module table).
For my site, I just edited the ids in the table to put them in the order I wanted. Kind of a kluge, but it seems to work, at least until there's an official "right" way to do it.
Posts: 56
Allright, I'll do that to. I could not find if the id's had a relation to other stuff in de db (but actually, i didnt really look but waited for floridave or someone else to enlighten me ). I'll go fix that, so the modules appear in a cool order. Thx for the tip