Results 1 to 7 of 7
  1. #1

    Need footerblock made for 3 of my phpnuke sites

    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.

  2. #2
    Join Date
    Jul 2004
    Location
    NY
    Posts
    216
    If their text links I can modify the code for you and add them for $12 dollars
    Bryan

  3. #3
    job still open - i need someone who takes paypal so msg me quotes thx

  4. #4
    Join Date
    Apr 2004
    Location
    Button Moon
    Posts
    491
    here you go for free:

    PHP Code:
    <?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:

    PHP Code:
    <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
    http://www.goodridgeelec.com
    Electrical Contractors, West Midlands, UK

  5. #5
    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 ;-)

  6. #6
    Join Date
    Apr 2004
    Location
    Button Moon
    Posts
    491
    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
    http://www.goodridgeelec.com
    Electrical Contractors, West Midlands, UK

  7. #7
    thx stevey last question. i want it to say above it not in a hyperlink title: Webmaster Resources

    ;-) much thx in advance!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •