Forum Activity for @michael

michael
@michael
09/01/24 08:33:33PM
7,791 posts

How can I add Google verification to my Jamroom hosted sites?


Using Jamroom

The meta tag is the best way. Add it to meta.tpl then refresh the caches. Go to the top page of the site, right click and choose "view page source". If you can see the tag there, then go back to google and hit 'VERIFY' button and it will be verified.
michael
@michael
08/24/24 05:48:32PM
7,791 posts

limiting streams of audio


Jamroom Developers

Take a look in the marketplace, there's a few that seem similar. (screenshot)
* Play Control
* User Daily Limits
Look the closest to what you're after.
limits.jpg limits.jpg - 365KB
michael
@michael
08/20/24 01:14:37AM
7,791 posts

ads in timeline feed


Design and Skin Customization

Its possible. You can do it in the foreach loop that outputs your timeline. Figure out which template that is and it will be something like:
{foreach $_item as $_i}
.... .stuff
{/foreach}
Then just put your add in there every X number of times like this
{foreach $_item as $_i}
                        {if $_i@iteration % 2 == 0}
                            PUT YOUR ADVERT IN HERE
                        {/if}
.... .stuff
{/foreach}


That will put an add every 2 posts. change the % 2 to % 6 to do it every six times.
michael
@michael
08/14/24 11:27:14PM
7,791 posts

Battle Module


Jamroom Developers

There's probably a lot thats different. The one that jumps to mind is if there are any calls to ????_mysql() then for newer php you need to put an 'i' after it for "improved" _mysqli().

That was one of the broken things.

Jamroom hides a lot of that though if you go through its functions. Jamroom5+ also has 'datastores' which JR4 didn't have. They're really useful. Using them means you don't need to define your SQL so rigidly. Still can if you want, but datastores are a different option. KEY -> VALUE storage structure. Its really neat.
michael
@michael
08/14/24 01:34:10AM
7,791 posts

Battle Module


Jamroom Developers

I think the whole difficulty level of having to separate it into a module is the reason it isn't one. There's a lot of module/skin integration needed to get it really working.
michael
@michael
08/08/24 03:20:35PM
7,791 posts

Custom Newsletter Filter?


Using Jamroom

You can do that now in a variety of ways.
* put all new users in their own quota, move to different quota once logged in, sent emails to that quota.
* use the "have never opened a newsletter" filter
* use a custom filter of: user_last_login = 0
never.jpg never.jpg - 356KB
michael
@michael
07/23/24 10:47:39PM
7,791 posts

Copying Text


Off Topic

Should be able to copy paste normally. What happens when you highlight the text then press ctrl+c?
michael
@michael
07/08/24 04:53:44AM
7,791 posts

Module for displaying just Youtube shorts in Jamroom website?


Jamroom Developers

That doesn't seem too hard. Would you want a separate location for shorts or a different player if its a short.

What we'd need to figure out is: is there a way to identify whether a video is a short or not from the information stored already in the datastore.

And are ALL of the videos you want on your site shorts or are there regular videos too. If there was a mix of both then it starts getting difficult trying to change the player size for each one. But if they're all the same then it might be possible to do with just a skin adjustment.
michael
@michael
06/21/24 05:10:00AM
7,791 posts

Premium Licence Issue


Off Topic

Send us an email to support at jamroom dot net and we'll get you sorted out. What Im seeing is the existing premium which is 2 licenses then 1 extra site purchase for a total of 3 then there are 4 sites registered.
michael
@michael
06/21/24 01:14:09AM
7,791 posts

Premium Licence Issue


Off Topic

Take a look here
https://www.jamroom.net/networklicense/licenses/profile_id=75/user_id=73

That should show the sites that are operating on your license. It looks like you have 3 licenses and 4 sites. Are the other sites working?
  9