Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-19-2009, 01:15 PM   PM User | #1
Nik77
New to the CF scene

 
Join Date: Dec 2009
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Nik77 is an unknown quantity at this point
Unhappy Drop down Panel script - Help with Pay

Hello.I Have try to install Drop down Panel script and unfortunately can not do it.
I can pay someone 10 dollars to give me step by step Directives with msn how to do it.
If someone interesting please sent me pm to give you my msn..I will pay with paypal

i think i have done everything but im new to this stuff and somewere in the code i screw up

this is the script here

Last edited by Nik77; 12-19-2009 at 01:17 PM..
Nik77 is offline   Reply With Quote
Old 12-19-2009, 01:55 PM   PM User | #2
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Quote:
Step 2: Then, open up jkpanel.js, and edit the very last line of the script:

jkpanel.init(''panelcontent.htm', '200px', 500)
The issue might be in the above line. Only one single quote is required there.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 12-19-2009, 02:08 PM   PM User | #3
Nik77
New to the CF scene

 
Join Date: Dec 2009
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Nik77 is an unknown quantity at this point
I have create a folder in my server called panel

So my full path is:
http://mydomain/myforum/panel
in there i have upload the jkpanel.js,jquery-1.2.2.pack.js,and the image panel.gif
i have create an panelcontent.htm page also and upload it in that forder.
I use IPB3 and i place the script inti the head also.

Now i dont unterstand is what i have to place in the script.
For example here:

<script type="text/javascript" src="jquery-1.2.2.pack.js"></script>

Here:

<script type="text/javascript" src="jkpanel.js">

and here:

background: transparent url("panel.gif")

I have try both ways like this above and like this below:

<script type="text/javascript" src="http://mydomain/myforum/panel/jquery-1.2.2.pack.js"></script>

Here:

<script type="text/http://mydomain/myforum/panel/javascript" src="jkpanel.js">

and here:

background: transparent url("http://mydomain/myforum/panel/panel.gif")

Wich of the two examples are corect and what am I missing?
Nik77 is offline   Reply With Quote
Old 12-19-2009, 02:35 PM   PM User | #4
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Quote:
I have create a folder in my server called panel

So my full path is:
http://mydomain/myforum/panel
in there i have upload the jkpanel.js,jquery-1.2.2.pack.js,and the image panel.gif
i have create an panelcontent.htm page also and upload it in that forder.
If they are all in the same directory, you don't have to change any path in the original script. The only thing to note is that syntax error as shown in my first post.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 12-19-2009, 03:08 PM   PM User | #5
Nik77
New to the CF scene

 
Join Date: Dec 2009
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Nik77 is an unknown quantity at this point
Sorry mate.I have mannage nothing yet.Do you want me to sent you log in details for ftp and forum?

Thanks a lot for your help so far..
Nik77 is offline   Reply With Quote
Old 12-19-2009, 03:28 PM   PM User | #6
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Just upload your panelcontent.htm page and I'll try to give you a working demo.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Users who have thanked abduraooft for this post:
Nik77 (12-19-2009)
Old 12-19-2009, 04:02 PM   PM User | #7
Nik77
New to the CF scene

 
Join Date: Dec 2009
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Nik77 is an unknown quantity at this point
Thank you.
I send you an e-mail with the url cause i can not sen you personal message as i see

Im verry sorry i can not place my forum details here.Forgive me for that
Nik77 is offline   Reply With Quote
Old 12-19-2009, 04:24 PM   PM User | #8
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Check the attachment.
Attached Files
File Type: zip Nik.zip (17.5 KB, 88 views)
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 12-26-2009, 11:27 PM   PM User | #9
rabyl
New to the CF scene

 
Join Date: Dec 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
rabyl is an unknown quantity at this point
Cool I would like it fix !!!

Hi,
I am very interested in this subject. I tried the script http://www.javascriptkit.com/script/...ownpanel.shtml and i like it but there I have a problem ....
I tried to insert in my panel.html the form login/password but when I click on it it disappear....I would like to fix it and only when I click on panel button it goes back but not on the text or my form login/password
SO i do not know if I need to change java script...
Thank for your help
rabyl is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:36 PM.


Advertisement
Log in to turn off these ads.