Forum Activity for @michael

michael
@michael
02/09/17 08:54:35PM
7,826 posts

Embed local media is not working in blog


Design and Skin Customization

We have a new system coming out soon to help you keep cloned skins up to date. Only templates that have been altered will show the COMPARE button. This should help you understand which templates have changed.

Usually when an embed tag shows like that its because the
Active Text Formatters : Convert Embed Tags

is unchecked here:
ACP -> MODULES -> CORE -> SYSTEM CORE -> QUOTA CONFIG -> Active text formatters
michael
@michael
02/08/17 06:13:23PM
7,826 posts

Profile Linking


Using Jamroom

should be able to if you do it from this page:
http://yoursite.com/user/create

and uncheck the "create profile for user" checkbox.
michael
@michael
02/08/17 02:35:16PM
7,826 posts

Upload first


Jamroom Developers

The creation of the video is done on the same form as giving it a name. You could click the upload button first if you are on a slow internet connection which takes time to upload.

Then fill out the form while its uploading.

You could go into the Form Designer and move the "Upload a new video file" button to the top of the form if you liked too.
michael
@michael
02/08/17 02:30:22PM
7,826 posts

jrProfileTweaks bug


Using Jamroom

Released now. give that a go and see if you see any issues.
michael
@michael
02/08/17 02:24:46PM
7,826 posts

Hyperlink Default Color


Using Jamroom

Ok, for you, you're not using a custom skin, so the easiest way to do it is to add that as some style code to your skins meta.tpl file.

Just before the closing HEAD tag add it in wrapped in STYLE so the full thing looks like this:
<style>
.forum_post_text a {
    color: blue;
}
</style>
</head>

I've added it to your racers site. its working now.

For anyone reading who wants to know how to alter the meta.tpl file via the ACP, here is the doc:

Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor
michael
@michael
02/08/17 02:08:49PM
7,826 posts

Hyperlink Default Color


Using Jamroom

For that you'll want to put this css into one of the CSS
.forum_post_text a {
    color: blue;
}

That code needs to go into one of the .css files for the skin.

You're not running a custom skin. Need to think about the easiest way for you to do this.... hmmm...
michael
@michael
02/08/17 01:11:30PM
7,826 posts

Hyperlink Default Color


Using Jamroom

Yeah there are ways to change it. Better for me to understand where one of the links are though so we can target those links instead of targeting every link anywhere.

Where are you wanting to change? url please and what color is good?
michael
@michael
02/08/17 01:05:13AM
7,826 posts

How do i add a title to a custom page.


Design and Skin Customization

are you using Site Builder to create the page or a .tpl template file?

If its a template file:
{jrCore_page_title title="whatever you want the title to be"}
{jrCore_include template="header.tpl"}

If its Site Builder, its in the page config.
michael
@michael
02/08/17 01:02:06AM
7,826 posts

jrProfileTweaks bug


Using Jamroom

Try it when the new version comes out. currently only 1.3.12 is in the marketplace.
michael
@michael
02/07/17 05:25:38PM
7,826 posts

jrProfileTweaks bug


Using Jamroom

It was not working as expected. I've changed the code around and have asked the team to test the new stuff. I believe its working as expected in this version:

jrProfileTweaks ver 1.3.13

Will get it released once its tested.
  269