FAQ

General

How do you make a custom 404 error page in Joomla! 4?

/* Load Custom 404 article with true 404 error code returned */ if ($this->error->getCode() == '404') { header("HTTP/1.0 404 Not…

/* Load Custom 404 article with true 404 error code returned */
if ($this->error->getCode() == '404') {
     header("HTTP/1.0 404 Not Found");
     echo file_get_contents(JURI::root().'/404');
 exit;
 }
It should look something like this when your done...

/* Load Custom 404 article with true 404 error code returned */
if (($this->error->getCode()) == '404') {
	header('Location: ' . Jroute::_("index.php?option=com_content&view=article&id=44Itemid=462", false));
	exit;
}
0 answersPosted 1 year ago

Where is the source code for Bearsampp

Bearsampp is based on Aestan Tray menu 1.7.0.Bearsampp uses the exe and the .ini file to generate the tray menu.Everything…
Bearsampp is based on Aestan Tray menu 1.7.0.
Bearsampp uses the exe and the .ini file to generate the tray menu.
Everything is open source and housed on Github
0 answersPosted 1 year ago

Who is behind Bearsampp

Hi, I'm Bear;Bearsampp came as a fork of Neard. The developer stopped updating it in 2021 and many of us…
Hi, I'm Bear;


Bearsampp came as a fork of Neard.  The developer stopped updating it in 2021 and many of us really liked the program and wanted it to continue, so I forked it and started working on updating it.
Along the way it was decided to give it a new name and remove code for ancient versions of windows and fix any bugs that we could.

To help prevent this from ever happening again I created a Github project for it so that anyway can take over when/if I'm gone.
By supporting me by either donating or contributing you help insure the longevity of this program.
0 answersPosted 1 year ago

Sorry, this website uses features that your browser doesn’t support. Upgrade to a newer version of Firefox, Chrome, Safari, or Edge and you’ll be all set.