Forum Activity for @michael

michael
@michael
03/02/25 07:49:02PM
7,792 posts

Tool For Cleaning up site?


Suggestions

Here's a hack for you. You need a custom module or tweak an existing one. If you have the jrAudio module you can drop this into the index.php file if you dont have your own custom module. If you have a custom module use its name.
[code]
function view_jrAudio_junk($_post, $_user, $_conf)
{
$_uid = jrMailer_get_no_view_users();
$uid = implode(',', $_uid);
return '_item_id in ' . $uid . ':';
}

That will give you all the id's of users who have never viewed the mail.

Copy those id's into the data browser then you can use the bulk delete.
here.jpg here.jpg - 742KB
michael
@michael
02/24/25 10:47:20AM
7,792 posts

PDF files in Timeline


Genosis

shouldn't make a difference. To install from the marketplace on that site make sure your credentials are put in. otherwise upload it to the /modules directory then run the INTEGRITY CHECK from the ACP.
michael
@michael
02/23/25 06:32:26PM
7,792 posts

PDF files in Timeline


Genosis

You can use the FILES module to allow users to add files to their profile, then use the EMBEDED MEDIA plugin in combiniation with the editor on the timeline to allow embedding.
button.jpg button.jpg - 1.9MB
michael
@michael
02/23/25 11:01:33AM
7,792 posts

Tool For Cleaning up site?


Suggestions

Yeah that would need to be a tool or a custom query. You'd need to get all the user ids from that recipient search into a csv structure 1,23,45,489,1248,..... then pass that to the user databrowser to deleted it there or run the same system from a custom module.

certainly possible. possibly there exists a way to do it already but more likely is coding is needed.

--edit--

The function to get all the ids from users who have not viewed is:
jrMailer_get_no_view_users()

That would give you all the user_id's. Need to look into the user browser to see if its possible to pass them in
updated by @michael: 02/23/25 11:03:56AM
michael
@michael
02/20/25 06:48:24PM
7,792 posts

Tool For Cleaning up site?


Suggestions

There's a delete button in the DATA BROWSER.

See if searching for
user_last_login:%
gets you the list of users you want.
delete.jpg delete.jpg - 891KB
michael
@michael
02/20/25 04:51:33PM
7,792 posts

Install on Rocky 9 help


Installation and Configuration

not at all. tifig is for photographers who like to embed a bunch of extra data along with their photos. (i remember its a feature in the system but haven't ever used it)
michael
@michael
02/20/25 02:54:44PM
7,792 posts

Install on Rocky 9 help


Installation and Configuration

I'm currently enamored with grok ai its really helpful for this type of stuff:
https://x.com/i/grok?focus=1

ask: how to install ImageMagick to php on centos
one.jpg one.jpg - 664KB
michael
@michael
02/20/25 12:38:36PM
7,792 posts

Install on Rocky 9 help


Installation and Configuration

it is a php extension.

--edit--
In this case its used to convert those iphone move/images to regular images.
updated by @michael: 02/20/25 12:39:11PM
michael
@michael
02/19/25 10:31:56AM
7,792 posts

Install on Rocky 9 help


Installation and Configuration

Check if 'gcc' is installed
gcc --version
if its not there try
sudo apt install gcc
or for CentOS
sudo yum install gcc
michael
@michael
02/13/25 08:15:48PM
7,792 posts

Visitors stream limit


Using Jamroom

I would expect by not setting a limit.
1