Forum Activity for @michael

michael
@michael
02/15/17 04:34:09PM
7,832 posts

Approve Followers - Default for Specific Quotas?


Installation and Configuration

Sounds like you want to adjust their profile settings when the profile is created.

A small module that listens for the 'signup_created' event would be able to adjust any of the profile settings.

Docs: "Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1011/events-and-listeners
michael
@michael
02/15/17 01:38:17PM
7,832 posts

How to determine user age of 13 y.o.?


Design and Skin Customization

There's lots of examples around for smarty :)

http://stackoverflow.com/questions/3248825/smarty-and-date#3260024

Quote:
{$smarty.now} is a simple timestamp (number of seconds since 1970). So you can just add as many seconds to it as you need:

{$smarty.now+20*24*60*60|date_format:'%Y-%m-%d %H:%M:%S'} //+20 days

So you just need to figure out how many seconds in 13 years and add that.
michael
@michael
02/15/17 12:27:08PM
7,832 posts

Open Graph tags to gallery front pages?


Jamroom Developers

Thanks. Added to the task list.
michael
@michael
02/15/17 12:24:24PM
7,832 posts

Where can i locate the Form Builder Files ?


Design and Skin Customization

The docs for the Search system are here:

Docs: "Search"
https://www.jamroom.net/the-jamroom-network/documentation/modules/950/search

To add a search box to your index.tpl template in your skin you could add
 {jrSearch_form class="form_text" value="Search"}
To get a search form that searches all modules, or you could just search selected modules if you like.
michael
@michael
02/15/17 12:15:41PM
7,832 posts

Adding text choices to the editor?


Design and Skin Customization

Further to what Douglas said, there is also one in Site Builder to control the editor there if you want to change that one too at:
ACP -> MODULES -> SITE -> SITE BUILDER -> TEMPLATES -> form_editor.tpl -> MODIFY

Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor

--edit--
If you want to alter it in the file system, here is the method to over-ride it for your skin.

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

The files can be found at:
/modules/jrCore/templates/form_editor.tpl
/modules/jrSiteBuilder/templates/form_editor.tpl
updated by @michael: 02/15/17 12:18:10PM
michael
@michael
02/15/17 12:13:02PM
7,832 posts

Having mobile friendly embedded pictures in forum and blog posts?


Using Jamroom

The image widths are just a selection of reasonable sized images:
image size - must be one of: xxsmall,xsmall,56,small,icon96,icon,medium,large,larger,xlarge,xxlarge,xxxlarge,1280,original

Each wording size has a corresponding px size too. They are not designed to match Site Builder columns.

Site Builder columns are 12 wide across the screen, so you can break that up into up to 3 columns. Those widths are % widths that add up to 100%

So site builder could have
6|6 to get to 12 or
4|4|4 to get to 12
8|4 to get to 12
.....
michael
@michael
02/15/17 01:20:46AM
7,832 posts

youtube video search


Suggestions

What you're seeing might be valid. You're right it should go back to the profile page. I've tried here too, it does go back to the profile page for me too.

If you know of steps to take that make it so that it does not go back to the profile page, please let us know so we can get it fixed. :)
michael
@michael
02/15/17 01:18:58AM
7,832 posts

Having mobile friendly embedded pictures in forum and blog posts?


Using Jamroom

nice one. :)

You can use any of the larger image sizes 'xxlarge' 'xxxlarge' 'original' along with the stretch option but large images take longer to load on the page. Its a good idea to try to get the image you want to use just larger than the box that will contain it to get the best balance of speed and clarity.
michael
@michael
02/13/17 12:03:59PM
7,832 posts

Having mobile friendly embedded pictures in forum and blog posts?


Using Jamroom

There is a class img_scale that if added to an image will stretch it out to fit the width of the container.

<img class="img_scale"......

but that should be what the stretch does.

If you could provide some steps I can check it out here to see if there's a better way. Just an image added to via the editor?
michael
@michael
02/13/17 11:13:22AM
7,832 posts

jrProfileTweaks bug


Using Jamroom

Good to hear :)

Thanks for helping us sort this issue out correctly.
  267