Changing the order of the blocks on the side

Slarioux
Slarioux's picture

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!

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2009-08-23 21:52

There is some work for the future for this to happen.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
MyFault
MyFault's picture

Joined: 2008-09-20
Posts: 3
Posted: Mon, 2009-08-24 08:44

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.

 
Slarioux
Slarioux's picture

Joined: 2009-08-08
Posts: 56
Posted: Mon, 2009-08-24 09:02

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 :)