Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Navigation
Latest Addons
AD Gallery 19
SyntaxHighlighte... 42
Newsletters v4.03 103
Facebook Like Box 115
Newsletters v4.02 55
Metro 143
Facebook Connect 161
Shoutbox Panel 123
Redactor for PHP... 102
MI Floating Side... 105
Facebook Login/R... 146
Avatar Studio v2.03 175
Relationship Sta... 93
Sexual Orientati... 111
Fisherman 138
Popular Addons
iTheme2 5789
Arise 5778
User Control v1.23 4608
Event Calendar 4036
Photowidget panel 3879
Radio-Theme red2... 3343
Highslide Gallery 3306
CSS/JavaScript D... 3218
Facebook Connect... 2972
Dynamic Menu 2885
Slideshow Lightb... 2712
L-AMANT 2654
Enigma 2628
2Dark 2601
Black 2565
View Thread
Who is here? 1 guest(s)
 Print Thread
how to remove it
The Tooth Fairy
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; Firefox, Safari, Opera, Chrome or a version of Internet Explorer newer then version 6.

how to remove it?
 
Archer
Enable java-scrip in your browser.
s7.postimage.org/6cspnljmj/8bs.png
 
https://www.sodit.biz/
The Tooth Fairy
how to remove it from the system?
 
Craig
themes/templates/panels.php Smile
 
http://www.fusiontube.co.uk/
Archer
Replace theme/templates/panels.php with the below code


<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2011 Nick Jones
| http://www.php-fu...
+--------------------------------------------------------+
| Filename: panels.php
| Author: PHP-Fusion Development Team
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licen... Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (!defined("IN_FUSION")) { die("Access Denied"); }

// Add admin message
$ad_mess = array(); $admin_mess ='';
if (iADMIN && !defined("ADMIN_PANEL")) {
$admin_mess .= "<a id='content' name='content'></a>\n";
if (iSUPERADMIN && file_exists(BASEDIR."setup.php")) $ad_mess[] = $locale['global_198'];
if ($settings['maintenance']) $ad_mess[] = $locale['global_190'];
if (!$userdata['user_admin_password']) $ad_mess[] = $locale['global_199'];
if (!empty($ad_mess)) {
$admin_mess .= "<div class='admin-message'>";
foreach ($ad_mess as $message) {
$admin_mess .= $message."<br />\n";
}
$admin_mess .= "</div>\n";
}
}

//$admin_mess .= "<noscript><div class='noscript-message admin-message'>".$locale['global_303']."</div>\n</noscript>\n<!--error_handler-->\n";


// Declare panels side
$p_name = array(
array('name' => 'LEFT', 'side' => 'left'),
array('name' => 'U_CENTER', 'side' => 'upper'),
array('name' => 'L_CENTER', 'side' => 'lower'),
array('name' => 'RIGHT', 'side' => 'right')
);

// Get panels data to array
$panels_cache = array();
$p_result = dbquery("SELECT panel_name, panel_filename, panel_content, panel_side, panel_type, panel_access, panel_display, panel_url_list, panel_restriction FROM ".DB_PANELS." WHERE panel_status='1' ORDER BY panel_side, panel_order");
while ($panel_data = dbarray($p_result)) {
if (checkgroup($panel_data['panel_access'])) { $panels_cache[$panel_data['panel_side']][] = $panel_data; }
}

$url_arr = array();
foreach ($p_name as $p_key => $p_side) {
if (isset($panels_cache[$p_key + 1]) || defined("ADMIN_PANEL")) {
ob_start();
if (!defined("ADMIN_PANEL")) {
if (check_panel_status($p_side['side'])) {
foreach ($panels_cache[$p_key + 1] as $p_data) {
$url_arr = explode("\r\n", $p_data['panel_url_list']);
if ($p_data['panel_url_list'] == ""
|| ($p_data['panel_restriction'] == 1 && (!in_array(TRUE_PHP_SELF.(FUSION_QUERY ? "?".FUSION_QUERY : ""), $url_arr) || !in_array(TRUE_PHP_SELF, $url_arr)))
|| ($p_data['panel_restriction'] == 0 && (in_array(TRUE_PHP_SELF.(FUSION_QUERY ? "?".FUSION_QUERY : ""), $url_arr) || in_array(TRUE_PHP_SELF, $url_arr))))
{
if (($p_data['panel_side'] != 2 && $p_data['panel_side'] != 3)
|| $p_data['panel_display'] == 1 || $settings['opening_page'] == START_PAGE)
{
if ($p_data['panel_type'] == "file") {
if (file_exists(INFUSIONS.$p_data['panel_filename']."/".$p_data['panel_filename'].".php")) {
include INFUSIONS.$p_data['panel_filename']."/".$p_data['panel_filename'].".php";
}
} else {
eval(stripslashes($p_data['panel_content']));
}
}
}
}
unset($p_data);
}
} else if ($p_key == 0) {
require_once ADMIN."navigation.php";
}
define($p_side['name'], ($p_side['name'] === 'U_CENTER' ? $admin_mess : '').ob_get_contents());
ob_end_clean();
} else {
define($p_side['name'], ($p_side['name'] === 'U_CENTER' ? $admin_mess : ''));
}
}
unset($panels_cache);

if (defined("ADMIN_PANEL") || LEFT && !RIGHT) {
$main_style = "side-left";
} elseif (LEFT && RIGHT) {
$main_style = "side-both";
} elseif (!LEFT && RIGHT) {
$main_style = "side-right";
} elseif (!LEFT && !RIGHT) {
$main_style = "";
}
?>

s7.postimage.org/6cspnljmj/8bs.png
 
https://www.sodit.biz/
The Tooth Fairy
I want to remove WARNING: An error occurred while parsing the page. Please see PHP-Fusion's error log for more details.
 
PolarFox
It's only for admins.
 
http://unlogic.info
The Tooth Fairy
how to remove it?
 
Richard Ainz
We already answered you in another thread.

Locked.
www.8.php-fusion.net/images/smiley/fusion.png Coordinator of the Development of PHP-Fusion 8 www.8.php-fusion.net/images/smiley/fusion.png
Community Moderation Management & Support Team Leader
Owner of: www.php-fusion.se | www.php-fusion.net | www.php-fusion.us | www.php-fusion.mobi
 
www.php-fusion.se
Jump to Forum:
Similar Threads
Thread Forum Replies Last Post
Remove news footer? Themes Support 4 02-04-2013 12:15
Remove fields from download submission?? Ideas for Modifications and Requests 1 14-03-2013 17:30
How to remove "News" from the title ? Content Administration 6 22-02-2013 16:43
Can you remove stuff from .htaccess using php? General Discussion 14 24-01-2013 06:55
remove all content from one page Ideas for Modifications and Requests 1 28-11-2012 07:20
Official Home of PHP-Fusion uses cookies. Some may already have been set. Read more about our Cookies here.
Please click the button I Consent Cookies to hide this bar and accept our cookies. If you continue to use the site with no action taken, we'll assume that you consent our cookies anyway.
Cookiebar Panel byVenue