Forum Activity for @michael

michael
@michael
06/13/18 07:03:24PM
7,823 posts

cannot access data or users after migration


Installation and Configuration

I would do what paul said. then when I got to the white screen check the error log at:
/data/logs/error_log
to see what it contained.

Then fix whatever error it was complaining about.
michael
@michael
06/13/18 07:01:05PM
7,823 posts

Conditional Form Fields


Jamroom Developers

You'll need to make your own custom module and have it register its own custom form field. Then you can use javascript to turn on/off the fields as they are needed.

Take a look at the jrTags/include.php file it registers a Form Field that uses javascript.

This goes in its _init() function to register,
    // form field
    jrCore_register_module_feature('jrCore', 'form_field', 'jrTags', 'tags');

Then you will find all the code making it go down the bottom of the file.

To see other instances of form fields registered do a codebase search for
_display($_field, $_att = null)
to see the _display function for each form field. all of the form fields will have that one, but sometimes have others like _validate() _assembly() and others to help get it into the right shape.
michael
@michael
06/13/18 06:50:52PM
7,823 posts

Header editing


Design and Skin Customization

which skin is it?
michael
@michael
06/12/18 08:48:05PM
7,823 posts

Help removing pager


Using Jamroom

index_forum.tpl is a skin template file, its not part of, or overriding a jrForum module template, so you should be fine.

Try it, see if it works, if it doesn't, revert. ( but it should work )
michael
@michael
06/12/18 08:45:36PM
7,823 posts

cannot access data or users after migration


Installation and Configuration

ukdenny:
I installed a new site buy downloading from jamroom
Then I changed the config file details to the previously installed database after importing the old sql.
Then I re-installed the modules from the market place from within the site.
Ran integrity
Than I uploaded the data files by ftp from the previously downloaded site.
Ran Integrity

That should be it. You've moved the files, and moved the database, there is nothing else.
michael
@michael
06/12/18 08:42:27PM
7,823 posts

What Happened to Sharethis module?


Using Jamroom

well done. I wasn't understanding. :)
michael
@michael
06/12/18 04:01:29AM
7,823 posts

System Status Issue


Installation and Configuration

The same steps you took to get ffmpeg working, you'll need to do for the other tools.

The issue is your server is not able to use/not letting you use the tools that came with the jrSystemTools module.
michael
@michael
06/12/18 03:59:42AM
7,823 posts

What Happened to Sharethis module?


Using Jamroom

Zachary Moonshine:
whats the link to sharethis that shows in the new module?

??
michael
@michael
06/12/18 03:54:37AM
7,823 posts

new beta core updates on 1 site, not the other


Using Jamroom

Same as usual. You need to pinpoint what the issue is. Understand what the issue is complaining about. Change it to a format that will work without complaint.

500 is an "Internal Server Error" so the resource to help you on step1 is the server error log.
michael
@michael
06/12/18 03:51:38AM
7,823 posts

How to Sell a Designed website off JR server ?


Jamroom Developers

Another option if you wanted ongoing upkeep for your clients sites: instead of giving the sites and the hosting to your customers after they're finished, I'd sell the site along with a service package:

We have a structure that will work very will for design and development teams.

We have hosting. For you the server creating panel is here:
https://www.jamroom.net/cankayawebtasarim/hosting/overview

From there you can create as many domains as you like and they are all included in the cost of the server, so for a design team:

* You buy the hosting from us
* That allows you to use all the open source AND premium modules that we make
* You can build sites for your clients using the jamroom system and charge them whatever you like for creation and monthly hosting and maintanence on your account.

You make money from the development of client sites and the monthly maintenance paid by your clients.

By using a single server for multiple domains, you're lowering your monthly cost per domain lower than a single site taking up a whole server so your clients will end up saving money by paying you a monthly fee over renting the whole server for themselves.

Win for you and your clients.
  125