Forum Activity for @ultrajam

SteveX
@ultrajam
12/16/16 07:09:44AM
2,584 posts

Error updating dev site


Jamroom Developers

I haven't been able to fix this.

All localhost to jamroom.net communication has stopped working. I don't think it can be a network issue as I have tried from work, from home and through a vpn from both.

I have set up some new local sites (ssl and non-ssl), but they won't communicate either. The sites pass the system check for marketplace, but can't install or update modules.

I'm at a bit of a loss as to what to try next, any ideas would be appreciated.
SteveX
@ultrajam
12/16/16 04:27:33AM
2,584 posts

How to search member accounts?


Using Jamroom

Same as above but for the User module go to the url your-site.com/user/dashboard/browser
SteveX
@ultrajam
12/15/16 11:35:34AM
2,584 posts

Quick Share Modal Window - item_share_modal.tpl


Design and Skin Customization

Above the share_item_box div, is there a smarty capture code which saves some code to $template?

If so that captured code is your template.
SteveX
@ultrajam
12/15/16 08:35:06AM
2,584 posts

Quick Share Modal Window - item_share_modal.tpl


Design and Skin Customization

If the template is called item_share_modal.tpl and it is in the jrAction module:

Create jrAction_item_share_modal.tpl in your skin
SteveX
@ultrajam
12/15/16 04:36:35AM
2,584 posts

Podcast Hosting


Using Jamroom

If you have the Feed module enabled you should already have an rss feed for the site and each profile:
/feed/audio/
/feed/audio/your_profile_name
SteveX
@ultrajam
12/15/16 03:04:11AM
2,584 posts

Jamroom 6 Upgrade Guide


Announcements

We've just upgraded to Jamroom 6, super smooth process!

Thanks Jamroom Team :)
SteveX
@ultrajam
12/13/16 05:48:51AM
2,584 posts

upgrading to jr6 from 5.2


Using Jamroom

After upgrading did you run the integrity check with the "repair modules" option checked?
https://www.jamroom.net/the-jamroom-network/forum/announcements/46096/jamroom-6-upgrade-guide
SteveX
@ultrajam
12/10/16 05:03:36AM
2,584 posts

Home Icon/link action


Design and Skin Customization

Quote: Also, I am using the {* *} here to isolate the code, how do I make the cool grey box for code snips?
Click the BBCode Help button (next to the Attach File button) to see ways of formatting your post.
SteveX
@ultrajam
12/07/16 10:46:35AM
2,584 posts

Show Image right after upload


Jamroom Developers

To add to the suggestion, it would be great to be able to prompt users to select a license for an image when it is uploaded (Creative Commons licenses or all rights reserved)
SteveX
@ultrajam
12/07/16 10:36:06AM
2,584 posts

Multiple Instances of Documentation Module


Using Jamroom

It has been a while since I did this, but from memory I think you can just do the following:

Case sensitive searches:
Replace jrDocs with xxWiki
Replace jrdocs with xxwiki

Rename css/jrDocs.css to css/xxWiki.css
Rename js/jrDocs.js to js/xxWiki.js

In include.php jrDocs_meta(), change

'name' => 'Documentation',
'url' => 'documentation',
to
'name' => 'Wiki',
'url' => 'wiki',

Rename the module directory to xxWiki

Go through the language strings and change language to suit (in lang/en-US.php and in the templates)
  54