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?

HTML Panel

Asked Modified Viewed 3,541 times
C
catalistino
C
shock My Frrrriend !!!
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

Hi again,

I am looking for a Panel where i can insert pure HTML code without PHP echo. Is there anything like this?


p.s. I've searched for "HTML Panel" but nothing was found :)
0 replies

7 posts

L
Layzee
L
Layzee 10
Seen it - done it!
  • Member, joined since
  • Contributed 113 posts on the community forums.
  • Started 20 threads in the forums
answered
Member

You don't need an extra panel for this, just use the standard panels and use code like this:

openside("name");
?>
YOUR HTML-CODE
<?php
closeside();


For middlepanel change "openside" and "closeside"
to "opentable" and "closetable".

That's all you need :)
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

0 replies
C
catalistino
C
shock My Frrrriend !!!
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Can't insert Twitter Widget nor YouTube videos...
0 replies
K
KasteR
K
KasteR 10
  • Senior Member, joined since
  • Contributed 290 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

Quote

catalistino wrote:

Can't insert Twitter Widget nor YouTube videos...


If you share the code that you're using for this, I'm sure we can all take a look and determine a solution.
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

If the original echo is ' ( ie echo ' ), then the HTML can use " like <Img src=""> but you will not be able to use constant or strings in it. Because '.Basedir.' returns '.Basedir.'
But if the echo is a echo " then ".Basedir." returns ../../
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

and your broken code is?
0 replies
C
catalistino
C
shock My Frrrriend !!!
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Quote

hien wrote:

If the original echo is ' ( ie echo ' ), then the HTML can use " like <Img src=""> but you will not be able to use constant or strings in it. Because '.Basedir.' returns '.Basedir.'
But if the echo is a echo " then ".Basedir." returns ../../


Got it. It works perfectly... pHp-Fusion is awesome :D Thanks to everybody for helping.
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
L
L
Layzee 10
Seen it - done it!
  • Member, joined since
  • Contributed 113 posts on the community forums.
  • Started 20 threads in the forums
K
K
KasteR 10
  • Senior Member, joined since
  • Contributed 290 posts on the community forums.
  • Started 1 thread in the forums
C
C
shock My Frrrriend !!!
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet