Forum Activity for @michael

michael
@michael
02/17/17 11:26:24PM
7,826 posts

Execute JS after User Login


Jamroom Developers

instead of the javascript_footer_function, try 'javascript_ready_function'

As that code is in the header, but wrapped to fire in an
$(document).ready()

The footer function might work too if you wrap it in an on-ready function code to fire when the page is ready to go.

Give each a go. Thing to test is to see if your alert('TEST: Alert On SignIn'); is being placed in the footer after sign-in. If it is, then all that is needed is to get it firing.
michael
@michael
02/17/17 11:21:54PM
7,826 posts

youtube video search


Suggestions

For me i cant reproduce "when i try to close nothing happens". For me it goes back to the list.

Could you send us some login details for where you can see it happening. Maybe its only happening on your site. I can check it out.

what I think the steps are:
* select + to add to youtube
* select search
* search for some videos
* add a selection of them via the checkbox and save buttons
* click CANCEL

EXPECTED:
That you will be taken back to the profile list of videos.

ACTUAL:
That nothing happens .

I can test that on your site from here if you like.
michael
@michael
02/16/17 08:33:31PM
7,826 posts

No custom background images after update


Design and Skin Customization

hard to understand the situation. Nate or Douglas who work with the skins may know the solution with the current explanation, for me if you could explain it a bit more in depth, that would help me help out. :)

"No background images when using the custom setting in profile. "
Reads like you've put some custom backgrounds in. Could you explain the steps you took to do this please so i can understand.

Guessing thats going to be the key point, how you got that customization in.


Thanks.
michael
@michael
02/15/17 05:50:16PM
7,826 posts

Open Graph tags to gallery front pages?


Jamroom Developers

This has been added to the module in the marketplace. update to jrGallery 1.8.7.
michael
@michael
02/15/17 04:34:09PM
7,826 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,826 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,826 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,826 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,826 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,826 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
.....
  266