Deleting the Upload File link Deleting the Upload File link
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Deleting the Upload File link

Started by wil1113, August 01, 2008, 04:13:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wil1113

I installed JUpload, and I would like to delete the "Upload File" link from the navbar. I deleted it in themes.inc.php, but when I did so, I got an error message saying that the Upload link could not be found. This prevented the site from loading. What should I do? :/

mahdi1234

themes/<your_theme>/theme.php
- delete from there

Joachim Müller

Never edit include/themes.inc.php
Mahdi's reply is correct. Search for similar threads, as this has been asked and answered often already.