1 passive_incomes_net Dec 06, 2006 18:28
3 passive_incomes_net Dec 07, 2006 00:58
blueyed wrote:
This is not possible, without editing the database directly.
Of course the "Blog ID" gets used in other tables (e.g. "evo_coll_user_perms" for user permissions), so it needs to get changed there as well. See http://doc.b2evolution.net/DB_schema/b2evo_1_8.png for the DB relations.I'd not recommend to change it.
In fact, this is rather a feature request to have something like a "sort_order" field for the evo_blogs database.
The best solution is probably to hack/change the part where the order is important for you.
The medium clean solution would be to add a "my_sort_order" column into the evo_blogs table and add an "ORDER BY my_sort_order" where the list gets generated with SQL.
I hope this helps, at least a bit.. :)
to edit the database directly is not an easy task for me...
so I think I need to do it the hard way.... re-organize the database manually... need some creativity.....
thanx anyway my friend...
This is not possible, without editing the database directly.
Of course the "Blog ID" gets used in other tables (e.g. "evo_coll_user_perms" for user permissions), so it needs to get changed there as well. See http://doc.b2evolution.net/DB_schema/b2evo_1_8.png for the DB relations.
I'd not recommend to change it.
In fact, this is rather a feature request to have something like a "sort_order" field for the evo_blogs database.
The best solution is probably to hack/change the part where the order is important for you.
The medium clean solution would be to add a "my_sort_order" column into the evo_blogs table and add an "ORDER BY my_sort_order" where the list gets generated with SQL.
I hope this helps, at least a bit.. :)