EzPortal - Portal Software for Forums

EzPortal - Made to Fit Your SMF Forum - Glad You Found Us!

Advertise Here +- +-

UserBox

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Recent Posts

ezPortal 7.0 Released! by EzPortal
February 23, 2026, 08:35:20 pm

ezPortal 6.5 Released! by EzPortal
January 18, 2026, 02:46:30 pm

ezPortal 6.0 released! by EzPortal
July 10, 2025, 10:50:58 pm

Re: TinyMCE Editor disapears by ezxenova
May 06, 2025, 07:38:09 am

Re: TinyMCE Editor disapears by DenDen66
March 02, 2025, 06:59:40 am

Re: TinyMCE Editor disapears by DenDen66
February 28, 2025, 08:09:43 am

Re: TinyMCE Editor disapears by DenDen66
February 28, 2025, 07:31:29 am

Re: TinyMCE Editor disapears by EzPortal
February 27, 2025, 06:57:30 pm

Recent Topics ezBlock

ezPortal 7.0 Released! by EzPortal
February 23, 2026, 08:35:20 pm

ezPortal 6.5 Released! by EzPortal
January 18, 2026, 02:46:30 pm

ezPortal 6.0 released! by EzPortal
July 10, 2025, 10:50:58 pm

TinyMCE Editor disapears by ezxenova
May 06, 2025, 07:38:09 am

Renaming a page by DenDen66
February 23, 2025, 10:51:22 am

Styling ezBlock by EzPortal
February 19, 2025, 09:15:05 pm

I don't remember how to upgrade by EzPortal
February 05, 2025, 08:44:58 am

ezPortal 5.6 release by EzPortal
January 31, 2025, 11:21:34 am

5.5.4 by EzPortal
January 16, 2025, 08:31:41 pm

Moving a block higher in list by UkuleleMan
December 17, 2024, 07:58:27 am

Recent Posts

Pages: 1 2 3 ... 10
1
Announcements / ezPortal 7.0 Released!
« Last post by EzPortal on February 23, 2026, 08:35:20 pm »
ezPortal Updates focusing on SMF 2.1 and SMF 2.0. Mainly getting the project up to date with better set of code.

7.0
!Security: Converted ~125 SQL queries to use SMF parameterized syntax ({int:}, {string:}, {raw:}) across EzPortal2.php, Subs-EzPortalMain2.php, and EzPortalInstall2.php to prevent SQL injection.
!Security: Fixed open redirect vulnerability in shoutbox redirect handlers (EzPortalAddShout, EzPortalRemoveShout).
!Security: Added CSRF session token verification to noscript shout deletion (EzPortalRemoveShout).
!Security: Fixed path traversal vulnerability in block file upload (EzPortalImportBlock) by sanitizing filename with basename().
!Fixed shoutbox AJAX endpoints on SMF 2.1 showing raw JSON as the whole page instead of processing via JavaScript. AJAX handlers now dispatch before template loading and use clean output exit.
!Fixed mobile device detection using outdated user-agent list (removed dead platforms: Symbian, Palm, BlackBerry Storm, PocketIE, Opera Mobile). Now uses modern keywords covering all current mobile browsers.
!Fixed strpos() bug in mobile detection where a match at position 0 would be missed.
!Fixed PHP notice from defined(WIRELESS) missing quotes, now defined('WIRELESS').
+Removed redundant meta-refresh from shoutbox iframe since AJAX shoutbox handles auto-refresh via JavaScript.


Download the latest version in the downloads area

If anyone has any ideas/feedback suggestions for the portal let us know.
Thanks,
ezPortal
2
Announcements / ezPortal 6.5 Released!
« Last post by EzPortal on January 18, 2026, 02:46:30 pm »
6.5
+Improved the shoutbox now ajax completely for add shouts, deleting shouts, and instead of iframe for refreshing, thanks to AI.

If anyone has any ideas/feedback suggestions for the portal let us know.
Thanks,
ezPortal
3
Announcements / ezPortal 6.0 released!
« Last post by EzPortal on July 10, 2025, 10:50:58 pm »
New version released 6.0!
!SEO improvement fixed canonical used for the homepage, custom pages and ?action=forum thanks to shawnb61
SMF 2.0.x users have to uninstall ezPortal and install new version since requires edit to the Sources/BoardIndex.php


Edit for SMF 2.0.x if you can't uninstall and need to install on top of latest
Open Sources/BoardIndex.php and Find
Code: [Select]
        // EzPortal
        if (isset($_REQUEST['action']))
        {
                if ($_REQUEST['action'] == 'forum')
                {
                    $context['robot_no_index'] = false;   
                }                   
        }

   

        // End Ezportal
Change to
Code: [Select]
        // EzPortal
        if (isset($_REQUEST['action']))
        {
                if ($_REQUEST['action'] == 'forum')
                {
                    $context['robot_no_index'] = false;   
                }                   
        }

        if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'forum')
          $context['canonical_url'] = $scripturl . '?action=forum';

        // End Ezportal

4
Bugs / Re: TinyMCE Editor disapears
« Last post by ezxenova on May 06, 2025, 07:38:09 am »
Good news. It reappeared by itself. Computer magic. Maybe it is something that happened on the server side. Tubidy Mp3

Did you already solve the issues sir? Can you follow up about this topic, because I had similar issues. Thank you appreciate for any solution..
5
Bugs / Re: TinyMCE Editor disapears
« Last post by DenDen66 on March 02, 2025, 06:59:40 am »
Good news. It reappeared by itself. Computer magic. Maybe it is something that happened on the server side.
6
Bugs / Re: TinyMCE Editor disapears
« Last post by DenDen66 on February 28, 2025, 08:09:43 am »
What is weird, is that sometimes I load a page and it is ok (Tiny editor appears) and if I just reload it vanishes and present the html code.
7
Bugs / Re: TinyMCE Editor disapears
« Last post by DenDen66 on February 28, 2025, 07:31:29 am »

Disable TinyMCE when adding/editing html ezBlock " checked? --- Not checked

Did you click the hide TinyMCE button on the page? --- No. I did try to checked it just in case, but it did not change anything

I take that you are using HTML page option and not the BBC page? --- Yes and besides showing html code instead of the "normal" editing mode with TinyMCE, the pages are presented normaly to users: see https://citizensandsocieties.org/Community/index.php?action=ezportal;sa=page;p=18

As for the consol, this is what I see:

Mixed content: load all resources via HTTPS to improve the security of your site
Reading cookie in cross-site context may be impacted on Chrome

Is this relevant? Do you want the details?

8
Bugs / Re: TinyMCE Editor disapears
« Last post by EzPortal on February 27, 2025, 06:57:30 pm »
Very strange.. Was testing on my own 2.1.x forum
Under ezportal settings is "Disable TinyMCE when adding/editing html ezBlock " checked?
Did you click the hide TinyMCE button    on the page?
I take that you are using HTML page option and not the BBC page?

Do you know how to see the browser developer console? If so do you see any errors when the editor doesn't load?
9
Bugs / Re: TinyMCE Editor disapears
« Last post by DenDen66 on February 27, 2025, 04:45:52 pm »
Should I try to uninstall and reinstall?

What is weird is that it from time to time, the TinyMCE Editor is loaded, but if reload the page it disappears. This being said, when I just want to look at the page, it is as it supposed to be. It is only when I try to edit it that the TinyMCE Editor, des not load.
10
Bugs / Re: TinyMCE Editor disapears
« Last post by DenDen66 on February 27, 2025, 06:15:11 am »
Here is the screen shot
Pages: 1 2 3 ... 10

+-SMF Gallery

Powered by EzPortal