Forum Activity for @brian

brian
@brian
06/14/17 06:53:16AM
10,149 posts

Profile Search Requires Wildcard


Using Jamroom

The problem here is that "ChinaNews" is a very different word than "China". "China News" (with space) will be found or course, but without the space the full text index is not going to see "chinanews" as being the same as "china". Make sure in ACP -> Listing -> Search -> Global Config you have enabled the "Include Partial Matches" option.

In reality I think you'll find this to be a non issue when searching your site.

Let me know if that helps.
brian
@brian
06/14/17 06:50:21AM
10,149 posts

Hosted uploading videos issues


Design and Skin Customization

Your rewrite rules section is wrong - this:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ modules/jrCore/router.php?_uri=$1 [NC,L]


RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Needs to be this:

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ modules/jrCore/router.php?_uri=$1 [NC,L]

updated by @brian: 06/14/17 06:51:02AM
brian
@brian
06/13/17 11:03:53AM
10,149 posts

Jamroom 6.1 Beta Kickoff


Announcements

RickStaRr:
Thanks Brian, just wanted to say thank you & kudos on the JR project, I've been using the system every since v3. It has came a long way

Awesome - I really appreciate the positive feedback and thanks for hanging with us all these years :)
brian
@brian
06/13/17 10:03:26AM
10,149 posts

Jamroom 6.1 Beta Kickoff


Announcements

Yep I see that - typically the search would be part of the menu however - we can check that out.
brian
@brian
06/13/17 09:52:53AM
10,149 posts

Hosted uploading videos issues


Design and Skin Customization

Upgrading to 6.1 + the new Video module will fix up playback issues on a number of browsers. Just make sure after upgrading that you go into the ACP -> Profiles -> Video -> Tools and run the "Verify Video Files" tool so the proper video files are created. Note that you will need some extra disk space since the new files can be a little bit larger than previously.
brian
@brian
06/11/17 08:54:22AM
10,149 posts

Need to tweak a customization of Index/main page Timeline "comments".


Using Jamroom

I have made the changes - let me know if that looks better.
brian
@brian
06/11/17 08:51:22AM
10,149 posts

Need to tweak a customization of Index/main page Timeline "comments".


Using Jamroom

I'll have to manually add the changes in to your site. I'll do that and let you know.
brian
@brian
06/11/17 08:41:10AM
10,149 posts

just got the hosting


Jamroom Hosting

Do this:

- open a ticket with us that contains your Mailgun login and the email addresses you want to have setup and WHERE they should be forwarded to
- we will set it up so it all works.

Thanks!
brian
@brian
06/11/17 08:39:54AM
10,149 posts

Need to tweak a customization of Index/main page Timeline "comments".


Using Jamroom

I believe we have this fixed for the next Core release. It's in a very tricky area that has to do with optimization of sub queries when there are datastore items that could be missing custom keys. I have tested here and don't see the issue, but Michael was able to replicate it and I have a fix in that Michael says has fixed it for him.

So that will be out in the next Core beta (6.1.0b4).
brian
@brian
06/11/17 08:26:21AM
10,149 posts

just got the hosting


Jamroom Hosting

You just need to do like Michael has pointed out. You need to create a NEW email alias for the email addresses on your domain. Have this setup with you Gmail or Yahoo (or whatever) account. Then, when someone sends email to whatever@yourdomain.com you'll receive it at your gmail account (or whatever email you setup in the alias).
  123