Forum Activity for @michael

michael
@michael
08/02/22 07:17:46PM
7,791 posts

New Google Analytics


Using Jamroom

It depends on how google handles it, if google says "You need to click here to upgrade to new analytics" then the module will need a way to be switched. So a setting will need to be put in place to allow you to set the module to whatever is set at google.

If google doesn't require that then the module can be changed so that just a regular update of the module will do the update for the system.
michael
@michael
08/02/22 07:15:02PM
7,791 posts

what does the dash mean for last login date?


Using Jamroom

The 'session' is a php term:
https://www.w3schools.com/php/php_sessions.asp

I think "...they have never logged in after their application got approved...." is correct.
michael
@michael
08/02/22 12:31:46AM
7,791 posts

what does the dash mean for last login date?


Using Jamroom

It means they don't have a 'user_last_login' key set on their user info in the database.

The most likely reason for that is that they have never logged in, but it could also be that they have never logged out too so they've always been logged in so its not been set.

Another plausible reason could be the key got deleted. Not sure why or where that would happen but its not completely out of the question.

It should be updated when the session is re-created.
michael
@michael
07/30/22 03:18:47PM
7,791 posts

Lost Password emails not coming through


Using Jamroom

If you were on Jamroom Hosting there is a
HOSTING -> SERVER DASHBOARD -> SETTINGS -> CHANGE ADMIN INFO

Since you're on your own server the steps will be:
* Create a new user account on your system
* Enter the database admin from the server dashboard
* open the jr_jruser_item_key table and look for that user. (its going to be the last one in the list)
* change the value of user_group from 'user' to 'master'

That will give you another master level admin user that you can log in with.

Once you login test your email settings from the COMMUNICATION section.

If its not working ask your hosting company what the settings should be.
admin.png admin.png - 167KB
michael
@michael
07/29/22 03:25:52AM
7,791 posts

Query Error: Table 'xxx.jr_jrsearch_fulltext_jrgallery' doesn't exist


Using Jamroom

You have full text search turned on.

Go to DASHBOARD -> MODULES -> LISTING -> SEARCH -> TOOLS -> REBUILD INDEXES

Once that finishes the issue will be fixed.
michael
@michael
07/13/22 05:30:12PM
7,791 posts

Video issues 2 different issues 2 different sites


Installation and Configuration

username is invalid for everything I try to use.
user.jpg user.jpg - 652KB
michael
@michael
07/12/22 04:28:47PM
7,791 posts

Video issues 2 different issues 2 different sites


Installation and Configuration

The ipad is harder to see the CONSOLE on, for that you need to plug it into a mac, then open safari, then enable developer tools in safari.
ipad.jpg ipad.jpg - 554KB
michael
@michael
07/12/22 04:12:11PM
7,791 posts

Video issues 2 different issues 2 different sites


Installation and Configuration

soaringeagle:...why doesn’t the + button to add vids work on dreadlockssite....
not sure. Would need to see it happen. my first guess is its a javascript link and some other javascript on the page is broken which stops javascript from working.

To check, see if there are any javascript errors in the CONSOLE tab of your browser when you click the + button
console.jpg console.jpg - 1.1MB
michael
@michael
07/03/22 03:02:54PM
7,791 posts

New Google Analytics


Using Jamroom

Google is shutting down the current system in 2023. The Google Analytics module will be updated before then.

The way to do it right now would be to remove the Google Analytics module and put the new code that google gives you into the 'meta.tpl' file of your skin.
  27