Forum Activity for @douglas

douglas
@douglas
12/05/15 05:06:18AM
2,812 posts

Global config tabs not updating


Design and Skin Customization

When you remove a skin config setting from the skins config.php file, it does not remove the default/saved value from the database, and if you change anything in the skins config.php file, then you'll want to run the ACP > System Tools > Integrity Check tool so the database gets updated, and then run the ACP > System Tools > Reset Cache so your changes show in the skin templates.

Hope this helps!
douglas
@douglas
12/04/15 01:45:56PM
2,812 posts

Global config tabs not updating


Design and Skin Customization

Can you show us the code your using?

Thanks!
douglas
@douglas
12/03/15 12:16:57PM
2,812 posts

embed issues


Using Jamroom

Strumelia:
OK Douglas thanks! I will get working on this.
I'm assuming you mean the config.php file that in the Ningja and in my custom SKINS, not the ones in the various modules.

Yes, the skin not the modules.
douglas
@douglas
12/03/15 10:25:47AM
2,812 posts

embed issues


Using Jamroom

Strumelia:
michael:
It was the config.php file. so nothing you need to do. no templates were effected.

Ok, but now there's another Ningja skin update.
The two updates since yesterday were:
Version 1.1.6
-Fix: Fixed profile_item files skin config variables.
Version 1.1.5
-Fix: Fixed skin config where players were not being set to the correct type.

Does this mean these updates to "config.php" file have automatically been applied to my CUSTOM/active skin? I'm not understanding how that works...shouldn't I be doing something to get my custom skin updated with these two fixes? Thanks for explaining to me...

The profile_item_index.tpl, profile_item_list.tpl, profile_item_detail.tpl and config.php files were the files modified for both of those updates.

In your profile_item_*.tpl files, make sure that your version has the correct skin name in the if statement... ie.

{if $profile_disable_sidebar != 1  && strpos($current_url, $_conf.jrNingja_forum_profile) !== 0}

has your skin name and not something else.

The config.php file had the wrong values for the player settings. It is at the bottom of the file. You should have this for the Player Type selection:

    // Player Type
    $_ptype = array(
        'blue_monday'          => 'Blue Monday Player',
        'gray_overlay_player'  => 'Gray Overlay Player',
        'player_dark'          => 'Midnight Player',
        'black_overlay_player' => 'Black Overlay Player',
    );
    $_tmp   = array(
        'name'    => 'player_type',
        'label'   => 'Player Type',
        'help'    => 'Select the type of player you want to use on your site.Original = Blue Monday New = New Light Player',
        'type'    => 'select',
        'options' => $_ptype,
        'default' => 'black_overlay_player',
        'order'   => 60,
        'section' => 'Players'
    );
    jrCore_register_setting('YOURSKINNAME', $_tmp);

make sure to change YOURSKINNAME to the name of the skin your using.

Hope this helps!
douglas
@douglas
12/03/15 04:24:19AM
2,812 posts

embed issues


Using Jamroom


This has been fixed in the latest Audio module and on your site izhmel.
douglas
@douglas
12/02/15 09:27:18AM
2,812 posts

embed issues


Using Jamroom

gary.moncrieff:
I am also seeing {jrCore_media_player} invalid value received for "type" parameter in jrNingja. Guessing it must be the custom music profile page in jrNingja that's at fault here.



This was due to a release of the jrNingja skin that did not have the correct config.php file. I have updated the marketplace with a fix for this.

izhmel:
its a skin issue. it works with the elastic skin

You'll need to send me your admin login so I can check it out.
douglas
@douglas
12/02/15 05:51:42AM
2,812 posts

embed issues


Using Jamroom

I'm not sure why your seeing the issue, I can't replicate it on my end, but it isn't a skin issue since the modifications were made in the Audio, Playlist and Video module templates.

The skin config setting was added to allow the site admin to choose between players, if the module template does not see a skin setting, then it uses a default type.

Something else is causing the issue and without access to a site that this is happening on, I can only guess at what the issue might be.

You might try reloading the Audio, Playlist and Video modules, ACP > Marketplace > Tools > Reload Modules And Skins, then run the Integrity Check tool and reset your caches.

Also make sure your not using a modified item_embed.tpl in your ACP > Profiles > Audio > Templates section.

Hope this helps.
douglas
@douglas
12/02/15 04:03:31AM
2,812 posts

embed issues


Using Jamroom

You don't need the skin setting at all since the audio modules embed template checks for the skin setting and if it doesn't have one it is set to a default player type.

If your modules are up to date, and your running the latest beta version of the Jamroom core, then check your ACP > Profiles > Audio > Templates and make sure you haven't modified the item_embed.tpl. If you have you'll want to reset it to its default state.
douglas
@douglas
12/01/15 10:34:35AM
2,812 posts

embed issues


Using Jamroom

Without the admin login, there isn't much we can do except guess at what the issue might be.
douglas
@douglas
12/01/15 05:30:28AM
2,812 posts

ProJam - Remove Profile on Blog


Using Jamroom

Glad to hear it. :)
  124