» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 49
0 members and 49 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Updating 6.0 Theme to 6.5 within the Nuke 6.5 to 6.9 - Themes forums, part of the PHP-Nuke 6.5 to 6.9 category; Hi there, I've searched the forum and I hope I haven't overlooked the answers but here it goes. ...


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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-06-2003, 12:04 PM
Junior Member
 
Join Date: Mar 2003
Location: Canada
Posts: 25
Send a message via MSN to WhyMan
Updating 6.0 Theme to 6.5
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-07-2003, 12:33 PM
Junior Member
 
Join Date: Mar 2003
Location: Canada
Posts: 25
Send a message via MSN to WhyMan
Getting it fixed
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-07-2003, 12:47 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
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
  #4 (permalink)  
Old 05-07-2003, 12:54 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
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
  #5 (permalink)  
Old 05-07-2003, 01:25 PM
Junior Member
 
Join Date: Mar 2003
Location: Canada
Posts: 25
Send a message via MSN to WhyMan
Thanks
Hey there Mighty_Y,

Really appreciate your assistance, it was bang on..
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 05-07-2003, 01:40 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
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
  #7 (permalink)  
Old 05-07-2003, 02:31 PM
Junior Member
 
Join Date: Mar 2003
Location: Canada
Posts: 25
Send a message via MSN to WhyMan
Thanx
Hey there Mighty_Y,
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
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


All times are GMT -5. The time now is 11:48 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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