PHP Web Host - Quality Web Hosting For All PHP Applications Free RavenNuke(tm) Add Ons
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
izone
Involved
Involved


Joined: Sep 07, 2004
Posts: 354
Location: Sweden

PostPosted: Wed Apr 13, 2005 7:05 am Reply with quote Back to top

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
View user's profile Send private message
chatserv
The Mouse Is Extension Of Arm


Joined: May 02, 2003
Posts: 1396
Location: Puerto Rico

PostPosted: Wed Apr 13, 2005 9:08 am Reply with quote Back to top

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 to the forums!
.
View user's profile Send private message Visit poster's website
CurtisH
Life Cycles Becoming CPU Cycles


Joined: Mar 15, 2004
Posts: 638
Location: West Branch, MI

PostPosted: Wed Apr 13, 2005 9:17 am Reply with quote Back to top

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
View user's profile Send private message Visit poster's website Yahoo Messenger
chatserv
The Mouse Is Extension Of Arm


Joined: May 02, 2003
Posts: 1396
Location: Puerto Rico

PostPosted: Wed Apr 13, 2005 9:37 am Reply with quote Back to top

Only registered users can see links on this board!
Get registered or login to the forums!
Only registered users can see links on this board!
Get registered or login to the forums!
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Visit poster's website
CurtisH
Life Cycles Becoming CPU Cycles


Joined: Mar 15, 2004
Posts: 638
Location: West Branch, MI

PostPosted: Wed Apr 13, 2005 9:50 am Reply with quote Back to top

Thanks. Smile I saw that but was hoping there was a direct upgrade. *LOL*
View user's profile Send private message Visit poster's website Yahoo Messenger
izone
Involved
Involved


Joined: Sep 07, 2004
Posts: 354
Location: Sweden

PostPosted: Thu Apr 14, 2005 4:45 am Reply with quote Back to top

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:
Only registered users can see links on this board!
Get registered or login to the forums!


thank again for helping me.
View user's profile Send private message
chatserv
The Mouse Is Extension Of Arm


Joined: May 02, 2003
Posts: 1396
Location: Puerto Rico

PostPosted: Thu Apr 14, 2005 11:16 am Reply with quote Back to top

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.
View user's profile Send private message Visit poster's website
izone
Involved
Involved


Joined: Sep 07, 2004
Posts: 354
Location: Sweden

PostPosted: Fri Apr 15, 2005 3:54 am Reply with quote Back to top

Thanks again Chatserv.
View user's profile Send private message
VinDSL
Life Cycles Becoming CPU Cycles


Joined: Jul 11, 2004
Posts: 617
Location: Arizona (USA) Admin: NukeCops.com Admin: Disipal Designs Admin: Lenon.com

PostPosted: Sat Apr 16, 2005 1:57 am Reply with quote Back to top

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>
View user's profile Send private message Visit poster's website ICQ Number
VinDSL
Life Cycles Becoming CPU Cycles


Joined: Jul 11, 2004
Posts: 617
Location: Arizona (USA) Admin: NukeCops.com Admin: Disipal Designs Admin: Lenon.com

PostPosted: Sat Apr 16, 2005 2:13 am Reply with quote Back to top

Um... In case you don't know what I'm talking about...

Before:

Image

After:

Image
View user's profile Send private message Visit poster's website ICQ Number
izone
Involved
Involved


Joined: Sep 07, 2004
Posts: 354
Location: Sweden

PostPosted: Sat Apr 16, 2005 2:59 am Reply with quote Back to top

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!!!
View user's profile Send private message
VinDSL
Life Cycles Becoming CPU Cycles


Joined: Jul 11, 2004
Posts: 617
Location: Arizona (USA) Admin: NukeCops.com Admin: Disipal Designs Admin: Lenon.com

PostPosted: Sat Apr 16, 2005 11:22 am Reply with quote Back to top

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! Wink

Link:
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Visit poster's website ICQ Number
chatserv
The Mouse Is Extension Of Arm


Joined: May 02, 2003
Posts: 1396
Location: Puerto Rico

PostPosted: Sat Apr 16, 2005 11:37 am Reply with quote Back to top

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
//
View user's profile Send private message Visit poster's website
VinDSL
Life Cycles Becoming CPU Cycles


Joined: Jul 11, 2004
Posts: 617
Location: Arizona (USA) Admin: NukeCops.com Admin: Disipal Designs Admin: Lenon.com

PostPosted: Sat Apr 16, 2005 12:08 pm Reply with quote Back to top

Yes, that's better! Less 'hackish' looking... Dance-Y
View user's profile Send private message Visit poster's website ICQ Number
chatserv
The Mouse Is Extension Of Arm


Joined: May 02, 2003
Posts: 1396
Location: Puerto Rico

PostPosted: Sat Apr 16, 2005 12:21 pm Reply with quote Back to top

And with proper credits as usual Wink
View user's profile Send private message Visit poster's website
VinDSL
Life Cycles Becoming CPU Cycles


Joined: Jul 11, 2004
Posts: 617
Location: Arizona (USA) Admin: NukeCops.com Admin: Disipal Designs Admin: Lenon.com

PostPosted: Sat Apr 16, 2005 2:18 pm Reply with quote Back to top

Duly noted... Thanks! Very Happy
View user's profile Send private message Visit poster's website ICQ Number
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

PostPosted: Sun Apr 17, 2005 9:57 am Reply with quote Back to top

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.
View user's profile Send private message Send e-mail Visit poster's website
CurtisH
Life Cycles Becoming CPU Cycles


Joined: Mar 15, 2004
Posts: 638
Location: West Branch, MI

PostPosted: Sun Apr 17, 2005 10:33 am Reply with quote Back to top

Well spoken. *LMAO* I would have to agree.
View user's profile Send private message Visit poster's website Yahoo Messenger
Cablespider
New Member
New Member


Joined: Jul 02, 2004
Posts: 7
Location: Occupied Chicago

PostPosted: Sun Apr 17, 2005 12:45 pm Reply with quote Back to top

How do you get rid of the Nav Bar in private messages section?
View user's profile Send private message Visit poster's website
CurtisH
Life Cycles Becoming CPU Cycles


Joined: Mar 15, 2004
Posts: 638
Location: West Branch, MI

PostPosted: Sun Apr 17, 2005 1:06 pm Reply with quote Back to top

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();
View user's profile Send private message Visit poster's website Yahoo Messenger
Cablespider
New Member
New Member


Joined: Jul 02, 2004
Posts: 7
Location: Occupied Chicago

PostPosted: Sun Apr 17, 2005 1:10 pm Reply with quote Back to top

That did it...thank you!
View user's profile Send private message Visit poster's website
carlito
New Member
New Member


Joined: Oct 14, 2005
Posts: 1

PostPosted: Fri Oct 14, 2005 7:00 am Reply with quote Back to top

hi everybody!Smile 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
View user's profile Send private message
bugsTHoR
Involved
Involved


Joined: Apr 05, 2006
Posts: 252

PostPosted: Wed Jul 12, 2006 5:23 pm Reply with quote Back to top

when i insert this thing , pardon the pun from above Smile

my whole forum disapears to im using raven nuke 7.6 all updates
View user's profile Send private message Visit poster's website
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

PostPosted: Thu Jul 13, 2006 4:07 am Reply with quote Back to top

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)?
View user's profile Send private message Send e-mail Visit poster's website
bugsTHoR
Involved
Involved


Joined: Apr 05, 2006
Posts: 252

PostPosted: Sat Jul 15, 2006 9:14 pm Reply with quote Back to top

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
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum