Forum Activity for @douglas

douglas
@douglas
12/02/14 04:50:50AM
2,807 posts

User can change Profile Quotas


Jamroom Help

I'm seeing the same, I don't think regular users should be able to see the quota drop down. I'll get a ticket open fro this.

Thanks!
douglas
@douglas
12/01/14 10:58:02AM
2,807 posts

Blog Text Reset Size


Ning To Jamroom

Isleander:
I believe it is the "site.css" that governs text size in blogs.
The text is larger now that I have increased it. :)

That is good to know, glad you got it fixed. :)

Thanks!
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/01/14 08:07:43AM
2,807 posts

Blog Text Reset Size


Ning To Jamroom

I'm not aware of a way to reset all templates or css files.

The following CSS files for the jrNingja skin have font size values...

base.css, footer.css, header.css, html.css, profile.css, site.css and text.css

Hope this helps! :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/30/14 02:11:04PM
2,807 posts

suggestions for photo grid page


Ning To Jamroom

I've actually got a fix for this in the next release. It is still 6 across on PC's but a better layout for mobile devices.
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/30/14 02:56:16AM
2,807 posts

User Requests


Ning To Jamroom

paul:
Yeah - It could do with a bit of styling to control it. This works -
<div class="container">
    <div class="row">
        <div class="col12 last">
            <div class="item">
                {if isset($_items)}
                    <div class="row">
                        {foreach from=$_items item="item"}
                            <div class="col2{if $row@last} last{/if}">
                                <div class="center" style="padding:10px;">
                                    {$item.profile_name|truncate:20}<br>
                                    <a href="{$jamroom_url}/{$item.profile_url}">{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._profile_id size="medium" crop="auto" class="iloutline img-profile" alt=$item.profile_name title=$item.profile_name width=172 height=172}</a>
                                </div>
                            </div>
                        {/foreach}
                    </div>
                {/if}
            </div>
        </div>
    </div>
</div>

This should actually be this:

<div class="container">
    <div class="row">
        <div class="col12 last">
            <div class="item">
                {if isset($_items)}
                    <div class="row">
                        {foreach from=$_items item="item"}
                            <div class="col2{if $item@last} last{/if}">
                                <div class="center" style="padding:10px;">
                                    {$item.profile_name|truncate:20}<br>
                                    <a href="{$jamroom_url}/{$item.profile_url}">{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._profile_id size="medium" crop="auto" class="iloutline img-profile" alt=$item.profile_name title=$item.profile_name width=172 height=172}</a>
                                </div>
                            </div>
                        {/foreach}
                    </div>
                {/if}
            </div>
        </div>
    </div>
</div>

The if statement to check to see if it is the last column, ie. class="col2 etc... should be $item not $row.
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/29/14 07:26:51AM
2,807 posts

Buttons have disappeared on my site


Ning To Jamroom

Try deleting the files in your data/cache/YOURSKIN folder and the data/cache/jrCore folder via FTP.
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/27/14 05:30:05AM
2,807 posts

Problem with New Slate Skin


Design and Skin Customization

This would be better posted in the Site Builder forum...

https://www.jamroom.net/site-builder/forum

You might try running the Integrity Check tool from ACP > System Tools > Integrity Check. And then run the Reset Cache Tool again.

Hope this helps! :)
douglas
@douglas
11/26/14 05:26:48AM
2,807 posts

Latest core update killed my site 11/25/2014


Installation and Configuration

I had a similar issue, for some reason the cache needed to be cleared, after that updates worked fine for me.

You should be good to go.

Glad you got it working! :)
douglas
@douglas
11/26/14 01:55:59AM
2,807 posts

Latest core update killed my site 11/25/2014


Installation and Configuration

Try deleting the files inside your data/cache/jrNova and data/cache/jrCore folders.
douglas
@douglas
11/25/14 11:20:23AM
2,807 posts

An 'Heads Up'


Ning To Jamroom

Pam Givens:
Is this correct?
{if jrCore_module_is_active('jrGallery')}
artist_spotlight{jrCore_module_url module="jrGallery"}">{jrCore_lang skin=$_conf.jrCore_active_skin id="36" default="Images"}
{/if}

That doesn't look right.

Can you let us know what link you trying to add?

Thanks!
updated by @douglas: 12/29/14 09:23:54AM
  190