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?

Panel Restriction

Asked Modified Viewed 12,338 times
D
dayzign
D
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hi guys, i got situation here...

my front page has 3 columns page (default php-fusion interface), so how is it possible if i want to make it only 2 columns (let say left panel and center panel, no right panel), just right after i click on any news link in the first page (which is has 3 columns).... is there something to do with panel restriction? (exclude or include).....

Thx in advance.....
Edited by dayzign on 10-07-2012 18:17,
0 replies

20 posts

H
Hal Ricard
H
Hal Ricard
  • Member, joined since
  • Contributed 95 posts on the community forums.
  • Started 12 threads in the forums
answered
Member

-

Quote

Fangree_Craig wrote:

Let me propose a challenge to you.

Lets see who out of you and me can do this for him without moding the themes function include or any other core files.

I believe there's a way to do this by simply adding some code into a center panel however I have still yet to find this code but I will keep at it until I do. hehe!!

Good Luck!


It's a good challenge. See ya! :G

-

Merged on Jul 12 2012 at 15:13:25:
-

Fangree_Craig,

Maybe a solution through the administrative panel would include this code in a panel:

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]
chmod(BASEDIR."includes/theme_functions_include.php", 0644);
$mod ="";
$mod .="<?php";
$mod .="{replace the function: 'check_panel_status'}";
$mod .="?>";

$file = fopen(BASEDIR."includes/theme_functions_include.php",'a+');
if ($file) {
if (!fwrite($file,$mod)) die('Unable to update the file.');
fclose($file);
}
[/syntaxhighlighter]

You could improve this idea? I'm in no time now. :)

-

Merged on Jul 12 2012 at 20:36:14:
-

PS

Infusion moved to an official thread!

Link: Click Here

-
Edited by Hal Ricard on 13-07-2012 20:24,
Hal Ricard attached the following file:
screenshot_2.jpg [No information available / 63 Downloads]
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 20 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
H
H
Hal Ricard
  • Member, joined since
  • Contributed 95 posts on the community forums.
  • Started 12 threads in the forums
A
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
D
D
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet