Forum Activity for @michael

michael
@michael
12/04/16 06:35:19PM
7,837 posts

Tag search forum results don't link to posts


Using Jamroom

Send us your login details to support at jamroom dot net and I'll login and take a look if you like.
michael
@michael
12/04/16 06:26:06PM
7,837 posts

(no action data found)


Using Jamroom

Any idea how to reproduce it?
michael
@michael
12/04/16 03:40:53PM
7,837 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,837 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,837 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,837 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,837 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,837 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.
  312