Forum Activity for @ultrajam

SteveX
@ultrajam
02/03/22 02:46:24AM
2,587 posts

Skype


General

It depends on the layout of your site, it was originally used in the sidebar of a support profile page.

I don't have any screenshots - this module hasn't been in use for 8 years or so. It may not be in a working state.

It wasn't intended to be used on all profiles, but it does depend on your network.

Yes, but you would have to check each skype name in your smarty template. Probably easier to vary the position by quota rather than smarty name.
SteveX
@ultrajam
02/03/22 02:36:21AM
2,587 posts

Skype plugin module


General

Hi, I haven't installed this for the past 8 years or so. It's very likely that something has changed in Jamroom or at Skype in that time, so it's possible that the module no longer works.

You do need to add code to a template, I will answer in the other thread.
SteveX
@ultrajam
04/21/21 01:21:19PM
2,587 posts

Like


Suggestions

Who am I kidding? I LOVE these forums!
SteveX
@ultrajam
04/21/21 01:19:42PM
2,587 posts

Like


Suggestions

Reading through the forum I keep reaching for the Like button although I know it's not there. I guess I've got used to being social on Teams and Slack over the past year.

There is so much to just "Like" in the Jamroom forums.
updated by @ultrajam: 07/21/21 03:59:36PM
SteveX
@ultrajam
10/28/20 01:59:30PM
2,587 posts

How does Webshot module (in the JR Core) work and what is it for?


Using Jamroom

I strongly doubt that you have any need for it.

I haven't used this module for some time, so it is very possible that it no longer works as intended.
SteveX
@ultrajam
06/16/20 09:20:21AM
2,587 posts

livesearch field id has changed


Jamroom Developers

Yes, that works great!

Thanks Michael and Brian!
SteveX
@ultrajam
06/15/20 04:17:48AM
2,587 posts

livesearch field id has changed


Jamroom Developers

No, not when I look at the source, there is only this:
<input type="text" id="ls9ce955df2024e04d2cecf51dadbc70ba" class="form_text" name="ls9ce955df2024e04d2cecf51dadbc70ba" value="SteveX" tabindex="2" onfocus="if($(this).val() == 'search'){ $(this).val('').removeClass('live_search_text'); }">
SteveX
@ultrajam
06/15/20 04:07:12AM
2,587 posts

livesearch field id has changed


Jamroom Developers

.live_search_text doesn't appear in my html
updated by @ultrajam: 06/15/20 04:09:46AM
SteveX
@ultrajam
06/15/20 03:32:00AM
2,587 posts

livesearch field id has changed


Jamroom Developers

A jQuery one:
$("#mymod_profile_livesearch_value").on( "change", function() {
SteveX
@ultrajam
06/15/20 03:00:52AM
2,587 posts

livesearch field id has changed


Jamroom Developers

Hi Michael, the field used to have the id mymod_profile and the hidden field used to be mymod_profile_livesearch_value, but now the field is ls8098794ccd5cc6954208a17efdfed1c0, an md5 of the form token.

It's the hidden field change which is listened for, it changes after the user has made their selection.

This is what I see in the form html:

<input type="text" id="ls8098794ccd5cc6954208a17efdfed1c0" class="form_text" name="ls8098794ccd5cc6954208a17efdfed1c0" value="SteveX" tabindex="2" onfocus="if($(this).val() == 'search'){ $(this).val('').removeClass('live_search_text'); }" autocomplete="off">

<input type="hidden" id="ls8098794ccd5cc6954208a17efdfed1c0_livesearch_value" name="ls8098794ccd5cc6954208a17efdfed1c0_livesearch_value" value="">
  3