Customization

This is a small list of customizations you can manually do to your Instant Update. All customizations are made in manage/config.php file.

:!: Note
Do not change the value of variable named $iu_ver under any circumstances or you will NOT be able to upgrade your Instant Update to latest version, or in some cases you won't be able to use Instant Update at all!

Custom CSS in WYSIWYG editor

If you want to add your custom CSS styles to WYSIWYG editor, just open file manage/config.php and find line:

$cssfile = '/manage/iu-style.css';

Then, change value between apostrophes to a path of your custom CSS file. Please place slash (/) at the beginning of path and add path relative to your website root (yourwebsite.com/), and finally - save changes.

Custom folder for file uploads

If you want to change folder for file uploads, just open file manage/config.php and find line:

$iu_upload_dir = "UserFiles"; //no slashes

Then, change value between quotes to a folder name you want files to be uploaded to. If you want to place upload folder in a subfolder, you can place ordinary directory path, such as folder/uploaded_files. It is important that you don't place slash (/) at the beginning or at the end of path. Finally - save changes.

However, we suggest you don't change your upload folder.

Custom manage links file

If you are experiencing bug with IE 6 when you try to manage navigation links order from within your dashboard, you can switch to a non-AJAX environment if you open file manage/config.php and find lines:

$use_ajax = true;

Change the value of $use_ajax from true to false to switch to non-AJAX environment.

After that, save changes.

 
customization.txt · Last modified: 2008/08/06 08:25 by avram
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki