Main Menu
Quick Links
Other Options
Information
NukeForums
Top10 Links
Site Visitors
Membership:
Latest: bobby123
Today: 1
Yesterday: 0
Overall: 15538
Visitation:
Guests: 740
Members: 1
Total: 741
You are Anonymous user. You can register for free by clicking here
Sponsor Links
NukeResources :: View topic - Link missing in 7.6 - admin/modules/blocks.php
Link missing in 7.6 - admin/modules/blocks.php
Posted: Mon Jan 31, 2005 5:53 am
Jean-Claude
Resource Seeker
Joined: Oct 01, 2003
Posts: 11
In the version 7.6, if you want to "preview" a block in your admin panel, you have the possibility at the bottom, to:
Quote: Activate | Edit | Delete |Return to Admin
If you wnat to click on one of this Links, URL is wrong because in function block_show () , $admin_file is missing in the globals.
So just add it.
EDIT admin/modules/blocks.php
FOUND function block_show
Code: function block_show($bid) {
global $prefix, $db;
include("header.php");
GraphicAdmin();
title(""._BLOCKSADMIN."");
AND ADD $admin_file in globals like this by example:
Code: function block_show($bid) {
global $prefix, $db, $admin_file;
include("header.php");
GraphicAdmin();
title(""._BLOCKSADMIN."");
That's all
Posted: Mon Jan 31, 2005 2:58 pm
chatserv
Site Admin
Joined: Apr 21, 2002
Posts: 1732
Location: Puerto Rico
Fix applied and posted at NukeFixes.
NukeResources Forum Index -> Bug Fixes
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
All times are GMT - 4 Hours
Page 1 of 1
Powered by phpBB © 2001-2005 phpBB Group. Theme created by Vjacheslav Trushkin . There have been 170 unique hit(s) in the past 24 hours.
:: Eos phpbb2 style by Cyberalien :: PHP-Nuke theme by www.nukemods.com ::