Channel_Order

Archie

Member
Joined
Feb 8, 2016
Messages
129
Reaction score
8
Points
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
Joined
Jul 2, 2015
Messages
380
Reaction score
181
Points
130
$order = 100
$neworder = $order*1-1;
"channel_order" => "$neworder"

Thats create channel in (-1).
 
Top