Forum Activity for @michael

michael
@michael
12/04/16 06:26:06PM
7,826 posts

(no action data found)


Using Jamroom

Any idea how to reproduce it?
michael
@michael
12/04/16 03:40:53PM
7,826 posts

Simple Chat / Ninja Skin some icons not showing?


Using Jamroom

no you shouldn't delete that. The issue is when you use the STYLE editor it adds !important to make its CSS take priority over the .css file's css.

In the .css file it is there so the buttons wont be shown when the chat panel is closed, but when the STYLE editor adds !important that takes priority.

What would normally happen is when the open button is clicked other css gets added and the buttons appear, but the STYLE's !important is blocking that from happening.
michael
@michael
12/04/16 12:45:47AM
7,826 posts

Tag search forum results don't link to posts


Using Jamroom

Are they on a private profile? The screenshot message reads like they are.
michael
@michael
12/04/16 12:43:34AM
7,826 posts

Custom Signup Page - gathering additional info


Design and Skin Customization

You can add a signup box to a page with Site Builder, so if you made separate pages with that it might work. add the quota they are signing up to in the url, then hide the quota selection system via CSS.

just an idea, haven't tried it.
michael
@michael
12/03/16 09:13:06PM
7,826 posts

Google ads and twitter


Design and Skin Customization

If its not the right template, and you want to know what the right template is, turn on "template name in source"
ACP -> MODULES -> DEVELOPER -> DEVELOPER TOOLS -> GLOBAL CONFIG -> Run in developer mode
and
ACP -> MODULES -> DEVELOPER -> DEVELOPER TOOLS -> GLOBAL CONFIG -> Template name in source.

Then use ctrl+u and you will see the names of the skin templates in the HTML source.
michael
@michael
12/03/16 09:04:38PM
7,826 posts

Simple Chat / Ninja Skin some icons not showing?


Using Jamroom

They are not showing because you have them set to !important to not show them:
http://lewwwp.com/core/skin_admin/style/skin=jrNinja/file=admin_log.css/section=changes

#jrchat-hidden-tabs { display:none !important; }

The javascript is trying to show them, but the CSS has !important so the javascript is unable to show them.

Its probably an unexpected side-effect of trying to customize the chat via the STYLE editor I expect.
michael
@michael
12/02/16 12:21:11AM
7,826 posts

'Clone Skin' not bringing over custom skin images


Using Jamroom

Its found at:
ACP -> MODULES -> TOOLS -> DEVELOPER TOOLS -> TOOLS -> CLONE SKIN

I've added that to the description to make it more complete, thanks.

The uploaded images should be being moved to the cloned skin too, will check it out. Thanks.
michael
@michael
12/01/16 10:20:37PM
7,826 posts

Jamroom 6 Upgrade Guide


Announcements

Probably what I would do if i had a jrAction_item_list.tpl file in my skin would be to change its name to xxxxxxjrAction_item_list.tpl which would turn it off as an override for /modules/jrAction/templates/item_list.tpl

That would allow the modules default one to fall through. If that fixes the issues, I would copy that to
/skins/(MY SKIN)/jrAction_item_list.tpl

So that I am running on the same version as the module, but overridden, then make the changes I want in that file.
  311