Channel_Order

Archie

Member
Feb 8, 2016
129
8
53
Hi there,

Just a quick question, I'm trying to get a channel to be created above a spacer not below the spacer. Channel_order or "channel_order" => "$order"
makes the channel be created below the spacer but I would like it to be created above. How do I go around doing this?

Thanks
Archie
 

EscuderoKevin

Well-Known Member
Jul 2, 2015
380
181
130
$order = 100
$neworder = $order*1-1;
"channel_order" => "$neworder"

Thats create channel in (-1).
 
Top