Can anyone out there help??
2 questions:
1. How do I change the layout of the article file list e.g. I want to put the file size in brackets??
2. Ho do I add additional file icons e.g. i want to add an image for a .pov file.
Thanks.
Article - File List
Re: Article - File List
Backup FIRST!theajj wrote:Can anyone out there help??
2 questions:
1. How do I change the layout of the article file list e.g. I want to put the file size in brackets??
2. Ho do I add additional file icons e.g. i want to add an image for a .pov file.
Thanks.
2.
OPEN include/inc_lib/general.inc.php
FIND
Code: Select all
"mpeg" => "icon_vid.gif"
CHANGE
Code: Select all
"mpeg" => "icon_vid.gif", "pov" => "icon_pov.gif"
COPY icon_pov.gif to img/icons dir
and try the function.
Paul
-
- Posts: 24
- Joined: Mon 18. Apr 2005, 21:35
- Location: Copenhagen, Denmark
- Contact:
Content-part hacking
In the folder /include/inc_front/content/ you find PHP files that make all the Content Parts.
1. Find ID of the content-part you want to work on
2. Do that by Viewing Source of the SELECT element's OPTION parts, and look at their VALUEs. They will be the IDs you are looking for.
3. Open the PHP source files of that content part in the aforementioned directory.
4. Happy hacking.
1. Find ID of the content-part you want to work on
2. Do that by Viewing Source of the SELECT element's OPTION parts, and look at their VALUEs. They will be the IDs you are looking for.
3. Open the PHP source files of that content part in the aforementioned directory.
4. Happy hacking.
Olle Jonsson
olleolleolle
olleolleolle