Forum Activity for @michael

michael
@michael
09/03/18 12:27:25AM
7,821 posts

Send Me a Private Note Button


Design and Skin Customization

It looks like you've added it as a button icon. thats why there is all that "sprite......" this and that there.

Just upload it as an image to your skin would be easier.

Upload it to:
/skins/YOUR SKIN/img/envelope.png

then link to it with
<a href=" the link to wherever "><img src="{$jamroom_url}/skins/YOUR SKIN/img/envelope.png"></a>
michael
@michael
08/30/18 11:02:07PM
7,821 posts

Audio Cover Image Size


Using Jamroom

Hard to get anything exactly right all the time. Example, I upload a profile image that is narrow and tall, say like a giraffe. Its not going to look right in a location that's expecting a 4x3 ratio image. Its not going to look good cropped square because you'll only get part of the neck section.

Same issue with a wide short image.
giraffe.jpg giraffe.jpg - 22KB

updated by @michael: 08/30/18 11:02:20PM
michael
@michael
08/30/18 06:26:30PM
7,821 posts

Audio Cover Image Size


Using Jamroom

'crop=auto' is square.
class="img_scale" is usually image width 100%

'Look good' is subjective, I reckon test, adjust to fit what you're trying to do is the way to go.
michael
@michael
08/28/18 08:54:06PM
7,821 posts

How to apply the jrcore_lang strings change from Ninja update to my custom skin?


Using Jamroom

Here is an example of what those changes are: (screenshot)

If you've updated your cloned skin to also used the language file, then yes, you'll need to copy the extra items over to the /skins/yourskin/lang/en-us.php

But if you're not using any language other than english I would be tempted to go the exact opposite way and replace all the language file entries with their actual string and ignore the LANGUAGE tab all together.
moved_to_language.jpg moved_to_language.jpg - 87KB
michael
@michael
08/27/18 09:13:06PM
7,821 posts

Cookiebot Howto?


Using Jamroom

meta.tpl:
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="caa5bc16-56c8-4c02-b1f2-be5f2e90801b" type="text/javascript" async></script>
Guessing it means any page where you want the popup to show, so
index.tpl
<script id="CookieDeclaration" src="https://consent.cookiebot.com/caa5bc16-56c8-4c02-b1f2-be5f2e90801b/cd.js" type="text/javascript" async></script>
michael
@michael
08/23/18 09:32:48PM
7,821 posts

Cant Login to Admin Account


Using Jamroom

On jamroom hosting, there is a button to do this (screenshot). Since you're not on jamroom hosting another way to do this is to create a new account, then change its 'user_group' to 'master' in whatever tool your hosting company gives you to adjust the database.

* open the database
* find the jr_jruser_item_key table
* locate the user you've just created
* set its 'user_group' to 'admin'
* save.

Login as that new user.
jamroom_hosting.jpg jamroom_hosting.jpg - 86KB
michael
@michael
08/23/18 09:26:37PM
7,821 posts

Tracker Video Files


Using Jamroom

The embed code will only work if the video is uploaded to the profile and has gone through the video conversion process to make it a valid format that can be played on the web.

If it is uploaded to a profile first, then it should be able to be added to a ticket via the code you have there. If the code itself is coming out, make sure the "convert embed tags" is checked for that quota
embed.jpg embed.jpg - 114KB
michael
@michael
08/22/18 10:12:25PM
7,821 posts

creating an unlisted admin Page


Using Jamroom

yes.

The thing the editor does not do well is allow for portability. it puts in http://your-site.com/module_url/...../..../... but does not allow for things like the module url being changed by the admin or the url changing.

You'll see in the skin templates things like {$jamroom_url} which is much better than typing in the url itself, because if it changes there's nothing to do.

But it will work.

No sub folders are necessary if you're using the {jrCore_image} function, or you can put them in subfolders if you like and link to them like
<img src="{$jamroom_url}/skins/YOUR-SKIN/img/some/sub/folder/image.png">
michael
@michael
08/22/18 10:08:43PM
7,821 posts

Issue With PayPal Address In Profile


Jamroom Developers

We'd need more info on how to reproduce it to look into it. Like the steps you take to see it happening.
  112