Forum Activity for @michael

michael
@michael
02/08/17 02:24:46PM
7,832 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,832 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,832 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,832 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,832 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,832 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.
michael
@michael
02/07/17 12:49:25PM
7,832 posts

Will Jamroom work on Cloud based host and SSL Certificate


Jamroom Hosting

I think it goes under the radar a bit, but worth mentioning is that with a Jamroom Hosting server you also get connected to a separate conversion server. So the server that you have's only job is to serve up your site to visitors. All the conversion of the media is processed by our other independent media conversion servers.
michael
@michael
02/07/17 12:56:26AM
7,832 posts

jrProfileTweaks bug


Using Jamroom

I'll need to check this out.

The default_skin setting in ProfileTweaks is supposed to work as an alternative to Admin Skin for when you want different default skins for profiles in certain quotas. The Admin Skin sets one profile skin for everyone regardless of profile.
michael
@michael
02/06/17 08:04:19PM
7,832 posts

jrProfileTweaks bug


Using Jamroom

looks like you did. try running the integrity check.
michael
@michael
02/06/17 08:02:18PM
7,832 posts

jrProfileTweaks bug


Using Jamroom

did you disable the Admin Skin module and select the default module for that quota?
  270