You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 67 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - simple block problem ... my brain must be mush [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
moosus
Nuke Soldier
Nuke Soldier


Joined: Mar 07, 2004
Posts: 14

Location: Australia - Sunny Queensland

PostPosted: Sun Jul 10, 2005 9:38 pm Reply with quoteBack to top

G'day Guys

Ok I though this was going to be easy, i'm sure I have done it before but it was a long time ago.

I have created a new statis navigation block I called block-Navi.php uploaded it, tried to activte it and nothing happens.

I have read http://www.nukecops.com/postt1.html and this is exactly what I am trying to do.

I have also checked the file by echoing $content and it looke exactly like I want but for some reason it does not eant to activate ... any chance you guys can tell me what I have stuffed

Code:
<?php

 if (eregi("block-Navi.php",$_SERVER['PHP_SELF'])) {
     Header("Location: index.php");
     die();
 }

$content = "<p><img src=\"../themes/subBlue/images/lilfish.gif\" alt=\"\" width=\"20\" height=\"13\" align=\"absmiddle\" border=\"0\"> <a title=\"BARRA Home Page\" href=\"index.php\">Site Home<br>";
$content .=   "</a><img src=\"../themes/subBlue/images/lilfish.gif\" alt=\"\" width=\"20\" height=\"13\" align=\"absmiddle\" border=\"0\"> <a href=\"modules.php?name=Your_Account\">Your Home</a></p>";
$content .=   "<p> <img src=\"../themes/subBlue/images/features.gif\" alt=\"\" width=\"140\" height=\"25\" border=\"0\"><br>";
$content .=   "<img src=\"../themes/subBlue/images/lilfish.gif\" alt=\"\" width=\"20\" height=\"13\" align=\"absmiddle\" border=\"0\"> <a title=\"Bass Articles\" href=\"topics.html\">Bass Articles<br>";
$content .=   "</a><img src=\"../themes/subBlue/images/lilfish.gif\" alt=\"\" width=\"20\" height=\"13\" align=\"absmiddle\" border=\"0\"> <a title=\"All Bass Articles within this Site\" href=\"archive.html&sa-show_all\">Archive Bass Articles</a></p>";
$content .=   "<p><img src=\"../themes/subBlue/images/information.gif\" alt=\"\" width=\"140\" height=\"25\" border=\"0\"><br>";
$content .=   "   <img src=\"../themes/subBlue/images/lilfish.gif\" alt=\"\" width=\"20\" height=\"13\" align=\"absmiddle\" border=\"0\"> <a title=\"BASS Electric\" href=\"sections.html&op=listarticles&secid=2\">BASS Electric<br>";
$content .=   "   </a><img src=\"../themes/subBlue/images/lilfish.gif\" alt=\"\" width=\"20\" height=\"13\" align=\"absmiddle\" border=\"0\"> <a title=\"BASS Pro\" href=\"sections.html&op=listarticles&secid=1\">BASS Pro</a><a title=\"BASS Electric\" href=\"sections.html&op=listarticles&secid=2\"><br>";
$content .=   "   </a><img src=\"../themes/subBlue/images/lilfish.gif\" alt=\"\" width=\"20\" height=\"13\" align=\"absmiddle\" border=\"0\"> <a title=\"BASS Rules\" href=\"sections.html&op=listarticles&secid=3\">BASS Rules</a><a title=\"BASS Electric\" href=\"sections.html&op=listarticles&secid=2\"><br>";
$content .=   "   </a><img src=\"../themes/subBlue/images/lilfish.gif\" alt=\"\" width=\"20\" height=\"13\" align=\"absmiddle\" border=\"0\"> <a href=\"sections.html&op=listarticles&secid=4\">BASS Record Book</a><a title=\"BASS Electric\" href=\"sections.html&op=listarticles&secid=2\"><br>";
$content .=   "   </a><img src=\"../themes/subBlue/images/lilfish.gif\" alt=\"\" width=\"20\" height=\"13\" align=\"absmiddle\" border=\"0\"> <a title=\"BASS Image gallery\" href=\"modules.php?name=Gallery\">BASS Images</a><a title=\"BASS Electric\" href=\"sections.html&op=listarticles&secid=2\"><br>";
$content .=   "   </a><img src=\"../themes/subBlue/images/lilfish.gif\" alt=\"\" width=\"20\" height=\"13\" align=\"absmiddle\" border=\"0\"> <a title=\"Frequently Asked Questions about BASS\" href=\"faq.html\">BASS FAQ</a></p>";
$content .=   "<p><img src=\"../themes/subBlue/images/sitetools.gif\" alt=\"\" width=\"140\" height=\"25\" border=\"0\"><br>";
$content .=   "   <img src=\"../themes/subBlue/images/lilfish.gif\" alt=\"\" width=\"20\" height=\"13\" align=\"absmiddle\" border=\"0\"> <a title=\"Send us your comments\" href=\"modules.php?name=Feedback\">Feed Back</a><br>";
$content .=   "   <img src=\"../themes/subBlue/images/lilfish.gif\" alt=\"\" width=\"20\" height=\"13\" align=\"absmiddle\" border=\"0\"> <a title=\"BASS Surveys\" href=\"modules.php?name=Surveys\">Surveys</a><br>";
$content .=   "   <img src=\"../themes/subBlue/images/lilfish.gif\" alt=\"\" width=\"20\" height=\"13\" align=\"absmiddle\" border=\"0\"> <a title=\"Search this site\" href=\"modules.php?name=Search\">Search</a><br>";
$content .=   "   <img src=\"../themes/subBlue/images/lilfish.gif\" alt=\"\" width=\"20\" height=\"13\" align=\"absmiddle\" border=\"0\"> <a title=\"Send us your news to post on AUSTRALIAN BASS\" href=\"submit.html\">Submit News</a><br>";
$content .=   "   <img src=\"../themes/subBlue/images/lilfish.gif\" alt=\"\" width=\"20\" height=\"13\" align=\"absmiddle\" border=\"0\"> <a title=\"Top 10 across all fields\" href=\"top.html\">Top 10</a><br>";
$content .=   "   <img src=\"../themes/subBlue/images/lilfish.gif\" alt=\"\" width=\"20\" height=\"13\" align=\"absmiddle\" border=\"0\"> <a title=\"Links to other associated websites\" href=\"links.html\">Web Links</a></p>";

?>


cheers
moosus
Find all posts by moosusView user's profileSend private messageVisit poster's websiteMSN Messenger
TFX_NateDog
Corporal
Corporal


Joined: Jun 16, 2005
Posts: 65


PostPosted: Sun Jul 10, 2005 10:02 pm Reply with quoteBack to top

I would download a custom navigation creator called sominare you can find it in the download section very good.

_________________
Image
www.4gamersonline.com
www.clanresources.org
Find all posts by TFX_NateDogView user's profileSend private message
moosus
Nuke Soldier
Nuke Soldier


Joined: Mar 07, 2004
Posts: 14

Location: Australia - Sunny Queensland

PostPosted: Mon Jul 11, 2005 1:24 pm Reply with quoteBack to top

TFX_NateDog

While I thank you for your comment it is not really a solution. I was hoping somebody could tell me what I was missing.

To me my code is a very basic block all returning to the string content and as such sould work ..... this is why I am at a loss to determine my problem.

cheers
moosus
Find all posts by moosusView user's profileSend private messageVisit poster's websiteMSN Messenger
TFX_NateDog
Corporal
Corporal


Joined: Jun 16, 2005
Posts: 65


PostPosted: Fri Jul 15, 2005 9:24 pm Reply with quoteBack to top

The sommaire navigation lets you creat a custom navigation block, like it seems you are trying to do but with more options and ease.

_________________
Image
www.4gamersonline.com
www.clanresources.org
Find all posts by TFX_NateDogView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.206 Seconds - 232 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::