Forum Activity for @michael

michael
@michael
12/04/16 12:45:47AM
7,832 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,832 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,832 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,832 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,832 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,832 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.
michael
@michael
12/01/16 10:17:09PM
7,832 posts

JR5 to JR6 Ningja Latest activity "array" issue


Using Jamroom

we wanted to change the name, so 'ningja 1.9.0' became 'ninja 2.0.0'. So if you're using the default skin, change and upgrade.

For you strumelia who is not using ningja at all anymore except maybe to compare files to, you'd delete or ignore ningja, install ninja and treat ninja as the most current version when you want to compare your template files to the latest version.
michael
@michael
12/01/16 09:15:53PM
7,832 posts

Jamroom 6 Upgrade Guide


Announcements

The jrAction module takes care of itself, so if you have no over-rides to that module it will all work.

However, if you have changed the default jrAction template by any of the template methods:

Docs: "Altering a modules template"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1051/altering-a-modules-template

OR if you have a {jrCore_list} call to module="jrAction" that has its own custom template="some-file.tpl", then these over-rides will probably need fixing up because the variables they use to show the values have changed in structure.

The steps to do that are:
* find a URL where actions are listed on but say "array" instead of what you're expecting.
* figure out where the base {jrCore_list} call is that shows that template
* either remove the template="?????.tpl" or update the .tpl file to use the new code.
michael
@michael
12/01/16 08:48:31PM
7,832 posts

Simple Chat Jamroom 6 - Audible Notification


Using Jamroom

if you have chat open, but are on another tab you will get a notification.
if you have chat closed and are on another tab, you wont.

To page someone on chat type:
:page strumella
and you will get a notification from me.
michael
@michael
12/01/16 08:41:49PM
7,832 posts

JR5 to JR6 Ningja Latest activity "array" issue


Using Jamroom

Sequence for you because you have a custom skin it will all be safe. You've cloned it.

STEPS:
* update the core from the marketplace.
* (not necessary, but I like to) update the jrMarketplace module first by itself.
* apply all updates
* IMPORTANT: run the integrity check
* clear the caches

Then go look for what is broken. Probably only Timeline related stuff if you have any custom {jrCore module="jrAction" template="??????"} calls.

If you do have those, the template= will need to be removed or updated.
  312