Forum Activity for @brian

brian
@brian
01/14/19 08:58:13AM
10,148 posts

Make Custom Module Pages Searchable


Jamroom Developers

To make your module work with search you just need to register for it in your module's init function:

jrCore_register_module_feature('jrSearch', 'search_fields', 'myCustomModule', 'key_one,key_two', 'Item Title');

Where:

key_one and key_two are the datastore key fields you want to search (you can have from 1 to N fields - as many as you want) and "Item Title" is the title that they will show up under when a result is displayed.

For jrCore_list you don't have to do anything at all - it is automatic once you use a datastore in your module.
brian
@brian
01/12/19 07:37:12AM
10,148 posts

Can't get SSL to work


Using Jamroom

hello77957:
Hi, yes i'd checked and re-checked the config.php (also deleted the cache folders). I'm using the Elastic2 skin 'as is'.

Strangest thing, I've just tried the site again with https and it seems to be working. It's enabled from my server end but not in jamroom config. I'm loathe to 'fix it when it aint broken' but will it cause any issues down the line if I don't have the redirect in the config file?

I'm not sure what you mean about a "redirect" in the config file. There's only one URL setting in the data/config/config.file - make sure it is set with https - i.e.

$_conf['jrCore_db_host'] = 'https://www.yoursite.com';

I'd do it in these steps:

- log in to your site before changing anything and go to Developer Tools and turn on Developer Mode - that will prevent caching from playing a part
- make the change in the data/config/config.php file to update your URL to the SSL version of the URL

That's pretty much it - you can add a forced redirect from non-SSL to SSL in your .htaccess file once you're sure everything is working.

Let me know if that helps.
brian
@brian
01/12/19 06:37:14AM
10,148 posts

Video Poster Background Not Showing


Using Jamroom

This is not related to profile domains - it's a profile privacy issue like I outlined above.
brian
@brian
01/09/19 07:23:16AM
10,148 posts

Site Gone Down


Using Jamroom

ukdenny:
[08-Jan-2019 20:07:29 Europe/Dublin] PHP Fatal error: require_once(): Failed opening required '/home/muchchea/public_html/songblitz.com/modules/jrCore/contrib/jsmin/jsmin.php'

Looks like your site is missing some files. Did you manually upload the files to your site or did you upgrade directly from within the marketplace module?
brian
@brian
01/09/19 07:21:53AM
10,148 posts

Video Poster Background Not Showing


Using Jamroom

Of course we test Jamroom on a variety of browsers, but we're a small team - there's no way for us to test on every combination of OS/Browser/Device.

The reason this image is not showing is that the profile it is located on has it's profile set to private:

https://wuji.zone/video/image/video_image/21/xxxlarge/image.jpg/crop=807:452?debug=1

If you don't see an image and are wondering why, add "?debug=1" to the end of the image URL while logged in as an admin user and it will tell you why.

Also - I need to point out that you are using the Profile Domains module, which is no longer generally supported - I personally continue to support it for those sites already running it the best I can, but like I mentioned in one of your tickets recently - for security reasons browsers are making it harder and harder to load elements "cross domain", which is how the profile domains module works. I believe it's OK for now, but I would recommend making plans to move away from using that module and switch to a single domain model - I am sure there will be a time in the future where it will no longer function correctly and I won't be able to "fix it" it to make it work.
brian
@brian
01/07/19 07:04:47AM
10,148 posts

new value


Jamroom Developers

Awesome - glad this worked out :)
brian
@brian
01/07/19 07:03:41AM
10,148 posts

banned items email wildcards and preview changes


Suggestions

soaringeagle:
my 1 site freedomswings.org is getting bombarded by 100 fake accounts a day ive been banning ips
but simply banning @*.ru would eliminate at least 35%

Create a new banned email address with just ".ru" as the value.
brian
@brian
01/07/19 07:00:01AM
10,148 posts

Video Poster Background Not Showing


Using Jamroom

The reason no image is showing is that there is no "poster" directive in the player. How is this being embedded? Is it an album? playlist?

Thanks!
brian
@brian
01/04/19 07:54:45AM
10,148 posts

New Install, Error 500, Can't Run Install


Installation and Configuration

Yes - there is a .htaccess file in the installation package. My guess is the cpanel installer doesn't know how to handle it - I'd recommend using a quality SFTP client instead. Note that on your MacBook files that begin with a . are considered "hidden" so won't show. If you drop into a terminal window you will see it - see my screenshot.
download-contents.jpg download-contents.jpg - 274KB
brian
@brian
01/04/19 07:41:39AM
10,148 posts

New Install, Error 500, Can't Run Install


Installation and Configuration

natalie:
What is strange is that in the package I downloaded there was no .htaccess file. See my screenshot of the decompressed zip file. Can you confirm that the contents of the file I downloaded are all in tact?

Thanks!

It's there - it's a hidden file. All files that start with a . are considered "hidden". In your FTP client make sure you've set the option to "show hidden files". Let me know if that helps.
  44