Joined: Dec 19, 2004 Posts: 2287 Location: Germany:Moderator German NukeSentinel Support
Posted:
Wed Oct 12, 2005 5:52 pm
I had a similar problem with nuke 6.5 and the forums titles, but I m not really sure if your problem is exact the same. I saw many nuke sites with this problem.I fixed this problem a long time ago. I think it wasn´ t the viewtopic.php I added a piece of code in another file and this works. But I´m using now dynamic titles and this works much better for us.
Joined: Dec 19, 2004 Posts: 2287 Location: Germany:Moderator German NukeSentinel Support
Posted:
Thu Oct 13, 2005 10:53 am
Well, Greece is a nice country but the language isn´t easy to read or understand.
Back to your problem. I found my old thread about this problem and what I changed in Nuke 6.5 because we had only the site title.
I changed the modules/Forums/nukebb.php with this:
Code:
<?php
/***************************************************************************
* phpbb2 forums port version 2.1 (c) 2003 - Nuke Cops (http://nukecops.com)
*
* Ported by Paul Laudanski (Zhen-Xjell) to phpbb2 standalone 2.0.4. Test
* and debugging completed by the Elite Nukers at Nuke Cops: ArtificialIntel,
* Chatserv, MikeM, sixonetonoffun, Zhen-Xjell. Thanks to some heavy debug
* work by AI in Nuke 6.5.
*
* You run this package at your sole risk. Nuke Cops and affiliates cannot
* be held liable if anything goes wrong. You are advised to test this
* package on a development system. Backup everything before implementing
* in a production environment. If something goes wrong, you can always
* backout and restore your backups.
*
* Installing and running this also means you agree to the terms of the AUP
* found at Nuke Cops.
*
* This is version 2.1 of the phpbb2 forum port for PHP-Nuke. Work is based
* on Tom Nitzschner's forum port version 2.0.6. Tom's 2.0.6 port was based
* on the phpbb2 standalone version 2.0.3. Our version 2.1 from Nuke Cops is
* now reflecting phpbb2 standalone 2.0.4 that fixes some major SQL
* injection exploits.
***************************************************************************/
/***************************************************************************
* This file is part of the phpBB2 port to Nuke 6.0 (c) copyright 2002
* by Tom Nitzschner (tom@toms-home.com)
* http://bbtonuke.sourceforge.net (or http://www.toms-home.com)
*
* As always, make a backup before messing with anything. All code
* release by me is considered sample code only. It may be fully
* functual, but you use it at your own risk, if you break it,
* you get to fix it too. No waranty is given or implied.
*
* Please post all questions/request about this port on http://bbtonuke.sourceforge.net first,
* then on my site. All original header code and copyright messages will be maintained
* to give credit where credit is due. If you modify this, the only requirement is
* that you also maintain all original copyright messages. All my work is released
* under the GNU GENERAL PUBLIC LICENSE. Please see the README for more information.
*
***************************************************************************/
if (!eregi("modules.php", $_SERVER['SCR IPT_NAME'])) {
die ("You can't access this file directly...");
}
well, i try now to create new database with phpbb alone. If i succed to connect the login at the same time, of phpnuke and phpbb, i will sto to have the forum og phpnuke. It is better i think
View next topic View previous topic
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