Forum Activity for @douglas

douglas
@douglas
05/29/15 10:58:11AM
2,812 posts

Cant Upload Images To Gallery


Using Jamroom

You may also want to reset your cache if you haven't already... ACP > System Tools > Reset Cache
douglas
@douglas
05/29/15 10:16:42AM
2,812 posts

Search page


Installation and Configuration

For a simple page, create a file named site-search.tpl and add this code:

{assign var="selected" value="search"}
{assign var="no_inner_div" value="true"}
{assign var="page_title" value="Site Search"}
{jrCore_page_title title=$page_title}
{jrCore_include template="header.tpl"}

<div class="inner">
    {jrSearch_form class="form_text" value="Search Site" style="width:70%"}
</div>
{jrCore_include template="footer.tpl"}

Then change your search link in your header_menu_mobile.tpl file from this:

{if jrCore_module_is_active('jrSearch')}
    <li id="search_link"><a onclick="jrSearch_modal_form();" title="Site Search"><span class="capital">{jrCore_lang  skin=$_conf.jrCore_active_skin id="24" default="search"}</span></a></li>
{/if}

to this:

{if jrCore_module_is_active('jrSearch')}
    <li><a href="{$jamroom_url}/site-search" title="Site Search"{if isset($selected) && $selected == 'search'} style="{$menu_active_style}"{/if}><span class="capital">{jrCore_lang  skin=$_conf.jrCore_active_skin id="24" default="search"}</span></a></li>
{/if}
douglas
@douglas
05/29/15 09:49:51AM
2,812 posts

Cant Upload Images To Gallery


Using Jamroom

On the image editor, make sure you have the High Resolution Editing check box unchecked in your ACP > Image Galleries > Global Config section.
douglas
@douglas
05/29/15 09:46:35AM
2,812 posts

Cant Upload Images To Gallery


Using Jamroom

Make sure you are changing the setting for the right quota, or if you want all quotas to not have a gallery, check the apply to all quotas checkbox.
douglas
@douglas
05/29/15 09:42:40AM
2,812 posts

Profile Layouts


Design and Skin Customization

on or off.

{if $checkbox_variable == 'on'}
    show code
{/if}
douglas
@douglas
05/29/15 09:37:03AM
2,812 posts

Language issue [SOLVED]


Design and Skin Customization

Nope that isn't it. I'm still looking for it though. ;)
douglas
@douglas
05/29/15 09:35:09AM
2,812 posts

Language issue [SOLVED]


Design and Skin Customization

I believe you can change it in your ACP > Skins > YOURSKIN > Language section. Switch the language drop down to the language you want to use and click the Save Settings button at the bottom of the page.
douglas
@douglas
05/29/15 09:31:06AM
2,812 posts

Profile Layouts


Design and Skin Customization

Looks good, nice job! :)
douglas
@douglas
05/29/15 06:55:39AM
2,812 posts

Cant Upload Images To Gallery


Using Jamroom

You can turn the Gallery part off by unchecking the Group by Gallery check box in your ACP > Image Galleries > Quota Config tab.
douglas
@douglas
05/28/15 01:44:13PM
2,812 posts

Search page


Installation and Configuration

You would have to create the search page and then change the search link in your header_menu_mobile.tpl file to point to the new page.

Which skin are you using?
  151