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?

[Solved] Custom Panel not displaying correctly

Asked Modified Viewed 908 times
M
mynian
M
mynian 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

So I'm attempting to create a custom panel to display on my website.

I attempted to create the panel directly in the panel admin and by creating a .php file and uploading it to the server. Both methods result in the same display error. It looks like the new panel is just displaying the output of the code from the panel, and is not displaying the panel wrapper.

Link to website with panel active: http://legendsofexile.byethost3.com

Panel code copy/pasted from the .php file below, a lot of the table info is placeholder data since when I did a test preview I saw that it was not displaying properly.


<?php
echo "<table>" ;
echo "<th>Recruitment</th>" ;
echo "<tr><td><img src='http://legendsofexile.byethost3.com/images/classes/deathknight.png'></td><td>Death Knight</td><td></td><td><img src='http://legendsofexile.byethost3.com/images/classes/deathknight_blood.png' style='opacity:1.0;filter:alpha(opacity=100);'></td><td><img src='http://legendsofexile.byethost3.com/images/classes/deathknight_frost.png' style='opacity:1.0;filter:alpha(opacity=100);'></td><td><img src='http://legendsofexile.byethost3.com/images/classes/deathknight_unholy.png' style='opacity:1.0;filter:alpha(opacity=100);'></td></tr>" ;
echo "<tr><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td></tr>" ;
echo "<tr><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td></tr>" ;
echo "<tr><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td></tr>" ;
echo "<tr><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td></tr>" ;
echo "<tr><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td></tr>" ;
echo "<tr><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td></tr>" ;
echo "<tr><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td></tr>" ;
echo "<tr><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td></tr>" ;
echo "<tr><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td></tr>" ;
echo "<tr><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td><td>a</td></tr>" ;
echo "</table>" ;

?>


Any thoughts?

Merged on Nov 12 2015 at 01:16:52:
You can disregard, I figured it out on my own.

I forgot the openside() function.
Edited by mynian on 12-11-2015 02:17,
0 replies
There are no post found.

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

1 participant

M
M
mynian 10
  • Newbie, joined since
  • Contributed 1 post 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