Forum Activity for @ultrajam

SteveX
@ultrajam
04/24/17 02:17:19PM
2,589 posts

New Module - (Electronic Press Kit) - idea


Suggestions

Zachary Moonshine:
Actually I was playing with the page creator module last night and think this might be possible

Is that for the EPK idea?
SteveX
@ultrajam
04/24/17 04:30:00AM
2,589 posts

Custom Module AJAX URL


Jamroom Developers

1. They are created when a module has a javascript file added in its init function
2. Just like your example, but replace jrProfile_url with sdModule_url (assuming your module is called sdModule)
3. You don't need to do anything except add the parameter so the router can do its job.
In your module javascript file you create your url before your ajax function:
var url = core_system_url + '/' + sdModule_url + '/my_custom_view/__ajax=1';

Create your view (named view_sdModule_my_custom_view) in your module index.php (look at view_jrProfile_get_pulse_counts in jrProfile index.php as an example). The view needs to encode and return its data using jrCore_json_response($_your_array) - just pass your array in and Jamroom does the rest.
SteveX
@ultrajam
04/20/17 04:27:25AM
2,589 posts

Marketplace listing shows bbcode tags


Using Jamroom

You can see this on the Audio module listing (before it is installed)
/marketplace/browse/module?search_string=audio
Quote: The Audio Support module adds [ b ] Full Audio Support[ /b ] to your Jamroom site,




marketplace-audio.png marketplace-audio.png - 166KB

updated by @ultrajam: 08/10/17 05:43:14AM
SteveX
@ultrajam
04/20/17 03:51:36AM
2,589 posts

Users Online tab has stopped listing visitors online


Installation and Configuration

I'm seeing the same problem and same solution with jrUser 2.2.0b1 as well
SteveX
@ultrajam
04/20/17 03:31:16AM
2,589 posts

Users Online tab has stopped listing visitors online


Installation and Configuration

I do see something similar (jrUser 2.1.3) - only one visitor is ever shown, even when there are many current visitors in the jr_jruser_session table

I think this is where that bug can be found: function _jrUser_mysql_session_online_user_info()

In jrUser 2.1.3 this line changed:
$_rt = jrCore_db_query($req, 'session_user_id');
By using session_user_id as the array key only one user with the id of 0 will be returned.

If I change that to 'session_user_ip' all of the not logged in visitors are shown in the ACP dashboard users online.

Note: That might mess with view_jrDeveloper_reset_system_save() where that function is also run (and relies on the key being the user id).
updated by @ultrajam: 04/20/17 04:01:21AM
SteveX
@ultrajam
04/19/17 02:46:45PM
2,589 posts

The Webshot Module


Webshot

The Webshot module provides webshot profile items and screenshot abilities.

If you want to provide recommended website bookmarks, reviews or a web directory this module will enable you to do that.

Screenshots for desktop, tablet, mobile and the full length page are captured automatically and without relying on any 3rd party service. Screenshot capabilities can also be added to other module items using the Form Designer.

Rapidly create a directory of websites using the bulk create form, automatic screenshots and the website's metadata.

The module can be found here:
https://www.jamroom.net/ultrajam/networkmarket/458/webshot

Documentation here:
https://www.jamroom.net/ultrajam/documentation/modules/4696/webshot

Requirements: ujPhantom (free)
https://www.jamroom.net/ultrajam/networkmarket/445/phantom
updated by @ultrajam: 04/19/17 02:49:44PM
SteveX
@ultrajam
04/17/17 01:11:54AM
2,589 posts

link accounts


Installation and Configuration

Are you logged in as the other user or as admin? If you are logged in as admin you will only see the other profiles of the admin account
SteveX
@ultrajam
04/12/17 04:36:02PM
2,589 posts

Where can the language for the activity title "Latest Music" be found and changed?


Using Jamroom

Other users don't see the smarty codes.

Just log in as a normal user to see what they see.
  42