Forum Activity for @michael

michael
@michael
10/26/21 04:34:22AM
7,816 posts

Any chance there will be a Followme2 skin


Design and Skin Customization

Its in the BETA channel now.

--edit--
Here if you're not using the marketplace.
https://www.jamroom.net/the-jamroom-network/networkmarket/823/follow-me-v2
updated by @michael: 10/26/21 04:34:54AM
michael
@michael
10/22/21 11:50:47PM
7,816 posts

Any chance there will be a Followme2 skin


Design and Skin Customization

One exists. Its existed for a while. Wanna test it for us. Nobody can remember why it wasn't released ages ago.
michael
@michael
10/18/21 08:24:43PM
7,816 posts

Responsive images in Site Builder


Using Jamroom

You'll need to open up the source code editor via the < > button, then add
style="width:100%"
to the image.

Its also possible to do using a class too but that takes a few extra steps of setup.
width.png width.png - 162KB
michael
@michael
10/12/21 06:25:27PM
7,816 posts

Queue viewer and Integrity Check Hangs


Using Jamroom

send the admin login details to support at jamroom dot net along with a link to this ticket and I'll login and see if I can see anything.

First thing to try is to delete anything in the queue if possible.
michael
@michael
10/11/21 10:19:28PM
7,816 posts

Can’t update any cores on any sites error included


Installation and Configuration

@luis789 if you're not getting
[error] => MySQL server has gone away
in your error logs its not the same issue. Open another thread with the contents of your error log and we can look at what your issue is.
michael
@michael
10/06/21 04:58:26AM
7,816 posts

Remove sites on Jamroom Site Browser


Using Jamroom

all your licenses have been released.
michael
@michael
10/05/21 12:37:53AM
7,816 posts

certificate?/connection not secure...


Using Jamroom

Could be renewing or it could be related to the company we get the certs from "Lets Encrypt" renewing their cert.

"Let's Encrypt's Root Certificate is expiring!"
https://scotthelme.co.uk/lets-encrypt-old-root-expiration

If its working now, then its probably renewed and no further action needed.
michael
@michael
10/05/21 12:35:04AM
7,816 posts

email from Soundcloud... anything to worry about?


Using Jamroom

Not forgotten about, I'll have a play around when I can find some free time.

As for getting rid of the button, here's some pics:
one.jpg one.jpg - 1.9MB
michael
@michael
10/05/21 12:27:44AM
7,816 posts

Auto Submission to iTunes and Other Distributors


Off Topic

There's nothing in the YouTube module that lets you upload to Jamroom and have it appear on YouTube.

Just the other direction, upload to youtube then import back to Jamroom.
michael
@michael
10/02/21 03:50:28PM
7,816 posts

Adjusting forum/activity page?


Using Jamroom

The URL for that page has some html stuff in it, it looks a bit strange. (screenshot)

The same url without that stuff works too, its:
https://fotmd.com/forum/activity/250/dusty-turtle/p=15

It should be the jrAction_item_index.tpl file that controls that page, it doesn't seem like it is on your site though.

The list should be being generated by a call like this:
 {jrCore_list module="jrAction" profile_id=$_profile_id order_by="_item_id numerical_desc" pagebreak="12" page="1" pager=true}

and the solution to limiting is to change 'pagebreak' to 'simplepagebreak' then add 'limt=100':
 {jrCore_list ........... simplepagebreak="12" page="1" pager=true limit=100}

In order to figure out which template you need to adjust you can turn on "Template names in source" from:
ACP -> MODULES -> DEVELOPER -> DEVELOPER TOOLS -> GLOBAL CONFIG -> TEMPLATE NAME IN SOURCE

That will show up in the source code to the page. This should be done at a quiet time of day for the site.

I tried to adjust the jrAction_item_index.tpl on your skin but its not that template. First step is to figure out which template controls that page.
weird.jpg weird.jpg - 1MB
  40