Forum Activity for @douglas

douglas
@douglas
10/31/14 04:09:05AM
2,807 posts

Current url


Jamroom Developers

I'm not Michael, but you are welcome! ;)
douglas
@douglas
10/31/14 03:22:44AM
2,807 posts

Current url


Jamroom Developers

Your syntax is a little off. You need to have spaces between the variable and the == and after the == as well.

{if $current_url == 'the URL'}

Show this

{else}

show this

{/if}

I just tried this on my dev site and I'm not seeing an issue.

Hope this helps! :)
douglas
@douglas
10/29/14 11:04:59AM
2,807 posts

NEED HELP - godaddy needs to find missing Connection string?


Using Jamroom

Hello Carolyn,

The file the database information is stored can not be modified as I believe it is encrypted.

You'll need to follow the instructions from the link Michael posted above to change the database info.

"Changing the MySQL or Master Admin Password"
http://archive.jamroom.net/Jamroom4_Change_MySQL_Password

Hope this helps,
Douglas
douglas
@douglas
10/27/14 05:06:52AM
2,807 posts



You'll want to post this in Nate's forum.

https://www.jamroom.net/n8flex/forum

We don't have those files since it is a third party skin.

Thanks!
updated by @douglas: 01/21/17 08:00:26PM
douglas
@douglas
10/21/14 07:52:56AM
2,807 posts

Gallery not working


Genosis

Hello,

I'm not sure this will help, but you could trying clearing the image cache and see if that fixes the issue.

yoursite.com/image/admin/tools

Hope this helps,
Douglas
updated by @douglas: 12/29/14 09:23:55AM
douglas
@douglas
10/20/14 06:00:23AM
2,807 posts

Embedding Youtube video


Design and Skin Customization

Brian knows more about this than Paul, Micheal and I do.

You will need to use the YouTube module to embed YouTube videos, there is no way around it unless you want to create your own module to handle the job.

Hope this helps! :)
douglas
@douglas
10/20/14 05:55:31AM
2,807 posts

Change Base Color On Solo Artist Skin


Design and Skin Customization

Lynnbird:
Is it possible to change the color of the skin from red to blue and if so, how do I go about it? My site banner and background clash. Also, I would like to be able to extend the site banner to entirely fill the horizontal space available. Current limit doesn't allow this. Note that I have no experience in PHP coding, only HTML, and that pre-HTML 5

You can change the colors via the ACP > Skins > Styles tab for the SoloArtist skin.

And to make the image stretch 100% across the scree, go to your ACP > Skins > Templates tab and modify the header.tpl. Find this code:

<a href="{$jamroom_url}" title="{$_conf.jrCore_system_name}">{jrCore_image image="logo.png" class="img_scale" alt=$_conf.jrCore_system_name style="max_width:1140px;"}</a>

and change it to this:

<a href="{$jamroom_url}" title="{$_conf.jrCore_system_name}">{jrCore_image image="logo.png" class="img_scale" alt=$_conf.jrCore_system_name style="width:100%;"}</a>

Hope this helps! :)
douglas
@douglas
10/17/14 01:36:19PM
2,807 posts

Embedding Youtube video


Design and Skin Customization

Try putting you code inside code tags...

[ code]
Your code here...
[ /code]

but remove the space after the [

You could also email your site URL and admin login info to support[at]jamroom[dot]net and we can take a look at it.

Hope this helps! :)
douglas
@douglas
10/17/14 01:23:35PM
2,807 posts

Embedding Youtube video


Design and Skin Customization

Can you show us exactly what your putting in your blog?

Without logging in and checking myself, all I can do is suggest possible fixes.
douglas
@douglas
10/17/14 12:51:23PM
2,807 posts

Embedding Youtube video


Design and Skin Customization

You can try changing your ACP > Core > Quota Config > Allowed HTML Tags to this:

Quote:
span,strong,em,a,b,u,i,p,div,br,img,h1,h2,h3,h4,pre,hr,ul,ol,li,param,embed

and see if that works.
  200