Forum Activity for @michael

michael
@michael
06/11/15 12:09:06AM
7,832 posts

Trying to change header


Design and Skin Customization

Should get turned on automatically when you create the thread, (i think) but if you want notifications on each reply check that target button at the top of this thread. Click it once and it will turn yellow and you'll get an email for each new post.
michael
@michael
06/10/15 06:47:43PM
7,832 posts

Problem Using The Meta Tag Manager


Using Jamroom

Best guess is you've removed a foreach loop in your meta.tpl that needs to be there. Got an example of what you changed?

Make sure you still have this section in your meta.tpl
{if isset($meta)}
{foreach from=$meta key="mname" item="mvalue"}
<meta name="{$mname}" content="{$mvalue}">
{/foreach}
{/if}
michael
@michael
06/10/15 02:16:42AM
7,832 posts

Is there any way of changing how to add images into forum replies ?


Using Jamroom

@strumelia, John wants a button next to "Post Response" or "BBCode Help" that reads something like "Attach Files".

I've got that working, but just for jrForums, going to see if we can get it working for 'anywhere' so hold on for a bit.
michael
@michael
06/10/15 02:14:29AM
7,832 posts

Privacy for Under 18s


Suggestions

Sent you a Private Note for something to take a look at.
michael
@michael
06/10/15 01:48:59AM
7,832 posts

Upgraded but had to Revert


Using Jamroom

Site builder should have no interaction at all with profiles, its a top level system.

*********
Quote: The new site builder puts menu and edit controls in the active skin (old Nova clone) and overwrites my hand coded menu (old site builder didn't affect any of that).
Thats not possible, it doesnt over-write anything. It just outputs to wherever
{jrSiteBuilder_menu}
is displayed.

Looking at the default:
/skins/jrNingja/header_menu_desktop.tpl

The {jrSiteBuilder_menu} is around line 16. The reason your seeing your other menu items disappear is because its wrapped like this:
                {if jrCore_module_is_active('jrSiteBuilder')}

                    {* User menu entries *}
                    {jrSiteBuilder_menu}

                {else}
......
So you can either move your customizations up into that section or recreate them using the site builder menu system, either works.

Quote: ....I can't find important things like my home page to relink them. It is replaced by something else (an embedded radio page I had made previously) and I don't know how to get my homepage back.

http://indiegospel.net/index

That should be mapped to / when the integrity check was run for the first time after turning on the new Site Builder system.

Quote: I also noticed some of my marketplace stuff like bundles (built with the old site builder) is missing prices after the switch - http://indiegospel.net/bundles

Price is showing for me on that page.
michael
@michael
06/10/15 01:36:19AM
7,832 posts

Creating A Services Page


Using Jamroom

Going to close this.

You don't see the + symbol becuase you haven't chosen a category, your probably looking at the "Newest Posts"

So pick a category from:
https://www.jamroom.net/the-jamroom-network/forum

and you'll see the + button at the top of each of those pages.

Great idea to start a new thread for each new question so people searching can find the info they are looking for.
updated by @michael: 06/10/15 01:37:20AM
michael
@michael
06/09/15 06:39:29PM
7,832 posts

Modern Responsive design examples


Ning To Jamroom

My design skills are comparable those of a painting elephant (not very good). If you have a skin that is MPL or MIT license then I can get it started and we can open source it for community development if you like.

No real recommendations of anyone actively looking to take on more Jamroom skin development work that I know of sorry. If anyone IS, please let me know as we quite often have need of skin designers/developers to send work too.

We get a few emails from outsourcing companies for asking for work but none have yet to show any knowledge of jamroom.
michael
@michael
06/09/15 06:32:21PM
7,832 posts

Marketplace configuration


Using Jamroom

I've seen this happen before (but not lately) when I've uploaded the marketplace files instead of installing them via the marketplace system.

Try de-activating the module, then check the DELETE box on the module, then re-install via the marketplace.

The data will still be there, but the module will be re-installed.
michael
@michael
06/09/15 01:56:04AM
7,832 posts

Modern Responsive design examples


Ning To Jamroom

Gotcha, thanks. What your after is a thing similar to Site Builder but for site design. I know we need that too.

Site Builder works with content, but need something similar for Design.
  528