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?

small suggestion about exlude/include

Asked Modified Viewed 2,985 times
P
pavka
P
pavka 10
  • Junior Member, joined since
  • Contributed 38 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
asked
Junior Member

Hi,

this option "exlude" left/right panel on /news.php or other is VERY COOL but i missed reverse option ... i mean if i need up panel ONLY on 1 page it should be smth like


^/viewpage.php to show up panel ONLY on viewpage.php.

I know it can be done exluding all others... but should be great possibility doing it by "my" way;)

cheers,
P.
0 replies

3 posts

W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

If you only need it on one page, then enter the complete url like:

/viewpage.php?page_id=16
0 replies
M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

or use an if clause in the panel code, like
if(stristr(FUSION_SELF, "viewpage.php") && $_GET['page_id'] == THEID){
//Panel Code
}
Edited by Matonor on 22-06-2008 15:43,
0 replies
P
pavka
P
pavka 10
  • Junior Member, joined since
  • Contributed 38 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Junior Member

Nice Matonor:)
0 replies

Labels

None yet

Statistics

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

3 participants

M
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
W
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
P
P
pavka 10
  • Junior Member, joined since
  • Contributed 38 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet