Forum Activity for @ultrajam

SteveX
@ultrajam
01/02/14 01:03:01PM
2,589 posts

Tag timer on own items


Using Jamroom

But I already left the stadium :(

I'll make another module and test it again. :)
SteveX
@ultrajam
01/02/14 12:59:24PM
2,589 posts

Marketplace problem updating a site


Installation and Configuration

Everything updates fine now, Thanks Brian.
SteveX
@ultrajam
01/01/14 04:15:41AM
2,589 posts

Download count for Marketplace modules


Suggestions

I'd like to be able to know how many people are downloading my modules directly rather than installing via the Marketplace. Or to be able to choose to make installs only available via the Marketplace.

If no-one is posting to my forum I have no idea how the module has been received. I can only look to the number of marketplace installs to get an idea. But that isn't helpful if people are downloading directly.
updated by @ultrajam: 02/03/14 04:36:26PM
SteveX
@ultrajam
01/01/14 04:10:29AM
2,589 posts

Marketplace problem updating a site


Installation and Configuration

When I use the update button to update the core (5.1.0 to 5.1.9) I get redirected to a Not Found, the url is http://ipsum.ultrajam.net/marketplace/undefined

When I return to the system_update page the error message is "Invalid host received - please try again"

So I tried updating a local site from 5.1.6 to 5.1.9 in order to get the latest core to upload via ftp
I get the error message "Unable to download update from update server (2)" at the same time as a success message "All modules and skins are up to date"

A second attempt worked and the core updated fine.

I uploaded the 5.1.9 core to ipsum.ultrajam.net via ftp and ran the integrity check. Returned to the Marketplace to update the other modules but got the same redirect to the Not Found page when trying to update any other module.

Tried uploading the jrMarket module, but no success with that. Should I be uploading into the jrMarket alias dir? Or as jrMarket-release-1.0.10?
updated by @ultrajam: 02/03/14 06:45:05PM
SteveX
@ultrajam
01/01/14 04:08:51AM
2,589 posts

Tag timer on own items


Using Jamroom

I still get an error message when trying to tag my item here on jamroom.net:
Quote: There is currently a wait time between creating tags that is: 1m
I should be able to tag my own item without waiting. Tagging a freshly uploaded module should be an uninterrupted moment of victory!
updated by @ultrajam: 02/08/14 06:27:14AM
SteveX
@ultrajam
01/01/14 03:57:01AM
2,589 posts

Docs Function Definition glitch


Using Jamroom

Trying to update docs on my profile documentation here on jamroom.net:
https://www.jamroom.net/ultrajam/documentation/modules/1546/skype

When updating the function definition in the docs with a description (individual line in the table), it is not being saved. The description is empty again after updating.

The doc item is being updated if I change the function description, just not the descriptions within the function table.

updated by @ultrajam: 02/02/14 06:35:16AM
SteveX
@ultrajam
12/31/13 09:27:59AM
2,589 posts

ujSkype Released: Simple Skype profile buttons for Jamroom 5


Announcements

ujSkype provides simple buttons to enable your users to interact using Skype.

Read more about the module and download it from here:
https://www.jamroom.net/ultrajam/networkmarket/112/skype
Or install directly to your site via the Marketplace.

Documentation can be found here:
https://www.jamroom.net/ultrajam/documentation/modules/1546/skype
updated by @ultrajam: 12/31/13 09:29:21AM
SteveX
@ultrajam
12/30/13 01:52:00PM
2,589 posts

jrYouTube and Video Charts on ProJam skin


Using Jamroom

Surely charts should handle seamless?

To me, it would seem wrong the other way around.
SteveX
@ultrajam
12/30/13 01:17:39AM
2,589 posts

[Solved] How to Add a Download Button for a free song?


Design and Skin Customization

You can check for free downloads by checking if there is a song price.

For songs that have already been purchased, you'd need to check the purchase history for the viewing user and if the song has been purchased send the user to their My Files. This would be a lot of work for the server to check on every show of every song in every list for every visitor, so probably best to avoid doing it.

You can use an onclick to show a popup. If you are using a core page button the onclick will be the third parameter.
Or in a link
onclick="if(confirm('Are you sure you want to download this? ')){ window.location='{$jamroom_url}/{$murl}/download/audio_file/{$item._item_id}' }"
But as with the check for songs that have already been purchased, you will need to look up that information for every user and every song just to show a list of songs. So I'd say it would be better to check after the confused user has accidentally clicked to try to buy the same song again rather than checking every song for every user before displaying your list of songs just in case a user gets confused and tries to buy the same song again.
SteveX
@ultrajam
12/29/13 09:05:07AM
2,589 posts

Skin style editor bug with id selectors


Using Jamroom

Yes, that brings them back.

The rules using ids are resetting perfectly as well.

Thanks
  215