Forum Activity for @michael

michael
@michael
06/30/18 06:03:05PM
7,821 posts

Followers sometimes get doubled listing in 'my followers' list


Using Jamroom

Brians found a fix for this and it will be in an upcoming release of the core.
michael
@michael
06/26/18 09:22:12PM
7,821 posts

Looks like my jr domain Mailgun acct was hacked


Using Jamroom

no. Thats just for when you want to connect via SFTP to your server. Stuff like adjusting skins via the filesystem, or adding a line of CSS to one of the css files.

I don't think you do that much, preferring to use the TEMPLATES tab of the ACP for your alterations.
michael
@michael
06/26/18 09:16:40PM
7,821 posts

Issue Tracker - Searchable Issues


Jamroom Developers

you'll need to use the 'search_fields' listener to add jrTracker to the list of modules that are enabled for search.

So in your listener you'll get a $_data array like this:
$_data = array(
 'jrAudio' => array('audio_title,audio_genre,audio_album' => 52),
......
)
where 52 is the language id of the name of the title in the language file, 52 is "Audio Tracks".

Then add in the jrTracker module to that array with the fields you want to search, probably
$_data = array(
 'jrAudio' => array('audio_title,audio_genre,audio_album' => 52),
......
 'jrTracker' => array('tracker_text,tracker_title' => 36)
)
michael
@michael
06/25/18 11:01:14PM
7,821 posts

Does the Google Analytics module support ecommerce?


Suggestions

The google analytics module has an event listener 'record_hit' which allows other modules to record when something like an ecommerce transaction takes place, but the payment modules currently do not take advantage of this by sending this information over to google.
michael
@michael
06/25/18 10:05:52PM
7,821 posts

Looks like my jr domain Mailgun acct was hacked


Using Jamroom

smart. you can generate a new SFTP password for your server also if you like from here:
JAMROOM PROFILE -> DASHBOARD -> HOSTING -> SERVER -> SERVER SETTINGS
https://www.jamroom.net/strumelia/hosting/server_config/11
michael
@michael
06/24/18 10:15:40PM
7,821 posts

Looks like my jr domain Mailgun acct was hacked


Using Jamroom

Thanks Strumelia. Horrible experience im sure.
michael
@michael
06/23/18 08:02:37PM
7,821 posts

Looks like my jr domain Mailgun acct was hacked


Using Jamroom

yeah jamroom side doesnt need your password, just your API key, so if you've changed that and updated you should be good to go.

Let us know if you see anything weird though.

On the bright site, now you know you can send two million emails in a day if you find yourself wanting to :)
michael
@michael
06/23/18 06:04:05PM
7,821 posts

Looks like my jr domain Mailgun acct was hacked


Using Jamroom

Sorry to hear that Strumelia.

Please keep us updated on what you've been recommended to do. I just went there now to change my own password and it seams like that feature is locked at the moment.
  122