Forum Activity for @brian

brian
@brian
10/01/17 03:52:30PM
10,149 posts

removing home from index page title


Installation and Configuration

Just use jrCore_page_title at the top of your index.tpl file:

{jrCore_page_title title="This will be the page title"}
brian
@brian
10/01/17 03:51:00PM
10,149 posts

Jamroom 6.1 has been released!


Announcements

Glad to hear the upgrade went well - you should have no problems - the only thing you want to check is if you have customized any of the video player templates (i.e. jrVideo_player_dark.tpl, etc.) - there have been some tweaks to the video player templates in the latest video module - just use the "compare" tool to see the changes.

Let me know if that helps.
brian
@brian
10/01/17 03:47:43PM
10,149 posts

Odd Problems


Jamroom Developers

You will not get a comment_parent_id or comment_thread_id if it is the FIRST comment on an item.

Let me know if that helps.
brian
@brian
09/25/17 08:23:46AM
10,149 posts

How to restore a JR site with the Database backup file only?


Installation and Configuration

The problem here is that your 5.3 backup likely has modules "active" in it that are NOT installed on your system. You need to look in the "jr_jrcore_module" table and make sure you have installed EACH module that is in that table - if you're missing even one then you'll get that error, because when JR "starts" it is going to run an include for each module that is active in that table (as defined by the module_active column being set to "1").

Jamroom 5.3 is fully upgradable to 6.1 no problem, so that should not be an issue. The repair.php will fix it all up, but you have to have ALL the modules installed on the file system that are defined in the jr_jrcore_module table.

I see you're not on our hosting - have you considered checking out our hosting? If interested let me know - we can get this working for you.

Let me know if that helps.
brian
@brian
09/25/17 07:34:09AM
10,149 posts

How to restore a JR site with the Database backup file only?


Installation and Configuration

The problem here is that you had a FULL backup of your existing database (which contains the table definitions and table data), and were trying to import it to an database that had existing data in it - that's not going to work. You basically needed to delete all tables in the existing database and THEN import the SQL backup, which will re-create the tables and the data.

A "500" error usually means a PHP/Apache error - it's not database, so you need to look in data/logs/error_log and see what the error is.
brian
@brian
09/25/17 07:16:01AM
10,149 posts

Seeing a lot of ID3 Errors


Using Jamroom

Hi Dazed - version 1.8.2 of the Audio module was released a week ago that fixes this - you just need to update. I can see you are still running version 1.8.1.
brian
@brian
09/22/17 08:10:24AM
10,149 posts

profile domains since core update


Installation and Configuration

SNI is not something you enable. If you're seeing the wrong site returned on port 80 (non-SSL), then something is wrong with you web server, or it is not configured correctly.
brian
@brian
09/22/17 07:56:09AM
10,149 posts

Products beta


Using Jamroom

blindmime:
I see. I hadn’t thought of that. Do you have plans to do the template work as part of the default module item list and details? Maybe an extra Bundles-type module would work, but instead of a package of products it’s a selection of products within a collected bundle.

Yes - we'll be expanding this module. Right now this first beta is just to get it out there. I won't have time to work on it for a few more weeks, but didn't want to sit on it - better to get it out and get feedback.

Quote:
Have there been any thoughts about hooking into a shipping API in the cart?

Yes - but it would be integration with a 3rd party service that would do this - we are not going to develop our own shipping API for the module. Entire companies are built around this ONE feature, so to expect us to do it all as part of this module isn't realistic. Instead, we've developed some hooks in the cart that would allow us to integrate 3rd party shipping functionality. If you have any 3rd party shipping providers you think would be a good fit, let us know.

Thanks!
brian
@brian
09/22/17 07:52:46AM
10,149 posts

profile domains since core update


Installation and Configuration

If you are using Profile Domains, the browser must support "SNI":

https://en.wikipedia.org/wiki/Server_Name_Indication

If you have multiple sites on your server using SSL, then to be backwards compatible each SSL site should be on its own IP address. Older browsers and ANY browser on Windows XP do not support SNI. So it could be the remote speed test site is using a browser to "run" your site that does not support SNI.
brian
@brian
09/22/17 07:50:08AM
10,149 posts

Any examples of adding an item to pending?


Jamroom Developers

This would need something custom to basically flip the "profile_active" key on the profile data from "0" (inactive) to "1" (active). The pending system does not work with profiles.

Let me know if that helps.
  103