Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 90
8 members and 82 guests
acckma7ess6dbef, dogjaxwater6mmo, elecst2ctri, far5nctgojlem8c, lankjt7dscapedk, micqky4rowaveod, midhd3cent3wbpu, moz6cillafirefo
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > PHP-Nuke 6.5 to 6.9 > Nuke 6.5 to 6.9 - Themes

Reply
 
LinkBack Thread Tools Display Modes
Updating 6.0 Theme to 6.5
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 25
Join Date: Mar 2003
Location: Canada
Updating 6.0 Theme to 6.5 - 05-06-2003, 12:04 PM

Hi there,

I've searched the forum and I hope I haven't overlooked the answers but here it goes. I've been updating an 6.0 theme to 6.5, I followed mikem's instructions here, but I just have a couple of prob's left. The first one is my avatars links are bad under the userranks (stars) the link is http://your_site.com/modules/Forums/...ery/avatar.gif when it should be http://your_site.com/modules/Forums/...allery/001.gif. I've looked through all the files I've changed and can't seem to find where to change it?? Now on to my last question, how and where do I elliminate the header "nukemods.com: Forums" between the top navigation bar and the start of the forums. It just takes up too much realestate for nothing? Also a last minute question and I feel like a real newbie when I ask this especially after setting up PhpNuke a dozen times or more, here it goes
Quote:
SECURITY TIP: It's a good choice to put your config.php file outside the
Web Server path, then you can create a new config.php with the line:
<?php include("../config.php"); ?>
I really don't understand what I should be doing with this, like I said I'm a newbie and can't make heads or tails outta this ops:

Thank's in Advance for any assistance.

Cheers.. 8)

BTW mikem Great tutorial Thank's
  Send a message via MSN to WhyMan  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Getting it fixed
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 25
Join Date: Mar 2003
Location: Canada
Getting it fixed - 05-07-2003, 12:33 PM

Ok, so I fixed the avatar problem. I guess I just overlooked a switch ops: I would really like to secure the system and get rid of the added headers on modules "Recommend Us", "Statistics", and the "Forums" my test site is here and as I mentioned previously I really would appreciate any assistance. Thank's
  Send a message via MSN to WhyMan  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
05-07-2003, 12:47 PM

The security thing, I don't recommend doing it, because you have to change some paths in order to make the security image working.
For the nukemods.com:Forums thing:
Open page_header.php and find this
Code:
$sql = "SELECT custom_title from ".$prefix."_modules where name='$name'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
if ($row[custom_name] == "") {
    $mod_name = ereg_replace("_", " ", $name);
} else {
    $mod_name = $row[custom_name];
}
if (!$is_inline_review) {
    title("$sitename: $mod_name");
    OpenTable();
}
and change it to
Code:
OpenTable();
That deletes it, but I'm not sure if I deleted something that's neccessairy to make your site run
I'm still looking for the others


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
05-07-2003, 12:54 PM

For the statistics module open that index.php and find and delete this line
Code:
title("$sitename "._STATS."");
for the recommend us module open index.php, find and delete this line
Code:
title(""._RECOMMEND."");
Here ya go


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Thanks
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 25
Join Date: Mar 2003
Location: Canada
Thanks - 05-07-2003, 01:25 PM

Hey there Mighty_Y,

Really appreciate your assistance, it was bang on..
Quote:
Originally Posted by Mighty_Y
For the statistics module open that index.php and find and delete this line
Code:
title("$sitename "._STATS."");
for the recommend us module open index.php, find and delete this line
Code:
title(""._RECOMMEND."");
Here ya go
As for the forum header I haven't tried that yet :? looks like I'd be rippin out something I might not want too?? Has anyone tried this? Again thank's for pointing me in the right direction with the above.

Cheers.. 8)
  Send a message via MSN to WhyMan  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
05-07-2003, 01:40 PM

It could be, I'm not sure if it is safe to do it. You have to ask mikem or chatserv


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Thanx
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 25
Join Date: Mar 2003
Location: Canada
Thanx - 05-07-2003, 02:31 PM

Hey there Mighty_Y,
Quote:
Originally Posted by Mighty_Y
It could be, I'm not sure if it is safe to do it. You have to ask mikem or chatserv
Yeah I'd rather be safe than sorry, hopefully mikem or chatserv will know the answer to the puzzle. Neway's you've helped me out and I appreciate it, I was so focused on finding where the forum header was coming from I really overlooked the others thanx.
TTyl
  Send a message via MSN to WhyMan  
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
updating forums dietrying Nuke 7.x - General 1 11-21-2005 05:18 AM




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