Forum Activity for @douglas

douglas
@douglas
09/19/16 05:54:29AM
2,807 posts

Latest Comments - HTML Markup Displayed


Using Jamroom

Dazed:
I am using jrComments on my side_home.tpl/side_comments.tpl file and wanted to see how to resolve this issue. When a user uses the quote option to reply, I am seeing the html markup for the quote in the comment. Ideally I should see some different color and the username on the block quote vs the html code.
Thanks!

I've got this fixed for the next release.

In your skins/jrProJam/side_comments.tpl, change the comment text variable from this:

{$item.comment_text|truncate:200:"...":false|jrCore_strip_html}

to this:

{$item.comment_text|truncate:200:"...":false|jrCore_format_string:$item.profile_quota_id}

Hope this helps!
douglas
@douglas
09/17/16 03:12:49AM
2,807 posts

On-Site Videos disappeared after installing Video (Combined) module


Using Jamroom

Now that you can get to both the video and combined video info tabs, and you still want to use the combined video module, change the video module URL to uploaded_video and the combined video module URL to video.

That should allow you to see uploaded videos at somesite.com/uploaded_video and all videos at somesite.com/video.

Hope this helps!
updated by @douglas: 09/17/16 03:13:32AM
douglas
@douglas
09/16/16 11:50:32AM
2,807 posts

PayPal Buy It Now


Installation and Configuration

Have you disabled FoxyCart for the quotas your wanting to use PayPal on?

I don't believe they'll work together.

Hope this helps!
douglas
@douglas
09/14/16 01:33:14PM
2,807 posts

Is Geo Location a static Signup field?


Using Jamroom

You can use the GEO module for it, that way your users don't have to worry about updating, but by default the location, zip and country fields are not setup in the profile settings form, however... They can be added via the form designer.

Go to your modify profile form and click the form designer button at the top right of the form. Then add in the following fields...

New Field Name:
profile_location - type: text
profile_zip - type text
profile_country - type text

Form Designer Docs:
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/1275/using-the-form-designer

Hope this helps!
updated by @douglas: 09/14/16 01:33:35PM
douglas
@douglas
09/14/16 11:14:08AM
2,807 posts

Is Geo Location a static Signup field?


Using Jamroom

Yeah, she'll have to change her location in her account settings.

The GEO use the IP of the user that is visiting the page, it gets the IP when the user visits the page, not during login or signup.

Hope this helps!
douglas
@douglas
09/14/16 08:47:37AM
2,807 posts

Is Geo Location a static Signup field?


Using Jamroom

Elise:
Is it updated per login? or static from signup?
Yes, she changed provider.

Have you reset your cache lately?

ACP > System Tools > Reset Cache
douglas
@douglas
09/14/16 07:46:27AM
2,807 posts

Is Geo Location a static Signup field?


Using Jamroom

I believe the GEO location goes off the users IP address.

Did her IP address change after she moved?
douglas
@douglas
09/13/16 12:10:12PM
2,807 posts

What causes a Youtube video to show the embed code instead of the video?


Using Jamroom

The URLScan module doesn't use the code

[jrEmbed module="jrYouTube" youtube_id="xhrZL8vHICs"]

That is for the jrEmbed module, if you want to use the URLScan feature, just paste the YouTube link in the post.
https://www.jamroom.net/the-jamroom-network/documentation/modules/2894/media-url-scanner

If your trying to embed, make sure you've got the jrEmbed module installed.
https://www.jamroom.net/the-jamroom-network/documentation/modules/194/editor-embedded-media

Hope this helps!
douglas
@douglas
09/13/16 05:53:27AM
2,807 posts

How to add the who is online for the entire site?


Using Jamroom

I think what your seeing is the forum modules who is active on the forum, I'm not sure that is going to work as a site wide "who is online". The code I've given will only work for logged in users.
douglas
@douglas
09/13/16 05:51:03AM
2,807 posts

How to add the who is online for the entire site?


Using Jamroom

pch:
Hi Douglas,
Thanks. So Can you explain how come is the Who is online in this JR website showing to visitor?
Thanks

You can see who is online when logged out here on jamroom.net?
  88