two new small features

Locked
nebeat

two new small features

Post by nebeat »

Congratulation and big thanks for new 3.76 NJB, Willem,

now , i ´ll like add to ur NJB 2 new small features, but i am not php guru and i dont know ur NJB precise enough. (architecture,query,etc).

I tried to put in NJB small (only 2 kbs big script) for minichat (similar to shoutcast for phpbb), but not successfull.
I 'll like have this minibox only on menu, but my minibox have i on index.php, and i cannt log in NJB.This minibox works fine on index.php, but my NJB doesnt work more.
If u have a bit time, can u get me help for right configuration in ur NJB ,plz ?
Here is link : http://www.jibble.org/chatbox.php

Second feature is uploadscript to NJB.
I created new button on ur navigationtray for menu.
I creater new upload.php in NJB and copied script in this new php file.
It works, but its on every site (browse,menu,favorites,config,upload) under ur navigationtray (hidden - when i use wheel on mouse, it comes to top,over ur tray).Can u get me right config or answer, how to do , plz ?
Here is link : http://66.249.93.104/search?q=cache:pAx ... =firefox-a

Thx again and keep ur good work.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: two new small features

Post by wbartels »

nebeat wrote:Congratulation and big thanks for new 3.76 NJB, Willem,
Thanks :D :D
nebeat wrote: I tried to put in NJB small (only 2 kbs big script) for minichat (similar to shoutcast for phpbb), but not successfull.
I 'll like have this minibox only on menu, but my minibox have i on index.php, and i cannt log in NJB.This minibox works fine on index.php, but my NJB doesnt work more.
If u have a bit time, can u get me help for right configuration in ur NJB ,plz ?
Here is link : http://www.jibble.org/chatbox.php
Place the script in another subdirectory.

Code: Select all

netjukebox/minichat/index.php
                   /all other files...
And link it from the menu:

Code: Select all

<a href="minichat/index.php" target="main">minichat</a>';
nebeat wrote:Second feature is uploadscript to NJB.
I created new button on ur navigationtray for menu.
I creater new upload.php in NJB and copied script in this new php file.
It works, but its on every site (browse,menu,favorites,config,upload) under ur navigationtray (hidden - when i use wheel on mouse, it comes to top,over ur tray).Can u get me right config or answer, how to do , plz ?
Here is link : http://66.249.93.104/search?q=cache:pAx ... =firefox-a
If you want the link in the navigation bar and only visible in browse, add the disered links before the FormattedNavigator() function in browse.php.
FormattedNavigator() exists 13 times in the browse.php script.
Locked