Jump to content
xisto Community
Sign in to follow this  
iGuest

Php-Nuke Help Please

Recommended Posts

Hi there. I want to put this code:

<link rel="shortcut icon" href="**pic**" />
on my php-nuke site... how do I do this?

BTW, it's the code that gives you the little picture near the URL :D

PM preferred, but here is still fine :D

Share this post


Link to post
Share on other sites

And i have 2 other questions - very basic

How do I change whether things are on the side or in the center? like for example, when I got php-nuke installed, there was automatically a thingy there (supporters) and I want to put it on the side. I know it's possible, because I have seen it on another site... And how do I just add different module things to the side? (E.G. Donations?)

AND

There is a default message on the main page.

PHP-Nuke Platinum Installed!
Congratulations, you have successfully installed PHP-Nuke Platinum version 7.6.0.
Create an admininstrator account by clicking here.


I want to get rid of that... :D

Thanks...
PM preferred :D

Share this post


Link to post
Share on other sites

BTW, it's the code that gives you the little picture near the URL

Hello, In Nuke it's already coded in the header.php line 40:

if (file_exists("themes/$ThemeSel/images/favicon.ico")) {	echo "<link REL="shortcut icon" HREF="themes/$ThemeSel/images/favicon.ico" TYPE="image/x-icon">n";    }
So when you make one (mine are 32x32 and I used Icon edit 2.18, which is free), drop the favicon.ico in your themes/images folder.

:P

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.