Author |
Topic |
|
Zoee
Starting Member
12 Posts |
Posted - 20 March 2008 : 08:07:13
|
I;ve just edited the 4 files that they say to in the read me file, I then uploaded them back to my forum folder on my ftp server and now when I goto /admin_home.asp I get this page:
Microsoft VBScript compilation error '800a0411'
Name redefined
/forum/config.asp, line 128
Dim strSiteHeader, strSiteLeft, strSiteRight, strSiteFooter, strSiteIntegEnabled, strSiteBorder ----^
<moved from="Help: General / Current Version (v3.4.xx)" by="Shaggy" /> |
Edited by - Shaggy on 20 March 2008 08:23:49 |
|
phy1729
Average Member
USA
589 Posts |
Posted - 20 March 2008 : 08:23:13
|
strSiteHeader is already defined by another mod just take it out to say
Dim strSiteLeft, strSiteRight, strSiteFooter, strSiteIntegEnabled, strSiteBorder |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 20 March 2008 : 08:24:23
|
Check that you didn't accidentally paste that line into config.asp twice.
|
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
Zoee
Starting Member
12 Posts |
Posted - 20 March 2008 : 08:27:27
|
I decided to check the line and it was that the code was there twice!!
Thanks anyway!
Zoee |
|
|
Zoee
Starting Member
12 Posts |
Posted - 20 March 2008 : 08:30:58
|
All works now
thanks
Zoee |
|
|
Zoee
Starting Member
12 Posts |
Posted - 20 March 2008 : 08:35:11
|
I'm placing my images into the inc_site_left.asp etc though the image is not appearing on my forum and the links dont work either.
http://www.farmshopslincolnshire.co.uk/forum/
|
Edited by - Zoee on 20 March 2008 09:05:03 |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 20 March 2008 : 09:10:07
|
Look closely at your code, you've got the path to your forum in there twice on most of them for the images and the links. |
Switch the order of your title tags |
|
|
Zoee
Starting Member
12 Posts |
Posted - 20 March 2008 : 09:13:18
|
heres the piece of the script for one of the buttons with the code for the links
<tr> <td width="80"> </td> <td width="213"><a href="www.farmshopslincolnshire.co.uk/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8','','www.farmshopslincolnshire.co.uk/buttonhomepage2.jpg',1)"><img src="www.farmshopslincolnshire.co.uk/buttonhomepage.jpg" name="Image8" width="213" height="65" border="0" id="Image8" /></a></td>
could you tell me what needs correcting?
thanks
Zoe |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 20 March 2008 : 09:18:15
|
<tr>
<td width="80"> </td>
<td width="213"><a href="../index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8','','../buttonhomepage2.jpg',1)"><img src="../buttonhomepage.jpg" name="Image8" width="213" height="65" border="0" id="Image8" /></a></td> |
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
Zoee
Starting Member
12 Posts |
Posted - 20 March 2008 : 09:27:23
|
thanks its working now.
Zoee |
Edited by - Zoee on 20 March 2008 09:30:07 |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 20 March 2008 : 09:48:40
|
You're welcome
|
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
|
Topic |
|