Page 1 of 1

Changing File paths/names

PostPosted: Mon Jun 04, 2007 1:05 pm
Author: monkey
This is a tricky one to explain but I'll try and make it as clear as I can. If I go to my website at http://www.twitchythumbs.co.uk and then click on the Forum header at the top I'm taken to the Forums page which is all well and good, if I then click on any Forum and scroll to the bottom you will see a missing image file place holder, if I right click on this I can see that the path points to no image at all. I need to be able to get in and edit this html code, but as I've taken over this site and am new to this I've no idea how and where this file is to edit, can anyone help me?

Thanks,



Steve

Re: Changing File paths/names

PostPosted: Mon Jun 04, 2007 3:39 pm
Author: Helter
it is one of the dozen or so probs you run into when you attempt to use a 140 template on a 141 forum

find

Code: Select all
$images['folder_locked'] = "$current_template_images/{$row['body_background']}/folder_lock.gif" width="$folder_iw" height="$folder_ih" class="imgfolder";




after, add

Code: Select all
$images['folder_posted'] = "$current_template_images/{$row['body_background']}/folder_own.gif" width="$folder_iw" height="$folder_ih" class="imgfolder";

PostPosted: Tue Jun 05, 2007 11:31 am
Author: monkey
Hey HelterSkelter,

Thanks for reading the post and more importantly replying to it!

One point though can you tell me which file I need to edit please?

Re: Changing File paths/names

PostPosted: Tue Jun 05, 2007 4:47 pm
Author: Helter
lol... sorry, it is AcidTech.cfg

PostPosted: Wed Jun 06, 2007 6:34 am
Author: monkey
Dear HelterSkelter,

Thank you very much - it worked a treat!

I really appreciate your help with this.

Steve