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?

Problems with panels

Asked Modified Viewed 1,455 times
B
barman
B
barman 10
http://www.webchat.one
http://www.w-talk.one
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
asked
Junior Member

Problem with adding new panels:
Script: openside("INTERACTIEF");
echo "Forum<br>Chat";
closeside();
Result: openside("INTERACTIEF"); echo "Forum
Chat"; closeside();

What's the problem?
0 replies

6 posts

R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

We have new setting "Allow PHP Execution" (in Security settings) that is disabled by default. That means eval() function is disabled. Of course you can enable this setting but for security reasons I don't recommend to do it. This old thing from v7 is sooo bad idea..

You can generate panel and put your php code to file https://www.php-fusion.co.uk/addon_ge...generator/ (the generator is for v9, but panels are the same for all versions). This method is much better and safer.
0 replies
— 2 months later —
B
barman
B
barman 10
http://www.webchat.one
http://www.w-talk.one
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Junior Member

How does it works?
0 replies
R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

What?
0 replies
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
answered
Senior Member

Go to settings --> security settings and enable allow phpexecution

(Veiligheids instellingen --> PHP executie toestaan)
0 replies
B
barman
B
barman 10
http://www.webchat.one
http://www.w-talk.one
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Junior Member

It's working.

But my next question is: to set a hyperlink it is the following code: <a href="http://chat.mgmt.one/crew.php">CREW</a> or do i something wrong?
0 replies
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
answered
Senior Member

Change double quotes into single
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 6 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

B
B
barman 10
http://www.webchat.one
http://www.w-talk.one
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
D
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
R
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet