Forum Activity for @douglas

douglas
@douglas
02/22/16 08:17:09AM
2,812 posts

[error] => Query Error: Data too long for column 'data' at row 1


Jamroom Developers

Are you running the latest version of the Jamroom core and modules?
douglas
@douglas
02/21/16 09:57:44AM
2,812 posts

My sitebuilder buttons dissapeared from my index


Using Jamroom

What skin are you using?

Also, If you've made any modifications to the index page, try undoing them and see if that fixes your issue.
douglas
@douglas
02/21/16 09:50:06AM
2,812 posts

Online - Stats - Feeds: Menu and Default Active Tab Order


Design and Skin Customization

In your skins/YOURSKIN/side_home.tpl file, find this:

{* STATS | ONLINE *}
<table class="menu_tab">
    <tr>
        <td>
            <div id="default" class="p_choice" onclick="jrLoad('#stats','{$jamroom_url}/stats');jrSetActive('#default');">{jrCore_lang skin=$_conf.jrCore_active_skin id="36" default="stats"}</div>
        </td>
        <td class="spacer">&nbsp;</td>
        <td>
            <div id="rss_feeds" class="p_choice" onclick="jrLoad('#stats','{$jamroom_url}/site_feeds');jrSetActive('#rss_feeds');">{jrCore_lang skin=$_conf.jrCore_active_skin id="134" default="Feeds"}</div>
        </td>
        <td class="spacer">&nbsp;</td>
        <td>
            <div id="online" class="p_choice" onclick="jrLoad('#stats','{$jamroom_url}/online');jrSetActive('#online');">{jrCore_lang skin=$_conf.jrCore_active_skin id="113" default="online"}</div>
        </td>
    </tr>
</table>

<div id="stats" class="body_2 mb20">
    <div style="width:90%;display:table;margin:0 auto;">

        {capture name="template" assign="stats_tpl"}
            {literal}
                {foreach $_stats as $title => $_stat}
                <div style="display:table-row">
                    <div class="capital bold" style="display:table-cell">{$title}</div>
                    <div class="hl-3" style="width:5%;display:table-cell;text-align:right;">{$_stat.count}</div>
                </div>
                {/foreach}
            {/literal}
        {/capture}

        {jrCore_stats template=$stats_tpl}

    </div>
</div>

and change it to this:

{* STATS | ONLINE *}
<table class="menu_tab">
    <tr>
        <td>
            <div id="default" class="p_choice" onclick="jrLoad('#stats','{$jamroom_url}/online');jrSetActive('#default');">{jrCore_lang skin=$_conf.jrCore_active_skin id="113" default="online"}</div>
        </td>
        <td class="spacer">&nbsp;</td>
        <td>
            <div id="rss_feeds" class="p_choice" onclick="jrLoad('#stats','{$jamroom_url}/site_feeds');jrSetActive('#rss_feeds');">{jrCore_lang skin=$_conf.jrCore_active_skin id="134" default="Feeds"}</div>
        </td>
        <td class="spacer">&nbsp;</td>
        <td>
            <div id="statistics" class="p_choice" onclick="jrLoad('#stats','{$jamroom_url}/stats');jrSetActive('#statistics');">{jrCore_lang skin=$_conf.jrCore_active_skin id="36" default="stats"}</div>
        </td>
    </tr>
</table>

<div id="stats" class="body_2 mb20">
    <div style="width:90%;display:table;margin:0 auto;">

        {jrUser_whos_online template="whos_online.tpl"}

    </div>
</div>
douglas
@douglas
02/20/16 05:53:41AM
2,812 posts

Do you continue to do updates on customized skins?


Design and Skin Customization

You can also check the skins changelog.txt file...


ProJam Change Log:
Quote:
Version 1.5.0:
- New: Audio and Video players added
- Update: Updated profile templates and CSS files to accommodate new video player
- Bug Fix: typo in youtube pagination causing 2 next buttons to show
- Update: Updated CSS files to fix attach file button.
- Update: Removed bottom positioning for share this checkbox on timeline form.
- Added: Added YouTube and Pinterest social links and images to the footer template.
- Update: Replaced window.location with jrCore_window_location
- Update: Changed ACP > System Tools > Activity Log URL to go to the dashboard where the activity log has been moved to.


Nova Change Log:

Quote:
Version 1.5.0:
- New: Audio and Video players added
- Update: Updated profile template files to accommodate new video player
- Update: Updated CSS files to fix attach file button.
- Update: Removed bottom positioning for share this checkbox on timeline form.
- Update: Replaced window.location with jrCore_window_location
- Fixed: Removed blogs_entry template and pointed blog titles to profile blog detail page.
- Added: Added YouTube and Pinterest social links and images to the footer template.
- Update: Changed ACP > System Tools > Activity Log URL to go to the dashboard where the activity log has been moved to.
douglas
@douglas
02/19/16 09:53:56AM
2,812 posts

Need CSS Help


Using Jamroom

Sort of a fan, don't watch much TV. :)
douglas
@douglas
02/18/16 09:53:00AM
2,812 posts

Need CSS Help


Using Jamroom

North OKC, close to Edmond, closer to Nichols Hills if you know that area?
douglas
@douglas
02/17/16 09:25:27AM
2,812 posts

Need CSS Help


Using Jamroom

Yeah, that is a ways out there, I don't get out that way very often. :)
douglas
@douglas
02/17/16 08:37:45AM
2,812 posts

Need CSS Help


Using Jamroom

This issue was you had footer CSS saved in the database for your skin.

ACP > Developer Tools > Tools > Database Admin and its the custom_skin_css column in the jr_jrcore_skin table.

What part of Western Oklahoma are you from?
  114