Forum Activity for @michael

michael
@michael
10/06/16 06:40:42PM
7,837 posts

Jamroom - in the flesh and blood


Off Topic

Riggster:......does anyone have experience .....
You mean leave the cave and go outside? people do that?

No experience here sorry. Just on youtube and yeah its hard. Mainly because its difficult to know at what level to explain it.

I started to like jamroom a few years ago for the the following reasons:
* The code was written in a way that I would write the code if I had written it so it was easy to understand when reading it.
* It was always under active development and releases just kept coming. You rarely had to hack anything, you'd just ask and a way to do it got added in to the core. So it was good for developers to build stuff on.

Since then its kind of taken a different turn from a useful tool for developers to looking more toward non-developers and what they need too. The roots are still there of a great system for developers too and they have gotten better. EVERYTHING is a module and modules can talk to each other. So if you were talking to developers, then everything being a module and all modules being about to pass data around and override stuff before it gets to the end user is a great thing to talk about.

The "Events and Listeners" system allow one module to alter other modules data before it reaches the screen. The "Datastore" system allows other modules to add extra data to any modules database without the need to alter the database structure. The routing system allows modules to override a different modules claim to a URL or to provide extra URL's to extend modules without even knowing about them (check out "Magic Views").

So thats what gets me excited. On another level is what that enables you to build and what has been built.

Because all that exists, Site Builder exists which is the drag-n-drop skin system that allows non-coders to access the modules to bring get the data they're interested in displaying out to wherever they want to display it. Not everyone is a coder. So if its non-coders you're talking to, you'd probably be showing this system along with related modules. Perhaps talking about the structure of the system, how the focus of the system is the profiles and the main part of the site is just a way to showcase what exists on the profiles.

Perhaps the separation of profiles into quotas to allow different allocation of resources to different groups of people. Depends on whether you're talking to people who want to setup their own site and explain how it works, or people who are going to be using an existing site.

Hard to know where to begin.
michael
@michael
10/06/16 06:18:28PM
7,837 posts

Will all skins get updated with new timeline


Design and Skin Customization

means there is an error in the code you're adding, like a missing closing {/if} or something. Check the error log for details.
michael
@michael
10/06/16 06:10:03PM
7,837 posts

tag creators not able to delete their tags?


Using Jamroom

Yes they can delete your tags, they can delete tags. It is conceivable that one moderator who can delete tags and another moderator that can delete tags could have a battle adding and deleting each others tags.

If so, one of them needs to go. :)

Once your tags pass the 1 hour limit, they are safe.
michael
@michael
10/06/16 01:27:39AM
7,837 posts

Jamroom 6 Follow Me skin .. Embedded Videos not showing on Events


Design and Skin Customization

Can see this one happening, will get it fixed up, thanks.
michael
@michael
10/06/16 01:20:56AM
7,837 posts

Jamroom 6 Follow Me skin Audio Player not showing on prifle


Design and Skin Customization

Working for me, can you tell me how to reproduce it so that it DOESN'T show.
michael
@michael
10/06/16 01:19:15AM
7,837 posts

Embedded pictures when moving from Ning to Jamroom?


Ning To Jamroom

The import module takes care of images in blog posts. they are stored locally and the link is updated to use the correct image.
michael
@michael
10/06/16 01:17:18AM
7,837 posts

Posting as admin


Using Jamroom

What action are you doing when you say "share a video for him"? If you are putting a video on your own profile, it will turn up in your own home profiles timeline. When you do anything on someone elses profile as the admin user the timeline remains unchanged.
michael
@michael
10/05/16 07:26:07PM
7,837 posts

auto follow = 'retro'?


Ning To Jamroom

Its not designed to do that. It could be made to do that if the module was altered, but its not an existing feature currently.
michael
@michael
10/05/16 05:51:19PM
7,837 posts

Help Understanding User & Profile Questions/Information


Ning To Jamroom

Here's the {debug} docs

Docs: "{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1477/debug

(from that doc) This is an important thing to understand
Quote:
$_conf = configured variables in the system
$_user = user looking at the screen
$_profile = the profile info of the profile being viewed
$_post = stuff coming in from outside the page
$_items = all the stuff asked for via jrCore_list
michael
@michael
10/05/16 05:42:09PM
7,837 posts

Can I move discussions from a group to my site's community forum?


Ning To Jamroom

:) I reckon, turn the blog off for users in that quota then.
  335