Forum Activity for @michael

michael
@michael
01/19/15 06:56:27PM
7,832 posts

Text Permissions


Using Jamroom

Not able to reproduce here.

What i did:
* with jrSlate set as the active skin
* go to ACP -> SYSTEM CORE -> QUOTA CONFIG
* uncheck a few of the active text formatters
* click "Save Changes"
* go to ACP -> SKINS -> NINGJA -> Set as active skin
* return to ACP -> SYSTEM CORE -> QUOTA CONFIG
* add a few more check marks -> Save Changes

Went around like that a few times but am un-able to make it fail.

Could you provide steps to see it happening please so I can check it out.

Thanks
michael
@michael
01/17/15 12:20:02AM
7,832 posts

Asking for input - New Header and Menu concept


Ning To Jamroom

I like that style of layout. Its very similar to the Slate skins one.
- 68KB

updated by @michael: 01/17/15 12:20:17AM
michael
@michael
01/16/15 10:52:48PM
7,832 posts

Rotate uploaded images


Ning To Jamroom

thechocolatelife:....There are times when I really, really really hate Adobe.....
Yup, my complaint is they stopped supporting flash for linux. :(

Tried to play a .swf file in a local player the other day, took HOURS to get something that worked. All I wanted was to pause the damn thing.
michael
@michael
01/16/15 10:49:20PM
7,832 posts

Embedding images as icons or thumbnails


Using Jamroom

The lightbox system is done via javascript. There is no way to make it fire without looking at code.

So by JUST using the WYSIWYG editor there is no way currently implemented.

If you wanted to implement it, you'd need to figure out a way to understand what images you wanted targeted. ( perhaps all the images placed into the WYSIWYG editor)

Then put some script in perhaps the skins footer to fire off the lightbox.

It would be a skin level implementation, not something that would be done by default for all skins.
updated by @michael: 01/16/15 10:50:17PM
michael
@michael
01/16/15 10:37:52PM
7,832 posts

PayPal Buy It Now


Installation and Configuration

There is no module for ticket sales yet. You could sell tickets if you posted the tickets out, but individually numbering tickets for events system does not exist.

You could sell Files and add that file to the events so the file is for sale from the event page, but there would be no way to ensure that that file was only printed/used once.
michael
@michael
01/16/15 10:09:48PM
7,832 posts

sitebuilder ez add slider and slideshow


Suggestions

soaringeagle:...made a big post in ning about it....
Super big thanks for all your effort in letting others know about Jamroom. Its not something we're particularly strong at, marketing, so all word of mouth stuff is really precious.

Much appreciated. :)
updated by @michael: 01/16/15 10:09:56PM
michael
@michael
01/16/15 10:08:06PM
7,832 posts

Proxima Question


Proxima

We're good at writing code. Not so great with marketing speak. What should the usage chart look like?
michael
@michael
01/16/15 10:05:58PM
7,832 posts

Undeleting profile


Using Jamroom

I'm assuming by "Label" that that is a quota you have created. What is a "Label Artist"? Is it one of the profiles that the Power user in the "Label" quota has created?

Each user has a "home profile" you can get that profiles data from the templates via:
{jrUser_home_profile_key key="profile_url"}

where key is whatever profile key you want.

If you could provide steps to on how to setup what you have and outline what your trying to figure out it might be easier to offer a solution.
michael
@michael
01/16/15 09:56:05PM
7,832 posts

Forum


Jamroom Developers

Strumelia:
Boy I hope i will understand the whole 'profile forums'/'forums on profiles' thing before I have to decide on this option and go live...

The debate is between "Do I have one profile for the whole site where users contribute to" vs "Does each profile have their own forum."

An example would be right now we are typing on the forum on the profile for "the-jamroom-network" on jamroom.net. Its a Profile forum because it resides on a specific profile.

VS PhpBB which would be on the top level of the site, not on any one persons profile.

At jamroom.net we use the forum on the-jamroom-network's profile to handle the general site business, then other developers also have their own forums to handle their business.

You can say "Hi" to SteveX of UltraJam over on his forum here:
https://www.jamroom.net/ultrajam/forum

Each profile has a forum. Hence "Profile Forums". If you compare that to the old way we used to do it with jamroom 4
http://archive.jamroom.net/phpBB2/index.php

You can see the section for "Jamroom Solution Providers" at the bottom. That was a single forum for the site with sections for each of the developers.

So is "each profile gets its own forum" vs "one forum with separate sections for xxxxxx"

Strumelia:....Whoever made the recent improvements to the template compare/edit interface....THANK YOU!- it is SOOOOO much easier now!!....
:) Glad you like it, we do.

In case anyone hasn't found it yet, Strumelia is talking about this:

"Using the Compare tool to keep cloned skins up to date"
https://www.jamroom.net/the-jamroom-network/documentation/development/2394/using-the-compare-tool-to-keep-cloned-skins-up-to-date
michael
@michael
01/16/15 09:40:45PM
7,832 posts

going live on new domain in hours need clarification on new base url tool


Ning To Jamroom

thechocolatelife:
Would appreciate help being walked through.... change the nameserver over .....

Currently at http://www.thechocolatelife.info/thechocolatelife/
.....
New domain will be http://www.thechocolatelife.com/
....

* update the name servers so thechocolatelife.com points to the server with jamroom installed.
* edit the /data/config/config.php file.

It probably looks like this:
<?php
$_conf['jrCore_db_host'] = 'localhost';
$_conf['jrCore_db_port'] = '3306';
$_conf['jrCore_db_name'] = 'somedatabasename';
$_conf['jrCore_db_user'] = 'someusername';
$_conf['jrCore_db_pass'] = '12345_the_password_6789';
$_conf['jrCore_base_url'] = 'http://www.thechocolatelife.info/thechocolatelife';

That will change to:
<?php
$_conf['jrCore_db_host'] = 'localhost';
$_conf['jrCore_db_port'] = '3306';
$_conf['jrCore_db_name'] = 'somedatabasename';
$_conf['jrCore_db_user'] = 'someusername';
$_conf['jrCore_db_pass'] = '12345_the_password_6789';
$_conf['jrCore_base_url'] = 'http://www.thechocolatelife.com';

(assuming that the root folder of thechocolatelife.com contains the jamroom install and the jamroom install is not in thechocolatelife.com/thechocolatelife )

Then follow the steps in "Somethings wrong what do I do?"
  602