solved Developer Updates

derrickhand300
@derrickhand300
9 years ago
1,353 posts
On this page
https://www.jamroom.net/derrickhand300
there is a box called DEVELOPER UPDATES-could you share the code and any css used to make this?
Thanks!
updated by @derrickhand300: 08/03/16 12:46:40AM
michael
@michael
9 years ago
7,791 posts
Its just a jrCore_list call on the jrAction module for users in a developer or team quota
{jrCore_list module="jrAction" search="profile_quota_id in 1,2,3" order_by="_item_id desc" limit=25}

The full code, for what its worth, is:
                    <div class="col7">
                        <div class="block" style="padding:0 6px;">
                            <div class="title" style="margin-bottom:6px">
                                <h1>Developer Updates</h1>
                            </div>
                            <div class="item" style="padding:0;margin-top:0;height:290px;overflow:auto">
                                {jrCore_list module="jrAction" search="profile_quota_id in 1,2,3" order_by="_item_id desc" limit=25}
                            </div>
                        </div>
                    </div>
derrickhand300
@derrickhand300
9 years ago
1,353 posts
Thanks!

Tags