Iefimenko Ievgen
Iefimenko Ievgen

Reputation: 401

How to change UPDATES and INFO folers between each other (change their places between each other)?

How to change UPDATES and INFO folers between each other in SocialEngine profiles? I need INFO folder of user profile data to be before his UPDATES.

Upvotes: 0

Views: 24

Answers (1)

Iefimenko Ievgen
Iefimenko Ievgen

Reputation: 401

For this needed in engine4_core_content table change between content_id columns 540 and 541 their values for order column like this: content_id|541 = order|1 and content_id|540 = order|2.

Upvotes: 0

Related Questions