Daily Lucky Numbers:
8
11
19
30
40
49

Recent posts

#31
EhPortal Support / Re: Portal not reverting back ...
Last post by Chen Zhen - April 07, 2026, 04:01:22 AM
At the moment Ultimate-Menu only requires PHP 8.0, although recently I've come across a function I want to use that is only native to PHP 8.3+.
I originally put that version requirement because previous PHP versions are now EOL and pose a security risk.



Perhaps I didn't take into account file names with accented characters as per one of your attached images.
Uninstall that mod & install the attachment which has some changes that may resolve what you reported.



Quoteif articals are enabled, and to be shown on the "Front Page Articles" and the database does not have any Articales.

then when loging In, the portals front page returns blank..!


if there is an Articel in the Database, then, when loging In, the portals front page refurns only the Artical, no blocks

Yes, when I was putting in the last fixes I came across that problem.
If there is no action argument in the URL, it defaults to the articles template which is incorrect behavior.
I'll look  into fixing that within the next week.. likely on the weekend.
 
#32
EhPortal Support / Re: Portal not reverting back ...
Last post by deansmar - April 07, 2026, 02:41:54 AM
another thing that i have noticed with the portal.. "BUG" .. ?

if articals are enabled, and to be shown on the "Front Page Articles" and the database does not have any Articales.

then when loging In, the portals front page returns blank..!


if there is an Articel in the Database, then, when loging In, the portals front page refurns only the Artical, no blocks
#33
EhPortal Support / Re: Portal not reverting back ...
Last post by deansmar - April 07, 2026, 02:30:47 AM
the icons that i am trying to use, are attached..

they are based on the size and type as your ep_home and ep_forum icons
#34
EhPortal Support / Re: Portal not reverting back ...
Last post by Chen Zhen - April 07, 2026, 12:37:54 AM

The image files must be file types jpg or png.
Can you attach one of the icons you are attempting to use?
#35
EhPortal Support / Re: Portal not reverting back ...
Last post by deansmar - April 06, 2026, 01:59:16 PM
i would have preferd to modify my last post..

with php 8.3.30 i can now make buttons..  but the icons will not upload..
#36
EhPortal Support / Re: Portal not reverting back ...
Last post by deansmar - April 06, 2026, 01:11:25 PM
Hi Chen Zhen, thanks for the Updated version of the portal..  1.40.3

this works as expected.. thumbs up..

when loging in through the Javascript login window..  the portal is shwon..


the untimate menu mod;  i am having problems..

would you like a seperate thread for this problem..?
PHP 8.3.0 is a must..
icons not uploading..
can not create a normal "child of" menu..
#37
EhPortal Support / Re: Portal not reverting back ...
Last post by Chen Zhen - April 05, 2026, 04:26:43 PM
I've tested adding navigation links and don't see any issues with it.
There is a an older modification that I updated and can provide to facilitate adding navigation buttons/links and icons.
The license for that mod allows me to provide it here for you.

The login/logout issue you reported is indeed a bug and I am also providing an update in the download section.
My fix for that report differs from anything you posted here in this thread.
If possible, I'm asking that you revert your changes, try the update and report back whether it appears to function properly.

Download -> Ultimate Menu v2.0.3

Download -> EhPortal v1.40.3
#38
EhPortal Support / Re: Portal not reverting back ...
Last post by deansmar - April 02, 2026, 08:56:06 AM
just to report back, and the work arround that i have implemented..

i have removed the Javascript call for the login window of the theme that i am using..

index.template around line 280 you will find;

<a href="', $scripturl, '?action=login" class="', $context['current_action'] == 'login' ? 'active' : 'open','" onclick="return reqOverlayDiv(this.href, ' . JavaScriptEscape($txt['login']) . ', \'login\');">

after the removal of the javascript;

<a href="', $scripturl, '?action=login" class="', $context['current_action'] == 'login' ? 'active' : 'open','">
now the login opens in the center of the portal..  the normal ?action=login..

just incase anyone else is looking for a work arround
#39
EhPortal Support / Re: Portal not reverting back ...
Last post by deansmar - March 31, 2026, 08:35:11 AM
I have been doing a little more testing.. debugging..

When the login button at the top of the default theme is used to login (java script) window opens for the login..
This version of login returns a blank portal..

If the normal login is used..  index.php?action=login  .. no javascript window
Then the login works as it should do showing the portal..

If the 'user info' block in the portal is active and used for the login..
Then the login works as it should do showing the portal..

Hope this helps to narrow the problem down..
#40
EhPortal Support / Re: Portal not reverting back ...
Last post by deansmar - March 30, 2026, 05:29:16 AM
the log in Problem still remains..

after login, the index remains blank, it does not show the Portal or the forum

as if the "action" on index or home do not get applyed..

for example as if the set location does not get called

   $setLocation = 'index.php?action=forum';