Forum Activity for @michael

michael
@michael
12/17/17 03:51:09PM
7,827 posts

Trial Pro Install Failed


Installation and Configuration

are you using a domain name? if you're using localhost/jamroom or similar its likely to cause issues. use /etc/hosts (or equivalent) to set a domain name for your install.

I always follow Brian's guide even when setting up local dev servers:
https://www.jamroom.net/brian/documentation/guides
michael
@michael
12/17/17 02:35:44PM
7,827 posts

The Meaning of "updated" in lists?


Using Jamroom

If you wanted to have it change everytime a comment was added. a small module that listened for the new comments and triggered the update would force it to update when there are new comments. Its just not the default option.
michael
@michael
12/17/17 12:22:58PM
7,827 posts

Find New Music & Likes Box on Profile Index Page ?


Using Jamroom

Do any of the band profiles on your site have "black sabbath" entered in their INFLUENCES section in their profile form?

Concept: They are influenced by "black sabbath" you want to find music like "black sabbath"....
michael
@michael
12/17/17 12:19:43PM
7,827 posts

TinyMce Image Margin Not Showing in Firefox


Design and Skin Customization

Got a URL to see it happening?

--edit--
Because I think its an !important on a different CSS target thats causing it.
updated by @michael: 12/17/17 04:25:23PM
michael
@michael
12/17/17 11:59:10AM
7,827 posts

The Meaning of "updated" in lists?


Using Jamroom

_updated does not change on the audio item when a new comment is added.
after.jpg after.jpg - 110KB
michael
@michael
12/16/17 05:55:29PM
7,827 posts

The Meaning of "updated" in lists?


Using Jamroom

We're talking about datastore module keys right?
'_created'
'_updated'
???

'_updated' is the timestamp at the last time jrCore_db_update_item() was run. If you have comments on an audio file, the '_updated' for the COMMENT will change when the gear icon is used on it. the '_updated' for the audio item will not change just because someone adds a comment on it. (might for the forums, though, would have to check.)
michael
@michael
12/16/17 05:38:58PM
7,827 posts

Can I go back and restore a delated module from Site Builder?


Ning To Jamroom

You deleted a section of a site builder page and want to restore it? (screenshots)

If so, the answer is no, its gone. Those sections are not connected to the RECYCLE BIN.

You might be able to get it back if there is a daily backup of the page. Try going to
ACP -> SITE -> SITE BUILDER -> IMPORT PAGE -> (select a date when the page was correct) -> CHECK THE CHECKBOX FOR THE PAGE -> RESTORE
clicked_delete.jpg clicked_delete.jpg - 48KB
michael
@michael
12/15/17 11:18:29AM
7,827 posts

auto-approve followers checkbox not doing its job?


Using Jamroom

Probably this tool was run: https://fotmd.com/friend/admin/tools That sets all the follower approve to 'on' so that followers dont become friends instantly.
michael
@michael
12/15/17 11:10:43AM
7,827 posts

auto-approve followers checkbox not doing its job?


Using Jamroom

from the DATABASE ADMIN tool you can run this query:
select * from jr_jrprofile_item_key where `key` = 'profile_jrFollower_approve'
to SEE all of the values of the approve followers for all your profiles.

and you can use this query to CHANGE those values to 'off'
update jr_jrprofile_item_key set `value` = 'off' where `key` = 'profile_jrFollower_approve'

The database admin tool is found at:
ACP -> DEVELOPER -> DEVELOPER TOOLS -> TOOLS -> DATABASE ADMIN

And you run queries by (screenshot)
sql_commands.jpg sql_commands.jpg - 86KB
michael
@michael
12/14/17 07:21:41PM
7,827 posts

auto-approve followers checkbox not doing its job?


Using Jamroom

Thanks for the adding the wording here. might need changing to that for everyone. "Approve Followers?" and "Approve Followers!" have opposite meanings.

We'll get something sorted. Appreciated. :)
  166