Forum Activity for @douglas

douglas
@douglas
08/23/18 05:59:59AM
2,812 posts

Losing AudioPro login and search Icons in header


Design and Skin Customization

Sorry, just realized the update was not in the Marketplace, I just added it to the Marketplace so you can update to the latest version now.

Hope this helps!
douglas
@douglas
08/23/18 05:47:24AM
2,812 posts

Losing AudioPro login and search Icons in header


Design and Skin Customization

Have you updated your skin to the latest version?

The login and signup links are in the side menu.

Hope this helps!
douglas
@douglas
08/21/18 10:54:22AM
2,812 posts

How to apply the jrcore_lang strings change from Ninja update to my custom skin?


Using Jamroom

There were a lot of templates in the Ninja skin that had hard coded text in them, they were in the following:

skins/jrNinja/404.tpl
skins/jrNinja/header_menu_desktop.tpl
skins/jrNinja/header_menu_mobile.tpl
skins/jrNinja/index.tpl
skins/jrNinja/item_list.tpl
skins/jrNinja/profile_index_image.tpl
skins/jrNinja/profile_index_music.tpl
skins/jrNinja/profile_index_video.tpl

Use your compare tool to see the changes.

Hope this helps!
douglas
@douglas
08/18/18 06:37:16AM
2,812 posts

wrong date error


Using Jamroom

Have you modified the form using the Form Designer?
douglas
@douglas
08/15/18 04:00:12AM
2,812 posts

Menu Graphical Icons


Design and Skin Customization

Sorry no, there aren't any skins with menu icons out of the box.

You'll want to modify the header_menu_desktop.tpl and change the jrCore_lang text strings with your images, might be best to use the jrCore_image function like the logo image uses in the header.tpl file.

Example:
{jrCore_image image="logo.png" width="191" height="44" class="jlogo" alt=$_conf.jrCore_system_name custom="logo"}

Hope this helps!
douglas
@douglas
08/13/18 11:32:47AM
2,812 posts

Video Problem


Using Jamroom

Are you seeing anything in the activity logs about the video?

Thanks!
douglas
@douglas
08/08/18 07:22:32AM
2,812 posts

Upgrading to latest Share This module 2.0.0


Announcements

You don't need to paste any code, I believe the module does that for you.

You will need to make sure that your property ID is correct in your ACP > Item Features > ShareThis > Global Config > General Settings. You can get the property ID from your ShareThis settings page.

https://platform.sharethis.com/settings

Hope this helps!
douglas
@douglas
08/01/18 01:36:43PM
2,812 posts

How to make small "buttons" bigger?


Ning To Jamroom

ABCD in Action:
Sorry guys you've completely lost me... which leads me to believe that I can't make the buttons bigger without someone who actually knows what they're doing (as compared to me!). Thanks anyway....

What size would you like the buttons to be?

Thanks!
douglas
@douglas
07/31/18 05:18:40PM
2,812 posts

How to make small "buttons" bigger?


Ning To Jamroom

You'll want to download the file using a FTP program like Filezilla
https://filezilla-project.org/download.php

You'll find your SFTP information for your server here:
https://www.jamroom.net/abcd-in-action/hosting/server_config/231

Once you've got your FTP client setup, you can download the skins/YOURSKIN/include.php file and modify it using an editor like crimson ( http://www.crimsoneditor.com/ ) and then upload the modified file.

You may need to reset your cache: ACP > Core > System Core > Tools > Reset Caches:

/core/cache_reset

Hope this helps!
douglas
@douglas
07/31/18 01:39:19PM
2,812 posts

How to make small "buttons" bigger?


Ning To Jamroom

You can change the size in your skins include.php file:

jrCore_register_module_feature('jrCore', 'icon_size', 'jrSage', 18);

Change the number to the size you want your buttons to be.

Hope this helps!
  42