i7MEDIA / mojoportal

mojoPortal is an extensible, cross database, mobile friendly, web content management system (CMS) and web application framework written in C# ASP.NET.
https://www.mojoportal.com
Other
197 stars 100 forks source link

Superflexy issues #213

Closed SinaBina closed 1 year ago

SinaBina commented 1 year ago

Hi In the latest version the Superflexi module has some issues.To reproduce :

Issue one: 1-Install fresh site 2-Add Superflexi module to the homepage 3-hit module"Settings" and add "Slider/Banner" 4-hit "Settings" again and you are redirected to "access Denied" page:

The issue is related to the link.It is "http://localhost:57394/Admin/ModuleSettings.aspx?pageid=0&mid=2" while it should be "http://localhost:57394/Admin/ModuleSettings.aspx?pageid=1&mid=2"

Issue two 1- 2-Add Superflexi module to the homepage 3-hit module"Settings" and add "Slider/Banner" 4-Add couple of slides 5-back to main page and all slides appear below each other with no effect.

Screenshot 2023-06-24 at 10-09-21 Home - mojoPortal

Regards

ElijahFowler commented 1 year ago

Hi,

Thanks for the bug report. We have a fix for this already in place, it will be included in the upcoming 2.9.0.1 release.

SinaBina commented 1 year ago

Hi Unfortunately the issue is still present in 2.9.0.1.

JosephMDavis commented 1 year ago

Which issue is still present? The Settings link issue should definitely be fixed. The second issue may be fixed by uploading a newer version of the skin you're using (it looks like Scout).

SinaBina commented 1 year ago

Yes the first one is fixed.Thank you The second issue I mean.I just downloaded the latest source and tried with "Framework" skin with the same result.

SinaBina commented 1 year ago

Any solution?

Isaac-Hall commented 1 year ago

Banner Slider.zip

I believe this solution should fix things. Just copy it into data/superflexi/solutions and it should overwrite the old one. It may require that you edit the individual slides and make sure the data is in correctly because the field defs are different.

SinaBina commented 1 year ago

Tx. I will get back with result.

SinaBina commented 1 year ago

It is fixed.