>>
Site Map
>>
Forums
>>
General 6x
Forum module - topics in forum:
General 6x - Discussions reagarding any other PHP-Nuke Problems.
Replacing .gif with .fla - Can it be done?
Hi,
I don't suppose you know anything about replacing a .gif file with .fla file? I've made a new flash banner for my forums but I don't know how to replace the old banner because it needs to have the same file name e.g. oldbanner.gif
Any suggestions, thanks in advance!
You would need to edit your theme/theme.php to reflect the image you want to have displayed.....
Change this to the name of your file vice logo.gif and you should be done!
Check the way the theme is setup first.
| Dirk Wrote: : |
| Check the way the theme is setup first. |
Thanks for the response.
I've looked within themes/type-m/theme.php and I can't find the name of the .gif image anywhere, I've looked several times, am I looking in the correct location? Also you said that I should check that the theme is setup first, how do I do this?
Thanks.
Are there also html pages in that themes folder?
| Dirk Wrote: : |
| Are there also html pages in that themes folder? |
Yes but I can't see the .gif file in them either,
index.html - When I click to edit this file, the following is the only code which appears:
blocks.html - Can't for the actual .gif in here
story_home.html - Can't find the actual .gif in here
story_home.html - Can't find the actual .gif in here
.wysywigPro_edit_blocks_html.php - Can't find the actual .gif in here
.wysywigPro_edit_index_html.php - Can't find the actual .gif in here either!
Shall I look though the html files in the subfolders?
Thanks.
D'oh!! Just seen you want this for your forums....
Themes/YOURTHEME/Forums/index.php
Should be referenced in there
| Dirk Wrote: : |
D'oh!! Just seen you want this for your forums....
Themes/YOURTHEME/Forums/index.php
Should be referenced in there |
Hi,
I followed the directions as you requested but there isn't a index.php file, but I did look though the following:
wysywigPro_edit_index_html.php - Can't find the .gif image
index.html - Again I can't access this file
Any more suggestions?
Thanks.
Nukeroot/header.php
Not a great theme editor - where's Dale when ya need him!!!!??
| Dirk Wrote: : |
Nukeroot/header.php
Not a great theme editor - where's Dale when ya need him!!!!?? |
I've looked in several .php files in the root but again without any luck, please could ask Dale when he gets online to see if he knows.
Thanks for your help!
It'll be in Themes/YOURTHEME/Forums/overall_header.tpl
| dar63 Wrote: : |
| It'll be in Themes/YOURTHEME/Forums/overall_header.tpl |
Great, it worked! Thanks dar63