Forum Activity for @ultrajam

SteveX
@ultrajam
06/24/14 02:45:14AM
2,589 posts

jrStore - css and js files missing


Jamroom Developers

The current jrStore (1.0.2) uses css and js from jrFoxycart/contrib/ but the /contrib dir hasn't existed in the past 3 releases of jrFoxycart (last appeared in 1.2.0, via marketplace).

This is the code from sale_list.tpl in jrStore:
    {*for the sortable tables in the loaded div*}
    
        @import "{$jamroom_url}/modules/jrFoxyCart/contrib/DataTables-1.9.4/smoothness/jquery-ui-1.8.4.custom.css";
    
    
    

updated by @ultrajam: 08/06/14 06:48:28AM
SteveX
@ultrajam
06/19/14 02:50:32PM
2,589 posts

Tour Tab has different structure in tabs ul


Jamroom Developers

Thanks Brian, I'll use js then.

Are there likely to be other tabs which use the same pattern in the future?
SteveX
@ultrajam
06/18/14 03:06:23PM
2,589 posts

Tour Tab has different structure in tabs ul


Jamroom Developers

The new Tour Tab has a different structure in a module's tabs list to all the other tabs - there is no "a" tag wrapping the "Tour" text, which seems like an anomaly.

Is there any reason for that? If so I can deal with it using javascript to add an "a" tag, but thought I'd ask first.
updated by @ultrajam: 07/24/14 08:04:58AM
SteveX
@ultrajam
06/18/14 02:46:00PM
2,589 posts

Disable audio uploads but retain the audio on profiles


Installation and Configuration

It isnt foolproof (it only removes the buttons on a profile's audio page, not the actual upload forms), but you can click the "configure buttons" button in the profile audio header, then modify the button menu to not show the create album and create audio buttons.

Alternatively you could copy /modules/jrAudio/item_index.tpl to your active skin dir and rename to jrAudio_item_index.tpl.

Then delete this line to remove the audio header buttons:
{jrCore_item_index_buttons module="jrAudio" profile_id=$_profile_id}
SteveX
@ultrajam
06/17/14 04:52:58AM
2,589 posts

jrCore_db_search_items and return_count


Suggestions

@michael, I think d.redaelli only wants the count from a search, not the actual items:

function view_jrBlog_test($_post, $_user, $_conf)
{ $_sp = array( 'return_count' => true, 'limit' => 999999 ); $_rt = jrCore_db_search_items('jrBlog',$_sp); return $_rt; }
That will return the count of blog posts, if you remove the limit parameter it returns 10

@d.redaelli - as far as I know you do need to set a really high limit to get a count. Why don't you want to set a limit parameter, what makes it a problem?
SteveX
@ultrajam
06/16/14 06:09:31PM
2,589 posts

User Profile Content Customization


Design and Skin Customization

Create a license ("item") on the profile and the tab will appear.

The tab will only show to other users if there is something (a license) to list.

If there are no licenses, only the profile owner and admins will see the tab (they see the tab so they can create the first license).
SteveX
@ultrajam
06/16/14 04:30:19PM
2,589 posts

User Profile Content Customization


Design and Skin Customization

Does your module have "items" for the profile?

If there are no listable items for that profile the tab only shows to the profile owner or admin (so that they can create the first item).

Does it show when logged in as someone other than the profile owner or an admin?
SteveX
@ultrajam
06/16/14 03:59:54PM
2,589 posts

User Profile Content Customization


Design and Skin Customization

Check that you have a menu language string in your module language file
/modules/myModule/lang/en-US.php

This is from the jrDocs module:
// Profile Menu Entry Name
$lang['menu'] = 'documentation';
You need to run the integrity check after adding that line.
SteveX
@ultrajam
06/07/14 09:51:32AM
2,589 posts

Just Released - Jamroom 5.2


Announcements

Thankyou Brian and Team :) There's some very cool stuff in this update!

Love the Tour tab - very useful.
  153