Author |
Message |
izone
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/Animaniacs/Animaniacs_-_Pinky.gif)
Joined: Sep 07, 2004
Posts: 354
Location: Sweden
|
Posted:
Wed Apr 13, 2005 7:05 am |
|
I am running phpnuke 7.5 with phpbb 2.0.10
I wonder where could I finde upgrade files for BB to upgrade to 2.0.13?
thanks for helping |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
chatserv
Member Emeritus
![](modules/Forums/images/avatars/Risque/fhf215.jpg)
Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico
|
Posted:
Wed Apr 13, 2005 9:08 am |
|
I have grouped the upgrade packs to enable you to upgrade from 2.0.10 to 2.0.13 with just one pack, get it Only registered users can see links on this board! Get registered or login!. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
CurtisH
Life Cycles Becoming CPU Cycles
![](modules/Forums/images/avatars/4b126330458025ffa3940.gif)
Joined: Mar 15, 2004
Posts: 638
Location: West Branch, MI
|
Posted:
Wed Apr 13, 2005 9:17 am |
|
I need to do a manual upgrade due to all of the mods that I have. Are there directions for manually upgrading from 2.0.10 to 2.0.13 |
_________________ Those who dream by day are cognizant of many things which escape those who dream only by night. ~Poe |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
chatserv
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Apr 13, 2005 9:37 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
CurtisH
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Apr 13, 2005 9:50 am |
|
Thanks. I saw that but was hoping there was a direct upgrade. *LOL* |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
izone
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 14, 2005 4:45 am |
|
chatserv, thank u very much for helping.
But if want to change these files by myself, because I have a few modes installed, do I have to make only these changes you mentioned here:
http://www.nukefixes.com/ftopic-1085-0.html
thank again for helping me. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
chatserv
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 14, 2005 11:16 am |
|
The three links listed above are for upgrading from BBtoNuke 2.0.10 to 2.0.13 so if that's what you want to do you would need to apply all three. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
izone
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 15, 2005 3:54 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
VinDSL
Life Cycles Becoming CPU Cycles
![](modules/Forums/images/avatars/a22ae3b240f0eae302721.jpg)
Joined: Jul 11, 2004
Posts: 614
Location: Arizona (USA) Admin: NukeCops.com Admin: Disipal Designs Admin: Lenon.com
|
Posted:
Sat Apr 16, 2005 1:57 am |
|
Just upgraded my forums to 2.0.14 (thanks, as always, CS) and I noticed those pesky title bars were back again, in the forum headers. The culprit, if you will, is 'includes/page_header.php'.
It's just a cosmetic thing, but if you want to get rid of those butt ugly, redundant title bars in your forums...
In 'includes/page_header.php',
Find:
Code:<snip>
define('HEADER_INC', TRUE);
global $name, $sitename, $is_inline_review, $prefix, $db;
$sql = "SELECT custom_title from ".$prefix."_modules where title='$name'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
if ($row[custom_title] == "") {
$mod_name = ereg_replace("_", " ", $name);
} else {
$mod_name = $row[custom_title];
}
if (!$is_inline_review & $mod_name != "Private Messages") {
title("$sitename: $mod_name");
}
OpenTable();
//
// gzip_compression
//
<snip>
|
Change to:
Code:<snip>
//
// Forums Title Bar Killer (VinDSL - Lenon.com)
//
global $db;
OpenTable();
/* define('HEADER_INC', TRUE);
global $name, $sitename, $is_inline_review, $prefix, $db;
$sql = "SELECT custom_title from ".$prefix."_modules where title='$name'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
if ($row[custom_title] == "") {
$mod_name = ereg_replace("_", " ", $name);
} else {
$mod_name = $row[custom_title];
}
if (!$is_inline_review & $mod_name != "Private Messages") {
title("$sitename: $mod_name");
}
OpenTable(); */
//
// gzip_compression
//
<snip>
|
|
_________________ .:: "The further in you go, the bigger it gets!" ::.
.:: Only registered users can see links on this board! Get registered or login! | Only registered users can see links on this board! Get registered or login! ::. |
|
![ICQ Number ICQ Number](themes/RavenIce/forums/images/lang_english/icon_icq_add.gif) |
![](themes/RavenIce/forums/images/spacer.gif) |
VinDSL
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Apr 16, 2005 2:13 am |
|
Um... In case you don't know what I'm talking about...
Before:
After:
![Image Image](http://www.lenon.com/images/raven-4-16-2.png) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
izone
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Apr 16, 2005 2:59 am |
|
Well, thank you very much. It is much better AFTER. I give it a try.
You said bb ver. 2.0.14 is it out now?
And I saw a news about Nuke 7.7 to coming out soon. Wow it goes to fast forward!!! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
VinDSL
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Apr 16, 2005 11:22 am |
|
izone wrote: | You said bb ver. 2.0.14 is it out now? ...Wow it goes to fast forward!!! |
Yep, that's life on the bleeding edge!
Link: Only registered users can see links on this board! Get registered or login! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
chatserv
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Apr 16, 2005 11:37 am |
|
Changed it to the following:
Code:if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
define('HEADER_INC', TRUE);
global $name, $sitename, $is_inline_review, $prefix, $db;
//
// Forums Title Bar Killer (VinDSL - Lenon.com)
//
/* $sql = "SELECT custom_title from ".$prefix."_modules where title='$name'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
if ($row[custom_title] == "") {
$mod_name = ereg_replace("_", " ", $name);
} else {
$mod_name = $row[custom_title];
}
if (!$is_inline_review & $mod_name != "Private Messages") {
title("$sitename: $mod_name");
} */
OpenTable();
//
// gzip_compression
//
|
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
VinDSL
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Apr 16, 2005 12:08 pm |
|
Yes, that's better! Less 'hackish' looking... ![Dance-Y](modules/Forums/images/smiles/dance.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
chatserv
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Apr 16, 2005 12:21 pm |
|
And with proper credits as usual ![Wink](modules/Forums/images/smiles/icon_wink.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
VinDSL
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Apr 16, 2005 2:18 pm |
|
Duly noted... Thanks! ![Very Happy](modules/Forums/images/smiles/icon_biggrin.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
Site Admin
![](modules/Forums/images/avatars/125904890252d880f79f312.png)
Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Sun Apr 17, 2005 9:57 am |
|
VinDSL wrote: |
<snip>It's just a cosmetic thing, but if you want to get rid of those butt ugly, redundant title bars in your forums...<snip>
|
I presume this is a male forum title bar thing? -most female butts seem just fine to me. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
CurtisH
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Apr 17, 2005 10:33 am |
|
Well spoken. *LMAO* I would have to agree. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Cablespider
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jul 02, 2004
Posts: 7
Location: Occupied Chicago
|
Posted:
Sun Apr 17, 2005 12:45 pm |
|
How do you get rid of the Nav Bar in private messages section? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
CurtisH
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Apr 17, 2005 1:06 pm |
|
Open modules/Private_Messages/index.php
Find:
Code:include("modules/Your_Account/navbar.php");
OpenTable();
nav();
CloseTable();
|
Replace with:
Code:
//include("modules/Your_Account/navbar.php");
// OpenTable();
// nav();
// CloseTable();
|
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Cablespider
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Apr 17, 2005 1:10 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
carlito
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Oct 14, 2005
Posts: 1
|
Posted:
Fri Oct 14, 2005 7:00 am |
|
hi everybody! i just followed the posted instructions on the header removal, since it bothers me as well.. everything looks fine, the header is gone, however, the forum has resized itself from original 100% to about 70% now.. how do i fix that so it would be back to the entire page with? tahnks in advance..![Smile](modules/Forums/images/smiles/icon_smile.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
bugsTHoR
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/568e5f374449c41c190ed.gif)
Joined: Apr 05, 2006
Posts: 263
|
Posted:
Wed Jul 12, 2006 5:23 pm |
|
when i insert this thing , pardon the pun from above
my whole forum disapears to im using raven nuke 7.6 all updates |
_________________ LUV RAVEN DISTROBUTION BEBE
Clanthemes.com are great (free advertisements for now until i get to 20,000 posts LoL) |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Jul 13, 2006 4:07 am |
|
Which one? there seem to be two hacks in this thread. One for removing the forum title and one for modifying the navbar.
Double check your edits, there must be something else wrong.
Have you tried it with a different theme (one with forum files and one without)? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
bugsTHoR
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Jul 15, 2006 9:14 pm |
|
Oh the title bar from vinDSL
[EDITED] FOUND IT , i had this RavenNuke 7.6 updates installed
Quote: | if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
define('HEADER_INC', FALSE);
global $name, $sitename, $is_inline_review, $prefix, $db;
OpenTable(); |
i changed the TRUE .. Statment to a .......FALSE as you can see above
WORKED A TREAT WOOT WOOT
its right at the top of the /includes/page_header.php File hope this helps some guys |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|