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?

Include, Exclude, Display on all pages help

Asked Modified Viewed 3,472 times
V
Vyper69
V
Unprecedented Times call for Unprecedented Measures
  • Senior Member, joined since
  • Contributed 551 posts on the community forums.
  • Started 146 threads in the forums
  • Started this discussions
asked
Senior Member

Here is what I am trying to do.

I need one page, that has no side panels on it, that is easy no issues. But where I am running into a problem is if I try to use the exclude on certain pages, it requires me to display on all pages.

I have 1 page that I need to display one large upper panel, and 4 lower panels. But the system will not let me do this.

It is more or less like an entrance page, I just can't figure out how to acomplish this. without change what page my site goes to when opened, but this defeats the purpose, since on that page is all relevant information.

Don't know if I am making myself clear
0 replies

6 posts

M
MeTRoiD
M
  • Member, joined since
  • Contributed 114 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

mm.. i didn't understand.. Maybe you can give image examples?..

Merged on Nov 28 2012 at 19:19:54:
what you want to create..?
If it's a custom page you simply can use
include  "INFUSIONS.........trallalala/llaa/lala.php";
Edited by MeTRoiD on 28-11-2012 21:20,
0 replies
V
Vyper69
V
Unprecedented Times call for Unprecedented Measures
  • Senior Member, joined since
  • Contributed 551 posts on the community forums.
  • Started 146 threads in the forums
  • Started this discussions
answered
Senior Member

It is simple to understand this way. You can not exclude something in an upper or lower center panel without PHPFusion telling you that you have to set it to display on all pages.

elink2biz.com/images/panel.jpg


Merged on Nov 28 2012 at 14:25:04:
Creating a custom page is no issue. That is easy enough. If you look at my home page now, I want it to stay that way. What I need is another page basically a intro page before that, only using 1 upper and 4 lower panels. I can create the panels, I can create the page no issue. The whole problem is being required to display on all pages.
Edited by Vyper69 on 28-11-2012 21:25,
0 replies
M
MeTRoiD
M
  • Member, joined since
  • Contributed 114 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

give link to page where you want to display it.. i have an idea.
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

Check the box to display all pages, then specify which pages you want to exclude.

Or, you could just code some PHP to detect which page the user resides on. The same feature that disallows users to access infusion files directly.

I'm sure MeTRoiD has some good ideas too.
0 replies
V
Vyper69
V
Unprecedented Times call for Unprecedented Measures
  • Senior Member, joined since
  • Contributed 551 posts on the community forums.
  • Started 146 threads in the forums
  • Started this discussions
answered
Senior Member

http://elink2biz.com/home.php this is the intro page.

http://elink2biz.com/news.php is my main page. It is supposed to stay the way it is.
0 replies
M
MeTRoiD
M
  • Member, joined since
  • Contributed 114 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

Simply try to include panels what you want.
echo"<div id='text'>";
include INFUSIONS."welcome_message_panel/welcome_message_panel.php";
echo"</div>";
echo"<div id='text'>";
include INFUSIONS."random_photo_center_panel/random_photo_center_panel.php";
echo"</div>";
0 replies

Labels

None yet

Statistics

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

3 participants

M
M
  • Member, joined since
  • Contributed 114 posts on the community forums.
  • Started 11 threads in the forums
V
V
Unprecedented Times call for Unprecedented Measures
  • Senior Member, joined since
  • Contributed 551 posts on the community forums.
  • Started 146 threads in the forums
  • Started this discussions
K
K
KasteR 10
  • Senior Member, joined since
  • Contributed 290 posts on the community forums.
  • Started 1 thread in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet