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?

Adding Panel to a Custom Page

Asked Modified Viewed 2,784 times
J
JakeIC
J
JakeIC 10
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

How do I get a specific panel to show up on only 1 custom page? I tried putting:

/viewpage.php?page_id=1

But this does not work. It does show up when I allow to work for every page. Thanks.

Edit - It's a PHP files. Using skin Dev.Rus. I am able to get it working a news.php but still not the custom page.
Edited by JakeIC on 19-09-2011 21:10,
0 replies

7 posts

P
PHPar
P
PHPar 10
  • Member, joined since
  • Contributed 118 posts on the community forums.
  • Started 7 threads in the forums
answered
Member

if ($_GET['page_id']  == 1){
openside("name");
  echo "content";
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

Not going to use isset no?
0 replies
P
PHPar
P
PHPar 10
  • Member, joined since
  • Contributed 118 posts on the community forums.
  • Started 7 threads in the forums
answered
Member

no because it included in viewpage.php

line 24
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

Double checking would do no harm. :P
0 replies
J
JakeIC
J
JakeIC 10
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Thanks but where do I put this line of code?
0 replies
P
PHPar
P
PHPar 10
  • Member, joined since
  • Contributed 118 posts on the community forums.
  • Started 7 threads in the forums
answered
Member

add this in panels in admin add new panel
0 replies
J
JakeIC
J
JakeIC 10
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

I put it in the panel that wasn't showing up and it's still not working.

Merged on Sep 21 2011 at 14:13:29:
Am I putting it in the right spot? I was putting it in the "Panel Content" section.
Edited by JakeIC on 21-09-2011 15:13,
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

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

3 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
P
P
PHPar 10
  • Member, joined since
  • Contributed 118 posts on the community forums.
  • Started 7 threads in the forums
J
J
JakeIC 10
  • 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