Web Hosting Talk







View Full Version : Need footerblock made for 3 of my phpnuke sites


OSX98
06-06-2005, 02:46 PM
Need footerblock made for 3 of my phpnuke sites

I have 4 links that i want to put on all pages in the footer on 3 of my sites. I'm not a phpnuke guru and right now i don't have a footer block so i need one created. Please give me a quote thx.

FrozenWire
06-06-2005, 03:00 PM
If their text links I can modify the code for you and add them for $12 dollars

OSX98
06-06-2005, 03:09 PM
job still open - i need someone who takes paypal so msg me quotes thx

stevey
06-06-2005, 04:16 PM
here you go for free:

<?php
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
Header("Location: index.html");
die();
}
$content = "<div align=\"center\"><a href=\"http://www.example.com\" target=\"_blank\">Text To Be Shown 1</a><br>";
$content .= " <a href=\"http://www.example.com\" target=\"_blank\">Text To Be Shown 2</a><br>";
$content .= " <a href=\"http://www.example.com\" target=\"_blank\">Text To Be Shown 3</a><br>";
$content .= " <a href=\"http://www.example.com\" target=\"_blank\">Text To Be Shown 4</a></div>";
?>

or if you go into admin => Preferences
scroll down to Footer Messages then enter:

<div align="center"><a href="http://www.example.com" target="_blank">Text To Be Shown 1</a><br>
<a href="http://www.example.com" target="_blank">Text To Be Shown 2</a><br>
<a href="http://www.example.com" target="_blank">Text To Be Shown 3</a><br>
<a href="http://www.example.com" target="_blank">Text To Be Shown 4</a></div>

of course change text to be shown to what you want and www.example.com to the url you want

if you need anymore help drop me a pm

OSX98
06-06-2005, 06:00 PM
you rock stevey ;-)
you know the URL to login as an admin to see the blocks and not just login as admin to see the page as a normal user? I'm not too familiar with my newly created phpnuke site obviously ;-)

stevey
06-06-2005, 06:09 PM
to log in as admin www.yoursite.com/admin.php then if you want to view the site as a normal user you will need to log of admin (there should be a logout button in the admin panel) or a faster way of doing it without having to log out of admin is to, if you are on the site as admin http://www.yoursite.com go to http://yoursite.com (without the www) you shouldnt be logged in then, unless you already have, and vis versa.

also a nice website for you to check out is www.nukecops.com you will find alot of help there for free

OSX98
06-06-2005, 11:12 PM
thx stevey last question. i want it to say above it not in a hyperlink title: Webmaster Resources

;-) much thx in advance!