Forum Activity for @douglas

douglas
@douglas
02/09/24 06:50:37AM
2,793 posts

adding another level to bottom tab (followme2) skin


Design and Skin Customization

Without seeing the actual code it is going to be difficult to tell what is going on.

Can you share the URL or post the code for the template in between the BBCode code tags so we see something like this:

<div class="bottom_tab">
    <div class="table">
        <div class="table-row">
            {if $page_template == "index"}
                {$tactive = "active"}
            {/if}
            <div class="table-cell {$tactive}">
                <a href="{$jamroom_url}">{jrCore_icon icon="clock" size="24" color="6482B4"}</a>
            </div>
            {if $_post.profile_actions == 'feedback'}
                {$eactive = "active"}
            {/if}
            <div class="table-cell {$eactive}">
                {jrCore_module_url module="jrAction" assign="tUrl"}
                <a href="{$jamroom_url}/{jrUser_home_profile_key key="profile_url"}/{$tUrl}/feedback" title="{jrCore_lang skin="jrFollowMe2" id=149 default="Feedback"}">
                    {jrCore_icon icon="notifications" size="24" color="6482B4"}
                    <span class="count feedback_count">0</span>
                </a>
            </div>
            {if $_post.profile_actions == 'mentions'}
                {$mactive = "active"}
            {/if}
            <div class="table-cell {$mactive}">
                <a href="{$jamroom_url}/{jrUser_home_profile_key key="profile_url"}/{$tUrl}/mentions" title="{jrCore_lang skin="jrFollowMe2" id=19 default="Mentions"}">
                    {jrCore_icon icon="mention" size="24" color="6482B4"}
                    <span class="count mentions_count">0</span>
                </a>
            </div>

            {if $_post.option == "follow"}
                {$factive = "active"}
            {/if}
            <div class="table-cell {$factive}">
                <a href="{$jamroom_url}/{jrUser_home_profile_key key="profile_url"}/{jrCore_module_url module="jrFollower"}" title="{jrCore_lang skin="jrFollowMe2" id=18 default="Followers"}">
                    {jrCore_icon icon="followers" size="24" color="6482B4"}
                    <span class="count followers_count">0</span>
                </a>
            </div>
            <div class="table-cell" id="menu_button">
                <a href="#">
                    {jrCore_icon icon="menu" size="24" color="6482B4"}
                </a>
            </div>
        </div>
    </div>
</div>
douglas
@douglas
02/09/24 06:17:01AM
2,793 posts

adding another level to bottom tab (followme2) skin


Design and Skin Customization

I would say it is because the height for that section is set to 40px in the skin.css file. If you want to add another row, you may have to change the height too.

Hope this helps
douglas
@douglas
01/28/24 09:11:18AM
2,793 posts

Trying to change AudioPro2/index_top.tpl


Design and Skin Customization

Can you show us the code you changed?

Thanks!
douglas
@douglas
01/23/24 01:45:23PM
2,793 posts

Need a little help with template


Installation and Configuration

Which skin are you using and what page is that featured artists section on?

Thanks!
douglas
@douglas
12/28/23 04:25:29AM
2,793 posts

Updates Not Updating


Using Jamroom

Hello,

Since you are not using Jamroom hosting, you'll want to contact your hosting provider about adding more space.

Hope this helps!
douglas
@douglas
12/10/23 04:57:26AM
2,793 posts

Beat$Linger Skin Acting Strange


Using Jamroom

Try running the "Integrity Check" tool after changing to the BeatSlinger skin.

ACP > Core > System Core > Tools > Integrity Check ( /core/admin/tools )

Then use the "Reset Caches" tool from the same Tools section.

Hope this helps!
douglas
@douglas
12/07/23 02:26:14PM
2,793 posts

Updates Not Updating


Using Jamroom

Hello,

Your disk is full, you'll want to add more space to your hosting plan or remove items to free up space.

Hope this helps!
douglas
@douglas
11/09/23 01:17:16PM
2,793 posts

Inline contact form


Using Jamroom

Yes, you can use the Custom Form module to create whatever type of contact form you need.

ACP > Forms > Simple Custom Forms > Tools > Create A Custom Form ( /form/admin/tools )

Hope this helps!
douglas
@douglas
09/27/23 05:50:58AM
2,793 posts

CRI: unable to retrieve any quotas from database!


Installation and Configuration

bilgi:
Unfortunately, I have already done this. But I tried everything again and there was no improvement.

If you'll send us the URL and admin login to support[at] jamroom[dot] net we can check it out for you.

Thanks!
douglas
@douglas
07/31/23 06:33:09AM
2,793 posts

"site news"


Using Jamroom

The reason the blog was not showing is that there is a "Site News" profile ID field in the skin settings, which was set to 1, I changed to use your "thescientist" profile since that is where the blog is located.

Hope this helps!
  4