Forum Activity for @michael

michael
@michael
02/22/17 02:07:46AM
7,832 posts

Reversing the order of replies to forum discussion (newest first)


Using Jamroom

Strumelia:....
Other question: I have a jrForum_item_index.tpl in my custom skin. Is that the template that your code should go in? ....
jrForum_item_index.tpl over-rides /jrForum/templates/item_index.tpl

Paul's code indicates the template is /jrForum/templates/item_detail.tpl so the skin over-ride method would have that file copied to your skin as jrForum_item_detail.tpl.

Or you could use the ACP method to put the code in there if preferred
ACP -> MODULES -> PROFILES -> FORUM -> TEMPLATES -> item_detail.tpl -> MODIFY

Docs: "Altering a modules template"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1051/altering-a-modules-template
michael
@michael
02/22/17 02:01:44AM
7,832 posts

Amazon Linux: install gives error: jrCore_checktype: unable to load checktype plugins


Installation and Configuration

hi Kwezi,

What point is it happening for you at? Are you able to get into the ACP to run the integrity check and view the System Check tools?
ACP -> MODULES -> CORE -> SYSTEM CORE -> TOOLS -> INTEGRITY CHECK
ACP -> MODULES -> CORE -> SYSTEM CORE -> TOOLS -> SYSTEM CHECK

If yes, do those. If No, try running the repair script.

There is a script in the root folder called repair.php.html, rename that to repair.php and access it with from a browser.

Docs: "Somethings wrong what do I do? : repair.php"
https://www.jamroom.net/the-jamroom-network/documentation/troubleshooting/114/somethings-wrong-what-do-i-do#if-you-cannot-get-in-to-the-acp

See how far that gets you.
michael
@michael
02/21/17 06:54:46PM
7,832 posts

We're buildng an FAQ for jamroom.net. Which Questions should be on it?


Using Jamroom

michelle fuhlbohm-wylde:
.....Can you run CRM's within a social network?or a business intranet?.....
This definitely is not a Frequently asked question. ;)

Ask it in the forums, I'm not sure I understand it. :)
michael
@michael
02/21/17 06:10:18PM
7,832 posts

Page Creator Not Working


Installation and Configuration

* Visit the page.
* click the gear icon to edit the page
* change the visibility from: "Page is visible on profile" -> "Page is visible on Main Site"

That will make them show up in the list in the ACP. otherwise they will show in the list on the profile.
michael
@michael
02/20/17 05:20:42PM
7,832 posts

Execute JS after User Login


Jamroom Developers

I've setup a video streaming server channel on https://www.liveedu.tv/jamroomdev

It tweets to https://twitter.com/jamroomdev. whenever it goes live.

I'm going to try out solving problems while streaming it to see if its useful at all to anyone. See how it goes.
michael
@michael
02/20/17 12:40:55PM
7,832 posts

Adding users


Jamroom Developers

The front page of Follow Me has the refresh there on purpose. The section is "Who to Follow" so as soon as the + button is clicked to follow that user, the user is being followed. The page refresh is done so the "Who to Follow" section stays fresh with new users to follow.

Will add your idea of making it ajax to the suggestions for improvement for that skin.

Thanks.
michael
@michael
02/20/17 12:24:34PM
7,832 posts

Chart 'Days' dropdown


Design and Skin Customization

Your question is too large there is no place to start to answer it. The code in your second post is the HTML code for a dropdown select list.

It contains a javascript function that fires when the dropdown changes. That function is defined in the jrAudio module.

Its unclear where you're trying to add it to, or what the goal is.
michael
@michael
02/20/17 12:05:40PM
7,832 posts

Execute JS after User Login


Jamroom Developers

Jamroom could use more developer level users in the community. Happy to help get you up to speed @softdesigns

keep the questions coming. :)
michael
@michael
02/20/17 11:54:00AM
7,832 posts

Conditional if browser


Design and Skin Customization

In a .tpl template file the available functions along those lines are:
{if jrCore_is_mobile_device()}
{if jrCore_is_tablet_device()}

There currently is no smarty function to determine which browser is being used. If you wanted to create one, you could use a custom smarty function.

Docs: "Defining your own SMARTY function"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1569/defining-your-own-smarty-function
  263