Forum Activity for @ultrajam

SteveX
@ultrajam
08/15/17 03:58:27PM
2,589 posts

Audio files path


Installation and Configuration

Probably in the users directory within /data/media/
SteveX
@ultrajam
08/15/17 01:17:18AM
2,589 posts

Use of blockquote tag in tinyMCE under Follow Me skin


Design and Skin Customization

The UWE site still has an edited core to get rid of line breaks in ol and ul, they appear inside the lists which breaks validation.

In jrCore/lib/smarty.php
function jrCore_remove_unwanted_breaks($string)
{ if (strpos(' ' . $string, "<br>")) { // fix ul if (strpos(' ' . $string, "<ul")||strpos(' ' . $string, "<ul")) { $_tmp = explode( "\n", $string); if ($_tmp && is_array($_tmp)) { foreach ($_tmp as $k => $line) { if (strpos(' ' . $line, "><br>")) { $_tmp[$k] = str_replace("><br>", '>', $line); } } $string = implode("\n", $_tmp); } }
https://www.jamroom.net/the-jamroom-network/forum/jamroom-developers/38900/tinymce-inserting-line-breaks-into-some-list-items
SteveX
@ultrajam
08/12/17 01:26:11PM
2,589 posts

Bootstrap 4 is now Beta rather than Alpha


Off Topic

Might not be of significance to many here, but it sure is to me :)

And the docs are lovely: https://getbootstrap.com/docs/4.0/getting-started/introduction/
updated by @ultrajam: 11/11/17 07:06:35AM
SteveX
@ultrajam
08/11/17 02:42:20PM
2,589 posts

Jamroom.net Forum signature change is not saved


Using Jamroom

Looking back at the sig change form it still shows the old sig (ie not the one which currently shows beneath my posts)
https://www.jamroom.net/the-jamroom-network/forum/user_settings

Looks like the form is cached, and the forum is cached until I actually post a new reply, and even then the form is still cached.
SteveX
@ultrajam
08/11/17 02:39:48PM
2,589 posts

Jamroom.net Forum signature change is not saved


Using Jamroom

Now that I have posted it HAS changed.

Give me a moment to repeat that process.
SteveX
@ultrajam
08/11/17 02:38:51PM
2,589 posts

Jamroom.net Forum signature change is not saved


Using Jamroom

When I try to change my signature here on the Jamroom.net forum I get a success notice but the sig is not changed in the text area or beneath my forum posts.

It isn't due to the length of the sig as it isn't saved even if I reduce it to a few characters.
updated by @ultrajam: 12/12/17 03:27:26PM
SteveX
@ultrajam
08/11/17 02:31:37PM
2,589 posts

Page Break Not Functioning


Installation and Configuration

You probably need to pass in the page number as well.

Probably page=$_post.p in your jrCore_list function.

Put {debug} in your template to see if the page number is set in $_post
SteveX
@ultrajam
08/07/17 02:25:20AM
2,589 posts

How to turn off the e-commerce Cart icon in my site menu?


Using Jamroom

It's really very simple.

Just cut and paste the code from this page:
https://www.paypal.com/yt/cgi-bin/webscr?cmd=_pdn_donate_techview_outside

For different levels of donation just make multiple buttons, then change the amount for each one.
SteveX
@ultrajam
07/25/17 03:13:20AM
2,589 posts

Image Display Query


Using Jamroom

@lornawebber If you want users to have access to the full size file and show them the largest possible version of the image, the simplest way is to open the original image in a new tab. The resize you want is default behaviour for displaying an image in a browser tab.
SteveX
@ultrajam
07/20/17 12:11:47AM
2,589 posts

Integrity check doesn't complete jrCore 6.1.0b6, jrAction 2.0.10


Using Jamroom

Thanks Michael

Login details sent via support ticket
  32