Forum Activity for @ultrajam

SteveX
@ultrajam
02/26/14 03:16:51PM
2,589 posts

BEYONCE & LADY GAGA...IST REMIX.avi0.2GBupload failed


Using Jamroom

izhmel:
@douglas,Can you build the Lady Gaga module, also can the Lady Gaga module make her get on her knees ?

I get the strong impression she's not that kind of woman, so that could be one tough module to build!
SteveX
@ultrajam
02/26/14 09:19:05AM
2,589 posts

Exclude an item from jrCore_list using search param


Using Jamroom

Yes, it's when trying to exclude an item:
 ... search1="_profile_id = `$item.profile_id`" search2="_item_id != `$item._item_id`"

Quote: CRI: Query Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '2''
AND c.`value` < 1393434953
LIMIT 10' at line 4
SteveX
@ultrajam
02/26/14 09:09:35AM
2,589 posts

jrElastic vs jrMediaPro - Question question about the CSS for profile page


Design and Skin Customization

add, update, delete, etc are created by function, for a jrElastic profile, they are in profile_header.tpl in the skin
                <div class="block_config" style="margin-top:0">
                    {jrCore_module_function function="jrFollower_button" profile_id=$_profile_id title="Follow This Profile"}
                    {jrCore_item_update_button module="jrProfile" view="settings/profile_id=`$_profile_id`" profile_id=$_profile_id item_id=$_profile_id title="Update Profile"}
                    {if jrUser_is_admin()}
                        {jrCore_item_create_button module="jrProfile" view="create" profile_id=$_profile_id title="Create new Profile"}
                    {/if}
                    {if jrUser_is_master()}
                        {jrCore_item_delete_button module="jrProfile" view="delete_save" profile_id=$_profile_id item_id=$_profile_id title="Delete this Profile" prompt="Are you sure you want to delete this profile?"}
                    {/if}
                </div>
SteveX
@ultrajam
02/26/14 08:25:00AM
2,589 posts

Exclude an item from jrCore_list using search param


Using Jamroom

Just wondering if support for _item_id is likely to arrive in the next couple of weeks or if it's likely to take longer.

My usage ajaxes a next item on request using jrCore_list, but will need to be changed if it's just going to ajax in the same item again.

It's not urgent, but I need to say something to the client if the current design isn't going to work.

Thanks
SteveX
@ultrajam
02/26/14 05:16:14AM
2,589 posts

Javascript Cache Reset needed for Jamroom Core 5.1.24


Announcements

jrProfileLimit still remains in system updates after using Update All (for three modules) and after running the integrity check. I clicked the single update button to successfully install it.

Quote: 02/26/14 01:14:56PM 127.0.0.1 [SteveX] : successfully updated module jrProfileLimit from version 1.0.0 to 1.0.1
02/26/14 01:11:41PM 127.0.0.1 [SteveX] : integrity check completed
02/26/14 01:11:39PM 127.0.0.1 [SteveX] : integrity check started
02/26/14 01:10:57PM 127.0.0.1 [SteveX] : all marketplace updates successfully installed
02/26/14 01:10:55PM 127.0.0.1 [SteveX] : successfully updated module jrFramer from version 1.0.0 to 1.0.1
02/26/14 01:10:52PM 127.0.0.1 [SteveX] : successfully updated module jrProfileLimit from version 1.0.0 to 1.0.1
02/26/14 01:10:48PM 127.0.0.1 [SteveX] : successfully updated module jrAparna from version 1.0.3 to 1.0.4
SteveX
@ultrajam
02/26/14 05:04:41AM
2,589 posts

Javascript Cache Reset needed for Jamroom Core 5.1.24


Announcements

It looks like it is just my isp timing out each time at just over 360000 milliseconds.

Yeah! Successful download! Sorry for messing up your thread :(
updated by @ultrajam: 02/26/14 05:10:25AM
SteveX
@ultrajam
02/26/14 04:37:21AM
2,589 posts

JrAction Possible Bug


Jamroom Developers

And this may be useful if this is happening when creating or updating an item:

Try skipping key validation by adding the values to update to the 4th param ($_core) rather than the 3rd ($_data). That will skip the key check - so not a solution, but maybe something to help pinpoint exactly where things are going wrong.

So try
jrCore_db_update_item($module, $id, null, $_core)
rather than
jrCore_db_update_item($module, $id, $_data)
SteveX
@ultrajam
02/26/14 04:27:05AM
2,589 posts

JrAction Possible Bug


Jamroom Developers

Another possibility, jrAction may be updated when approving a pending item, when sharing, and when verifying modules:

view_jrCore_pending_item_approve
view_jrAction_share
jrAction_verify_module_listener
  191