ATLMike Posted August 17, 2004 Posted August 17, 2004 I just installed Invision 1.2 . I've upload my own logo and am now trying to reposition it and make other mods to the HTML. I followed the instructions here - http://www.invisionpower.com/documentation...?page=104&p=101, which I'm copying below: [1.2] Aligning the position of the logo. Editing your templates 1. Log in to your Admin CP. 2. Click on Skins & Templates. 3. Click on HTML Templates. 4. Click on Manage HTML next to the skin template you are wanting to edit. 5. Select Edit Board Header from the Quick Links menu. 6. Click on Go. 7. Just below <!--IBF.BANNER--> you will see this code CODE <div id='logostrip'> I keep getting this error message "No ids selected, please go back and select some before submitting the form" after step 6. I have no idea what IDs they are referring to. Any ideas what I'm doing wrong? Mike. Quote
TCH-Don Posted August 17, 2004 Posted August 17, 2004 Ok after changing the file permissions of forum/skins/s1/skin_global.php to 777 I followed the steps [1.2] Aligning the position of the logo. Editing your templates 1. Log in to your Admin CP. 2. Click on Skins & Templates. 3. Click on HTML Templates. 4. Click on Manage HTML next to the skin template you are wanting to edit. 5. Select Edit Board Header from the Quick Links menu. 6. Click on Go. 7. Just below <!--IBF.BANNER--> you will see this code CODE <div id='logostrip' > 8. Replace that code with this (replacing ALIGN with left, right or center). CODE <div id='logostrip' align='ALIGN'> 9. Click on Update templates to save the changes made. And it worked Did you copy the above code <div id='logostrip' align='center'> and then highlight and paste over the original <div id='logostrip' '> Then scroll to the bottom and click on update templates ? Quote
ATLMike Posted August 17, 2004 Author Posted August 17, 2004 Don, I wasn't able to get past step 6, so I never saw that code. I get the error message after clicking 'Go'. After seeing your reply I though that the permissions on skin_global.php might be my problem. But after chaning them to 777 I still get the same error. MIke. Quote
ATLMike Posted August 17, 2004 Author Posted August 17, 2004 OK, I got it to work. I had to resynchronize first. Mike. Quote
TCH-Don Posted August 17, 2004 Posted August 17, 2004 Thanks for lettig us know about that. It may help someone else. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.