Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 61
3 members and 58 guests
bea9qgchcomberc, garere3denstc3t, int5nwernetmarx
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
changing table() for cetersidebox(block)
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 40
Join Date: Mar 2003
Location: Denmark
changing table() for cetersidebox(block) - 05-17-2003, 11:47 AM

been looking at this for some time now
as you know blocks put in center haven't been coded to use block.html

I found 2 files I belive I should edit
theme.php & mainfile.php

Code:
/************************************************************/
/* Function themecenterbox()                                  */
/*                                                          */
/* Control look of your blocks. Just simple.                */
/************************************************************/

function themecenterbox($title, $content) {
    $tmpl_file = "themes/DarkSide/blocks.html";
    $thefile = implode("", file($tmpl_file));
    $thefile = addslashes($thefile);
    $thefile = "\$r_file=\"".$thefile."\";";
    eval($thefile);
    print $r_file;
}
I've added at the end of the theme file I get this error
Cannot redeclare themecenterbox() (previously declared in /customers/gorgondo.com/gorgondo.com/httpd.www/mainfile.php:935)

well mainfile is a petty big file and it looks like I need to edit more then line 935-941
Code:
function themecenterbox($title, $content) {
    OpenTable();
    echo "<center><font class=\"option\">$title</font></center>
"
	."$content";
    CloseTable();
    echo "
";
}
hope some of you experts know what to do
it would be a great help to me and others(I think)
  Send a message via MSN to GorGonDo  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Table sizing kow_patt Open topics 0 02-25-2005 07:01 PM
forum block, auto changing with theme bkr Theme packs 2 07-04-2003 02:20 PM
table adjustment ferhanz Open topics 0 05-12-2003 03:49 AM
Bad table bg color... Zathu_Koon Theme packs 0 02-02-2003 09:01 AM
How to add a table? zlaxzzor Purged Topics 3 11-21-2002 07:59 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31