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?

Panels disappearing!

Asked Modified Viewed 3,208 times
W
Wing
W
Wing 10
  • Junior Member, joined since
  • Contributed 21 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
asked
Junior Member

If I create a new panel, or edit an existing one, the panel doesn't show/vanishes. This is a major problem. It only started happening today but it was fine before, everything else, like adding articles, works fine.
0 replies

11 posts

S
SiteMaster
S
If i have touched it, it's W3C Valid
  • Senior Member, joined since
  • Contributed 305 posts on the community forums.
  • Started 15 threads in the forums
answered
Senior Member

link to your site so we can check your html code

me guess is that you have installed/created a panel that has errors in it
0 replies
W
Wing
W
Wing 10
  • Junior Member, joined since
  • Contributed 21 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
answered
Junior Member

It's http://www.hard-heart-music.com. The panel only shows an image w/ link, or it was meant to anyway :/
Edited by Wing on 13-02-2010 15:14,
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

What panel?
0 replies
W
Wing
W
Wing 10
  • Junior Member, joined since
  • Contributed 21 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
answered
Junior Member

The panel is called 'HHM Recommends' Like I said, the panel disappeared, but it still shows in the admin panel managment screen.
0 replies
A
afif
A
afif 10
  • Member, joined since
  • Contributed 183 posts on the community forums.
  • Started 12 threads in the forums
answered
Member

post the panel's code here. you might have errors in the code.
0 replies
W
Wing
W
Wing 10
  • Junior Member, joined since
  • Contributed 21 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
answered
Junior Member

Here you go, but it happens in any panel that I edit.

openside("HHM Recommends");
  echo "<a href='http://www.spreadfirefox.com/?q=affiliates/get_button&button=562' target='_blank'><img src='http://sfx-images.mozilla.org/firefox/3.6/173x26_get_green.png' alt='Spread Firefox Affiliate Button' border='0' /></a><br /><a href="http://www.hardstyle.com" target="_blank">Hardstyle.com</a>";
closeside();
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

change all " to ' except the first and last ones.
0 replies
W
Wing
W
Wing 10
  • Junior Member, joined since
  • Contributed 21 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
answered
Junior Member

Never thought that would make much of a difference 0_o It's working now, thank you :)
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

No worries mate.
0 replies
A
afif
A
afif 10
  • Member, joined since
  • Contributed 183 posts on the community forums.
  • Started 12 threads in the forums
answered
Member

Quote

Wing wrote:
Never thought that would make much of a difference 0_o It's working now, thank you :)


Unfortunately it would make a difference :D
When putting any HTML code in the side panel, just convert all " into '.
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Or if you don't want to change all " you could put a \ in front of the " so it looks something like this...

openside("HHM Recommends");
  echo "<a href=\"http://www.spreadfirefox.com/?q=affiliates/get_button&button=562\" target=\"_blank\"><img src=\"http://sfx-images.mozilla.org/firefox/3.6/173x26_get_green.png\" alt=\"Spread Firefox Affiliate Button\" border=\"0\" /></a><br /><a href=\"http://www.hardstyle.com\" target=\"_blank\">Hardstyle.com</a>";
closeside();


That also works but is messy.
Edited by Craig on 14-02-2010 04:23,
0 replies

Labels

None yet

Statistics

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

4 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
A
A
afif 10
  • Member, joined since
  • Contributed 183 posts on the community forums.
  • Started 12 threads in the forums
S
S
If i have touched it, it's W3C Valid
  • Senior Member, joined since
  • Contributed 305 posts on the community forums.
  • Started 15 threads in the forums
W
W
Wing 10
  • Junior Member, joined since
  • Contributed 21 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet