Jump to content

Recommended Posts

Posted

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.

Posted

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 ?

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...