 |
|
 |
|
- Readme First! - Read and follow the rules, otherwise your posts will be closed |
|
|
|
|
|
There are currently, 362 guest(s) and 0 member(s) that are online.
You are Anonymous user. You can register for free by clicking here |
|
|
|
|
|
Nuke Cops NavTap - Navigational Menu Released |
|
Nuke Cops developed the wonderfully fantastic menu bar that makes no use of Javascript or DHTML or JAVA. The code is all PHP based and renders simple HTML. Your users won't experience slow page loads/renders thanks to the simplicity of the menu.
Nuke Cops promised to deliver this product after receiving enormous requests for it. The milestone for release was one million page views for a single month. The good news is we are on are way to making that milestone this very month.
However, because our membership is such a wonderful one, I've decided to say thanks to the Nuke Cops users by releasing the code tonight.
Many of you recall last week I've mentioned it would be released, so here it is. The files are all integrated into beta.nukecops.com tonight, as has been witnessed and used at nukecops.com and computercops.biz.
You may grab the files from our charismatic cvs.nukecops.com website. If you are running our PHP-Nuke Bundle, then simply run the cron update script to update your site automatically. Otherwise you can download the required files individually:
includes/navtap.php
language/lang-english.php
images/posts.gif
images/members.gif
images/icon_mini_folder2.gif
mainfile.php
Or you can download a snapshot as early as betaNC_20030818.tar.gz from our snaps.nukecops.com
You can adapt this code to fit your PHP-Nuke site, however it is optimized to run on our family of PHP-Nuke sites.
Bugs Found?
Simply report them at bugs.nukecops.com so we can track them and fix them quickly.
Comments/Questions?
Come over and join the family in our attractive and engaging forums.
NavTap is the tool that empowers your members to navigate your site quickly and easily. It fosters site stickiness.
And remember, to the world you may just be one person. But to one person, you just might be the world.
Thank you.
|
|
Posted on Sunday, August 17 @ 21:26:58 CEST by Zhen-Xjell |
|
|
|
|
| |
|
|
| | The comments are owned by the poster. We aren't responsible for their content. |
| | | | |
| No Comments Allowed for Anonymous, please register | | | | |
]
Re: Nuke Cops NavTap - Navigational Menu Released (Score: 1) by kjcdude on Monday, August 18 @ 04:18:38 CEST (User Info | Send a Message) http://kyle.theocsucks.com | | I think that anything realeased should be compliled into some sort of compressed file with all of the files in the correct place and an install if there is a database change so it is easy to upload and easy to install. |
]
| | | | |
Re: Nuke Cops NavTap - Navigational Menu Released (Score: 1) by VinDSL on Monday, August 18 @ 04:14:19 CEST (User Info | Send a Message) http://www.lenon.com/ | Now there's something I can sink my teeth into! Does it come in flat black?
Thanks Bugs! |
| | | | |
Re: Nuke Cops NavTap - Navigational Menu Released (Score: 1) by Zhen-Xjell on Monday, August 18 @ 18:03:54 CEST (User Info | Send a Message) http://castlecops.com | Hi folks, I had some errands to run the whole day but I realized while out of the office that I forgot to mention to critical element. In order to enable the NavTap you need to edit your themes theme.php file. Please add the following lines:
// NavTap Navigational Bar by http://nukecops.com by default enabled.
NavTap();
Find the "body" tag line in the theme.php and place the above after it.
That's it. :) |
Re: Nuke Cops NavTap - Navigational Menu Released (Score: 1) by Raven on Monday, August 18 @ 18:22:40 CEST (User Info | Send a Message) http://ravenphpscripts.com | Then that would mean we have to add that to every theme, correct? Since the only time the function is available is when mainfile is called (as that is where it gets included), why not just call it there? Or am I overlooking a danger or something terribly obvious as I stare at this screen with blood-shot eyes :lol:
BTW, thanks for releasing this! |
]
Re: Nuke Cops NavTap - Navigational Menu Released (Score: 1) by Zhen-Xjell on Monday, August 18 @ 19:25:07 CEST (User Info | Send a Message) http://castlecops.com | | No you are right exactly. The problem lies in the fact that the colors can only be set once. And since the product was only being used at my sites, I didn't make it very robust. The next release will allow it to use matching colors for matching themes. |
]
| | | | | |
|