Forum Activity for @brian

brian
@brian
01/12/17 12:18:28PM
10,149 posts

Licence not work in trial period


Installation and Configuration

info34408:
densvenskavisan.com

Everything on your account is correct. You are not going to be able to download the modules and skins as ZIP files from the site here (since you're only in a trial) - you just can install/update from your site's Marketplace.

Let me know if that helps.
brian
@brian
01/12/17 12:14:55PM
10,149 posts

Pay pal Buy now button missing


Design and Skin Customization

Yeah that does not look right - what's weird is that the button is from the module - not the skin - so I am not sure why it's not displaying correctly on the other 2 - probably a CSS issue, so we will check that out.

Thanks!
brian
@brian
01/12/17 11:39:00AM
10,149 posts

Unable to embed images with an apostrophe in the image filename.


Using Jamroom

I see this not working and we'll get it fixed.

Thanks!
brian
@brian
01/12/17 11:23:14AM
10,149 posts

Licence not work in trial period


Installation and Configuration

I see there are 2 sites under your account:

http://densvenskavisan.se

and

http://densvenskavisan.com

Which one are you seeing the issue on?

Thanks!
brian
@brian
01/11/17 03:32:26PM
10,149 posts

glitch when posting links to site media urls in comments/posts


Using Jamroom

If the remote page has OG tags, then a card gets created, otherwise it is just a "plain" URL.

To be honest, the "card" ability we added in JR6 has been a bit rocky - there are WAY more corner cases then we ever uncovered in our beta testing, so it's been an ongoing process getting it "tight". Note that if you do NOT want the cards to show up on your site, you can go into Core -> Quota Config and uncheck the "Media URL Scanner" option from the Active Text Formatters - that will turn it off.

Let me know if that helps.
updated by @brian: 01/11/17 03:32:39PM
brian
@brian
01/11/17 03:24:52PM
10,149 posts

search issue on new skin


Design and Skin Customization

jrSearch_modal_form() is looking for a specific DOM ID:

#searchform

So make sure you have a DIV in your HTML with that ID - THAT is what will become the modal window.
brian
@brian
01/11/17 03:22:45PM
10,149 posts

glitch when posting links to site media urls in comments/posts


Using Jamroom

I just posted a URL to my timeline:

https://www.jamroom.net/brian/timeline

That "card" about Russel Wilson is a "card". That was created for me when I pasted this URL:

http://sports.mynorthwest.com/232636/seahawks-russell-wilson-glad-to-ditch-knee-brace-for-playoffs/

into my Timeline status update.


updated by @brian: 01/11/17 03:23:23PM
brian
@brian
01/11/17 03:21:18PM
10,149 posts

glitch when posting links to site media urls in comments/posts


Using Jamroom

Strumelia:
'Pasted into the editor'...where, how?

Imagine you have the WYSIWYG editor up and you just paste this:

https://www.jamroom.net

into the editor. I.e. you do NOT click the "link" button.

Strumelia:
I also don't know what a 'card' is.

A "card" is what it's called when you the URL Scanner turns a "plain" URL into a little box that has an image and title for the URL.
updated by @brian: 01/11/17 03:21:39PM
brian
@brian
01/11/17 03:13:18PM
10,149 posts

Unable to embed images with an apostrophe in the image filename.


Using Jamroom

I've got a ticket open on this - we'll get it checked out.

Thanks!
brian
@brian
01/11/17 03:11:00PM
10,149 posts

Login Event Listener


Jamroom Developers

SoftDesigns:
Lesson: For JR Development, having DocBlocks show in our IDE is essential

Yep - all JR functions are docblocked, which really helps in an IDE :)
  168