Forum Activity for @douglas

douglas
@douglas
01/19/18 02:10:44PM
2,804 posts

Admin


Using Jamroom

Hello,

Welcome to Jamroom!

The first account you create on your site will be the master admin account.

These docs might be helpful.
https://www.jamroom.net/the-jamroom-network/documentation/getting-started/4123/first-steps-after-installation
douglas
@douglas
01/15/18 03:09:17AM
2,804 posts

Share buttons on audio with SHARETHIS


Design and Skin Customization

Hello,

Annush:
Thank you Brian - Even I followed the above and did it, but, there was no options of where to share - just shared the post to the followers. It was doing that before anyway. How can we do it so that it allows us to share on a variety of other networks? That's what I'm looking for. Thank you.

Have you entered your ShareThis Property Settings - ID# ( https://platform.sharethis.com/settings - the ID number right below your account name) in your sites ACP > Item Features > ShareThis > Global Config > Publisher Key field?

Also make sure to checkout the modules "Service Config" section, that allows you to pick which social sites you allow your users to share to.

Hope this helps!
updated by @douglas: 01/15/18 03:09:41AM
douglas
@douglas
01/13/18 11:54:33PM
2,804 posts

Youtube


Using Jamroom

gary.moncrieff:
You can't iirc it goes against YouTube's terms of use to use any player but their own.
douglas
@douglas
01/13/18 06:41:24AM
2,804 posts

site news


Using Jamroom

The site news on the index page for Nova is truncated, so you may not get a player to show if it ends some where around the truncate limit. You can however modify the templates to show the posts any way you want them, just modify the index_site_news.tpl file.

There are two language strings for "Site News", it isn't a single language string, one for "Site" and one for "News". I believe the ID's are 8 and 9. You can make a single language string for it if you like, just add it to the end of your skins language file.

Hope this helps!
douglas
@douglas
01/12/18 10:40:06AM
2,804 posts

site builder


Using Jamroom

izhmel:
Site builder takes away menu items when enable

What skin is this for?

Thanks!
douglas
@douglas
01/12/18 10:38:14AM
2,804 posts

site news


Using Jamroom

Make sure the category is "site news" , minus the quotes, it is case sensitive.

Also, if you are using a cloned skin, check your index.tpl and make sure all instances of jrNova were replaced with your skins directory name.

Hope this helps!
douglas
@douglas
01/08/18 06:19:53AM
2,804 posts

How to set limits on line length when formatted text is entered into profile form?


Using Jamroom

The jrCore_format_string is a function that takes text from any form field, editor or textarea type, and formats it according to what you have set in your ACP > Core > System Core > Quota Config > Active Text Formatters.

If you want to limit the number of characters shown from an editor or textarea field, then you may want to use the Smarty truncate variable modifier.

https://www.smarty.net/docs/en/language.modifier.truncate.tpl

Hope this helps!
douglas
@douglas
01/08/18 05:33:08AM
2,804 posts

What are the requeriments to sell the games?


Off Topic

Hello,

You can use Jamroom to create any type of site of site you want and sell whatever you want from that site... However, there isn't a setup out of the box that will do what your asking. You would have to customize the Jamroom skin templates to accomplish what your after.

https://www.jamroom.net/the-jamroom-network/documentation
https://www.jamroom.net/the-jamroom-network/documentation/skin-design-guide

As far as the actual developing of games with Jamroom, that isn't going to be possible. Jamroom is a script to run your sites activities, ie. social, posting, selling etc...

If you are developing your own mobile games and need a site to keep track of your apps users data, then you might consider using Proxima https://www.jamroom.net/proxima which is a front end for mobile apps.

Hope this helps!
douglas
@douglas
01/08/18 05:23:17AM
2,804 posts

How to set limits on line length when formatted text is entered into profile form?


Using Jamroom

Are you using the jrCore_format_string:$item.profile_quota_id with the variable for that field?

blog text field example:
{$item.blog_text|jrCore_format_string:$item.profile_quota_id}

Hope this helps!
  50