solved Lots Of Issues With Updates

derrickhand300
@derrickhand300
5 years ago
1,353 posts
I just had to roll back the system core and every other update to get my site working properly again
The issue I have been reporting is the file TYPE being added to alt tags IMAGES I UPLOAD in my Custom News Module

The Tinymce editor now adds to much spacing between paragraphs- ive seen this one several years ago- probably a css issue?

I have a custom mod that adds an advertisers ad after any line break...that no longer works...

Just thought i would keep reporting the issues
Thanks
updated by @derrickhand300: 12/09/19 09:45:02PM
michael
@michael
5 years ago
7,692 posts
Sounds like 'nl2br' is the cause of the extra line breaks at a guess. Im not seeing it here, but the fix is probably:
* take a look in your template for wherever its displaying and if it did look like this:
{$item.blog_text|jrCore_format_string:$item.profile_quota_id}
Then block 'nl2br' by changing it to this:
{$item.blog_text|jrCore_format_string:$item.profile_quota_id:null:nl2br}

That code is for BLOG though, so it depends on what module your using as to whether the base variable is the same or not.

--edit--
not seeing the issue in blogs, where are you seeing it?
blog.jpg
blog.jpg  •  488KB


updated by @michael: 08/20/19 08:32:44PM
michael
@michael
5 years ago
7,692 posts
Actually, your two issues appear to be connected. I was not seeing the issue with the BR's after paragraphs until I added an image with the upload image editor, then the extra line breaks appeared.

My guess is some change in the way the upimg module works is the cause of both the .jpg and the extra br's.

Will look into it.
brs.jpg
brs.jpg  •  295KB

brian
@brian
5 years ago
10,136 posts
I know why the extra spacing issue is happening and am fixing it for the next core release.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
5 years ago
10,136 posts
Update to Core 6.4.0b6, reset caches and this should be fixed. Let me know if that looks better.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
michaeld
michaeld
@michael-d
5 years ago
92 posts
Not seeing this update in the marketplace channel


--
Thank You
~Michael
Audio Engineer | Graphic and Design |

https://www.damatoproduction.com
https://www.HomeStudioMusicProduction.com
https://www.ShotsInOrder.com
https://www.playgroundz.rocks
michael
@michael
5 years ago
7,692 posts
michaeld:
Not seeing this update in the marketplace channel

What update are you looking for?
michaeld
michaeld
@michael-d
5 years ago
92 posts
The one Brian replied to 2 messages up


--
Thank You
~Michael
Audio Engineer | Graphic and Design |

https://www.damatoproduction.com
https://www.HomeStudioMusicProduction.com
https://www.ShotsInOrder.com
https://www.playgroundz.rocks
paul
@paul
5 years ago
4,325 posts
The Core has now been updated to stable version 6.4.0 so the beta is no longer available.
Just make sure you are updated to that version (also all latest additional modules) and you should be fixed up.
hth


--
Paul Asher - JR Developer and System Import Specialist
michaeld
michaeld
@michael-d
5 years ago
92 posts
Ok...seems to be issues with the skins in the stable version...slides? placeholders images? all confused


--
Thank You
~Michael
Audio Engineer | Graphic and Design |

https://www.damatoproduction.com
https://www.HomeStudioMusicProduction.com
https://www.ShotsInOrder.com
https://www.playgroundz.rocks
nate
@nate
5 years ago
911 posts
Yes, slides have been removed. Please take a look at the changelog for the skin you're using. The extra images were overlooked and have been removed for the next release.
michaeld
michaeld
@michael-d
5 years ago
92 posts
Hi Nate...Thank you


--
Thank You
~Michael
Audio Engineer | Graphic and Design |

https://www.damatoproduction.com
https://www.HomeStudioMusicProduction.com
https://www.ShotsInOrder.com
https://www.playgroundz.rocks

Tags