Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Site glitch that I can't figure out

Asked Modified Viewed 3,591 times
W
WebbyMom
W
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

I uploaded a weeeeee little php file via FTP to change a mailing address in a little "infusion" panel I made called logo_panel. Something when horribly wrong somewhere and now the printing on my site navigation (and also on all the labels/directions/etc. in my admin panel) are truncated and my logo_panel no longer works.

I touched no code, only the little paragraph with the address. I'm completely lost. Can anyone tell me what I might have done to cause this and/or what I can do to fix it? I've tried overwriting the files with originals, disabled the logo_panel, changing themes, etc., and nothing has helped.

I'm a jelly-head from staring at the screen all day and I'm starting to panic. LOL If anyone can help, they'll have my undying gratitude. ;)
0 replies

4 posts

B
bbene
B
bbene 10
Ben Benesh
Support Team Member
  • Member, joined since
  • Contributed 74 posts on the community forums.
  • Started 1 thread in the forums
answered
Member

Without seeing any of the code involved it's hard to tell what went wrong.
0 replies
W
WebbyMom
W
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

I was wondering that. ;)

Here's the code:
<?php
   include LOCALE.LOCALESET."admin/main.php";
   openside('Your Provincial Voice...');
      echo "<div style='text-align:center'>
      <br /><img src='/images/photoalbum/Logo01.gif' border='0' width='100' height='102' alt='BCHLA Logo' title='BCHLA Logo' /><p style='font-weight: bold;'>...for Home Educators</p>
<hr />
<p>c/o XXXX Burnham Road,</br>
[b]COBBLE HILL, BC PostalCode[/b]</p>
<p>Phone: (604) 543-5025</p>
<p><a href="/contact.php" title="Contact Form Here">Contact Us</a></p>
</div>";
   closeside();
?>


The only part I changed was the bold part and I only changed the address here to protect the innocent. ;)
0 replies
B
bbene
B
bbene 10
Ben Benesh
Support Team Member
  • Member, joined since
  • Contributed 74 posts on the community forums.
  • Started 1 thread in the forums
answered
Member

Try this:
(changes in red)

<?php
include LOCALE.LOCALESET."admin/main.php";
openside('Your Provincial Voice...');
echo "<div style='text-align:center'>
<br /><img src='/images/photoalbum/Logo01.gif' border='0' width='100' height='102' alt='BCHLA Logo' title='BCHLA Logo' /><p style='font-weight: bold;'>...for Home Educators</p>
<hr />
<p>c/o XXXX Burnham Road,</br>
COBBLE HILL, BC PostalCode</p>
<p>Phone: (604) 543-5025</p>
<p><a href=[color=red]'[/color]/contact.php[color=red]'[/color] title=[color=red]'[/color]Contact Form Here[color=red]'[/color]>Contact Us</a></p>
</div>";
closeside();
?>

A simple mistake really. :D
Edited by bbene on 06-01-2006 02:08,
0 replies
W
WebbyMom
W
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

GAG! Duh. OK - I'll go try it......

Hmmmmm... nope, nothing new happened. And this bad formatting actually worked before. LOL

EDIT: Never mind!

I forgot to re-enable the darn thing after uploading......

It works like a dream.

Thank you so much! You do indeed have my undying gratitude!!!

Second Edit: However, the rest of the site is still looking rather truncated...... :o Oh bother.....
Edited by WebbyMom on 06-01-2006 02:35,
0 replies

Category Forum

General Discussion

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

B
B
bbene 10
Ben Benesh
Support Team Member
  • Member, joined since
  • Contributed 74 posts on the community forums.
  • Started 1 thread in the forums
W
W
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet