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?

inserting code to panels

Asked Modified Viewed 3,728 times
C
clubworld
C
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

hello

ive tryed entering text into panels its coming up with errors messages is there a app i can download which will auto code for me please check page on the right of website http://clubworldradio.co.uk/news.php
0 replies

4 posts

K
kll
K
kll 10
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 14 threads in the forums
answered
Junior Member

as i show in above code, both way are possible,
but better put it into words:
point is you are in PHP mode when you are in the panel edit content window.
and in php the text output is by
echo "bla bla HTML, bla ";


but you can switch to HTML / TEXT mode, but must go back to php after it!

?>
here can write text and HTML commands without using echo... php command
<?php
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

I think you followed kll literally as you can see
 <?php
 closeside();

in lines 170/171 of your source code which has caused the theme to fail.

openside, opentable are not obligatory. You can simply just enter in text on it's own if you wish
Eg;
echo"Test text entered into panel";


It would be a lot easier if you told us what it is you want to put in your panel.
0 replies
K
kll
K
kll 10
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 14 threads in the forums
answered
Junior Member

to show text in a panel pls use

openside("text");

echo "TEXT YOU WANT TO SHOW ";

?>
or like this!
<?php

closeside();
0 replies
F
Falcon
F
Falcon 10
  • Member, joined since
  • Contributed 128 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

More info of what you are trying to do and a screenshot.
Dunno, something to help me to help you. xD
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

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

4 participants

K
K
kll 10
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 14 threads in the forums
H
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
F
F
Falcon 10
  • Member, joined since
  • Contributed 128 posts on the community forums.
  • Started 5 threads in the forums
C
C
  • 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