Forum Activity for @michael

michael
@michael
09/11/16 06:02:04PM
7,832 posts

Is my NingToJamroom site working right?


Ning To Jamroom

This page:
http://empathcommunityeliselebeaucom.jamroomhosting.com/community/forum/empath/26434/my-teacher

Has an alignment issue with the username and image.

Cause is:
.action_item_user_img{
 align:left;
}
Change to:
.action_item_user_img{
 align:none;
}
To bring it back to center and move the username below the image. (or change to how you think it should look.)
michael
@michael
09/10/16 12:40:19AM
7,832 posts

getting an error with Mastro 4 skin with Annika live wall Audio buttons


Design and Skin Customization

Please provide steps on how to setup exactly as you have yours setup.
michael
@michael
09/10/16 12:34:17AM
7,832 posts

Editing Activity Timeline


Design and Skin Customization

derrickhand300:
Do you happen top see the syntax error in the above?

The closing foreach was not in there because there is a TON more stuff in that template to actually show the activity timeline items.
michael
@michael
09/09/16 11:44:16PM
7,832 posts

Stymied by Site Builder


Using Jamroom

There were bits and pieces all over this forum, but I didn't locate one that exactly outlines what you're asking, so have written up a howto here:

Docs: "HowTo make the site visible to members only"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/4357/howto-make-the-site-visible-to-members-only
michael
@michael
09/09/16 09:29:14PM
7,832 posts

How Easy Is It to Move A Ning 2.0 Site to JamRoom?


Ning To Jamroom

Catman:https://sedo.com/search/?keyword=ning.com&language=us
Looks like Ning is for sale

Second time we've seen them up for sale now. Last time we offered $10 but they declined. :(

https://www.jamroom.net/the-jamroom-network/forum/new_posts/40197/former-ning-ceo-speaks
michael
@michael
09/09/16 08:12:37PM
7,832 posts

Stymied by Site Builder


Using Jamroom

Definitely possible, think we've outlined the how-to somewhere before, looking for it.
michael
@michael
09/09/16 03:46:00PM
7,832 posts

Stymied by Site Builder


Using Jamroom

This is the doc he wants:

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

It shows the correct way to override a modules template.

Skins work like this, if you add a .tpl file to your skin called lesrinchen.tpl then that wants to control the URL:
yoursite.com/lesrinchen

and just adding it to your skin will make it show up. These are the .tpl files you see when you turn on a new skin, they are from .tpl files in the skin. So to change that page you can change the contents of that file OR you can over-ride that page by turning on site builder FOR THAT PAGE.

Choosing the DELETE option from the site builder menu on that page will bring back whatever was showing before.

By "....help me modify my User module index.tpl template....." It sounds to me like you are editing this file:
/modules/jrUser/templates/index.tpl

Which controls the url
your-site.com/user/

Are you sure thats the one you want? Normally that file would just be a list of users if you wanted to show that. What is the goal?
michael
@michael
09/09/16 12:46:11AM
7,832 posts

Cloned language and ISkin 4


Design and Skin Customization

Each skin has its own language file. Each module has its own language file too. When you change to use a different skin, its using a different language file.

When you change the skin to a different skin, you're still using the same modules.

So its just the new skins language that you'll need to set up.
michael
@michael
09/09/16 12:39:37AM
7,832 posts

Changing how Facebook displays my site?


Using Jamroom

Got the Meta Tag Module docs updated with the steps to customize Facebook related Meta Tags.

Docs: "Modules ยป Meta Tag Manager : Setting up for Facebook"
https://www.jamroom.net/the-jamroom-network/documentation/modules/2914/meta-tag-manager#setting-up-for-facebook
michael
@michael
09/08/16 09:47:59PM
7,832 posts

Double storage of the same audio files


Using Jamroom

If you only want to allow your users to upload .mp3 files then you can have it this way.

Go to:
ACP -> MODULES -> PROFILES -> AUDIO -> QUOTA CONFIG

and un-check all of the "Allowed Upload" boxes except for .mp3, then uncheck the "Convert to MP3".

That will force your users to only upload .mp3 files and no .original. will be created. You will just have one copy of the files.
  358