Forum Activity for @douglas

douglas
@douglas
05/05/15 10:19:26AM
2,812 posts

Image quality is fuzzy in a blog post


Using Jamroom

The main reason an image will look fuzzy is usually because it is being resized bigger than what the original image size is.

Do you have a link we can check out?
douglas
@douglas
05/04/15 10:15:54AM
2,812 posts

Projam light to Photo skin


Tips and Tricks

The jrPhotoPro skin is setup more for a photography type site, there are not any templates setup for audio and video but that doesn't mean you can't create the necessary templates for the skin in order for them to work.

So basically yes, your modules will work with the jrPhotPro skin but the skin is not setup out of the box to use some of the modules, like the jrAudio and jrVideo modules.

Hope this helps!
douglas
@douglas
05/03/15 07:39:58AM
2,812 posts

URL Scanner setup


Using Jamroom

Can you send us your admin login so we can check it out?

Thanks!
douglas
@douglas
05/03/15 07:33:43AM
2,812 posts

URL Scanner setup


Using Jamroom

The link is working here, can you give us a link to the page you don't see it working on?
douglas
@douglas
05/03/15 07:29:35AM
2,812 posts

Page not found


Tips and Tricks

Without seeing the code in the .tpl file, we would just be guessing at what the issue might be.

Do you have a link to the page, what skin are you using and can you show us the code used in the .tpl file?

Thanks!
douglas
@douglas
05/02/15 09:25:42AM
2,812 posts

Contact in ProjamLight


Tips and Tricks

Your Welcome! :)
douglas
@douglas
05/01/15 05:44:04AM
2,812 posts

Change Base Color On Solo Artist Skin


Design and Skin Customization

All images for the Solo skin will be found in your skins/jrSoloArtist/img folder.

If the CSS element is not in the ACP > Skins > Styles, try clicking the Untagged button and see if it is in there, if not, you'll have to modify the CSS file directly and upload it to your server via a FTP program.
douglas
@douglas
05/01/15 05:34:40AM
2,812 posts

Contact in ProjamLight


Tips and Tricks

Are you using the custom forms contact us form or is it just a link that opens the users email client?

The code can be found in the skins/jrProJamLight/footer.tpl

                        {if jrCore_module_is_active('jrCustomForm')}
                            |&nbsp;<a href="{$jamroom_url}/form/contact_us">{jrCore_lang skin=$_conf.jrCore_active_skin id="81" default="Contact Us"}</a>
                        {else}
                            {capture name="footer_contact" assign="footer_contact_row"}
                            {literal}
                                {if isset($_items)}
                                {foreach from=$_items item="item"}
                                |&nbsp;<a href="mailto:{$item.user_email}?subject={$_conf.jrCore_system_name} Contact">{jrCore_lang skin=$_conf.jrCore_active_skin id="81" default="Contact Us"}</a>
                                {/foreach}
                                {/if}
                            {/literal}
                            {/capture}
                            {jrCore_list module="jrUser" limit="1" profile_id="1" template=$footer_contact_row}
                        {/if}


if you need to change the email address for the link, change the variable {$item.user_email} to the email address you want to use.

If your using the contact form, you can change the email address in your ACP > Communication > Email Support > Global Config > From Email Address field.
douglas
@douglas
05/01/15 05:30:06AM
2,812 posts

Text into a .tpl


Tips and Tricks

Glad to hear it. :)
  155