Forum Activity for @michael

michael
@michael
01/28/17 11:24:40AM
7,832 posts

Can i change the icon for chat?


Using Jamroom

You'd want to know whether your skin uses /icons_black/ or /icons_white/ first.

Or put it in both locations, then you dont need to know. ;)

If you want to know, its in the _init() function in your skins include.php you'll see:

    // Tell the core the default icon set to use (black or white)
    jrCore_register_module_feature('jrCore', 'icon_color', 'jrElastic2', 'black');

^ that shows the jrElastic2 skin is using the 'black' icons.

For your skin, make the /img/icons_black/ folder and put the icon in there.
michael
@michael
01/28/17 11:20:03AM
7,832 posts

Can i change the icon for chat?


Using Jamroom

yeah, because the icons provided by a module dont show up in the IMAGES tab in the skin, there needed to be a way to over-ride them.

so the way it works is similar to the way you would over-ride a template of a module you wanted to change. Copy it to the correct location in the skin and it will kick in automatically (after a cache refresh)

Behind the scenes the logic is: "Is there a file with the same name in the same icon folder in the skin? if there is, use that, if not use the default one provided by the module."

This will work for any module that has a /img/icons_black/ folder (or an icons white, if the skin uses that.)
michael
@michael
01/28/17 11:05:18AM
7,832 posts

Can i change the icon for chat?


Using Jamroom

copy the icon you want to override to your skin, change it there.

Then refresh the caches. so the icon you'd want to create is likely
/skins/YOUR SKIN/img/icons_black/chat-open.png

adjust as you like. Since its in your skin, it will survive updates.

As a general rule, dont change anything in the /modules folder, there's usually a way to override and also keep it safe from updates. :)
michael
@michael
01/28/17 12:41:02AM
7,832 posts

admins can't delete/edit Forum stuff after updates.


Using Jamroom

try logging out and back in again.
michael
@michael
01/28/17 12:36:54AM
7,832 posts

Cant get my head around the System Feeds


Installation and Configuration

There was a tweak that allowed a single twitter account to receive the sites timeline. Do not remember anything like that for facebook though.

--edit--
cant locate it though. may have been something custom I did a while back for something.


updated by @michael: 01/28/17 12:39:06AM
michael
@michael
01/28/17 12:31:25AM
7,832 posts

Audio Pro Skin - Profile Header Image not error 522


Using Jamroom

I have a few browsers loaded to test things out with:
* firefox
* safari
* chrome
* firefox private (cmd+shift+p) functions as another browser.

useful sometimes.
michael
@michael
01/28/17 12:24:51AM
7,832 posts

jrProfileTweaks bug


Using Jamroom

couldnt reproduce it yesterday because I didnt know the Admin Skin module was involved.
michael
@michael
01/27/17 11:18:58AM
7,832 posts

Whats up everyone!


Off Topic

installing is pretty easy. add a database to your server, run the install script, enter the database details.

The tricky parts are deciding how you want to setup the quota system, there's a lot of flexibility, so keep it simple at first and extend if you need to.

And deciding which modules you want to use. Its better not to have to buy a module in order to decide if you want to use it or not, so take advantage of the free trial period on the Jamroom Hosting, or the longer free trial period on the Premium package on your server to install and try out the modules you're thinking about using.
michael
@michael
01/27/17 11:00:12AM
7,832 posts

jrProfileTweaks bug


Using Jamroom

Can see this now. Will look into it. The Admin Skin is doing what its supposed to do in changing the skin to the non default one when it is active.

Profile Tweaks is changing the default skin for that profile to whatever is selected in the CUSTOMZE tab then the Admin Skin module is kicking in and changing it.

Understand the problem.
  279