Okay, I updated the forum news module today with 4 small fixes, not worthy of a version change. Normally, I would put the code here for you guys to edit your self, but due to the code, and how the list likes to strip some of the code even though I mark it to allow it. So all you need to do is just download the version that you have replace the index.php file of the module, that's it.
Here is a diffchecker of what I have changed.
I believe that is version 2.1 I use there for the diffchecker example.
Here is a diffchecker of what I have changed.
Please login to see this link Get registered or Log in |
I believe that is version 2.1 I use there for the diffchecker example.
Last edited by coRpSE on Sat Sep 03, 2022 12:13 pm; edited 1 time in total
Thanks coRpSE, is this for 2.1 and 3.1
Last edited by zardos on Sat Sep 03, 2022 12:25 pm; edited 1 time in total
Hi coRpSE, when i download the modules 2.1 or 3.1 it tells me they are corrupt. thats with firefox, works with chrome.
Last edited by zardos on Sat Sep 03, 2022 12:27 pm; edited 2 times in total
Yeah, it's for both. The only things that were changed were minor things that can be seen in the diffchecker. Stuff like changing the old style of the use of an "OR" in an if statement. I changed that to the double pipes, ||, which has been and is the standard. I also reduced the amount of if statements for the pagination, for it could have been all combined into one. Also had two bad file paths that were fixed.
Thanks for the report about Firefox. I will check it out in a few.
Thanks for the report about Firefox. I will check it out in a few.
— zardos wroteHi coRpSE, when i download the modules 2.1 or 3.1 it tells me they are corrupt. thats with firefox, works with chrome.
Okay, I checked it out with Firefox, and I am unable to replicate it. I was able to download and open both of them, but to be on the safe side, I re-packed them and up re-uploaded them to the site.
That works great now thanks.
nice.