Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
February 12, 2012, 08:30:10 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Interested in joining the WebsiteBaker team?
For more Information read
here
or on our
new website
.
149683
Posts in
21102
Topics by
7538
Members
Latest Member:
ionline
WebsiteBaker Community Forum
English
jQuery
(Moderator:
badknight
)
Looking for a jQuery developer
Pages: [
1
]
Go Down
Author
Topic: Looking for a jQuery developer (Read 1457 times)
Argos
WebsiteBaker Org e.V.
Offline
Posts: 2084
Looking for a jQuery developer
«
on:
January 29, 2010, 01:25:26 PM »
I'm working on a jQuery version of my Argos backend theme. In the Settings section I'm stuck on a few bit and pieces of old inline javascript calls that interfere with jQuery. My skills are too limited to rework the javascript commands into jQuery. Is there anyone who can help me here?
See also
http://www.websitebaker2.org/forum/index.php/topic,16823.0.html
It's this code that needs to be reworked:
Code:
<div class="setting">
<div class="setting_name">{TEXT_WBMAILER_FUNCTION}:</div>
<div class="setting_value">
<input type="radio" name="wbmailer_routine" id="wbmailer_routine_phpmail" onclick="javascript:change_wbmailer('phpmail');" style="width:14px;height:14px;" value="phpmail"{PHPMAIL_SELECTED} />
<label for="wbmailer_routine_phpmail" onclick="javascript: change_wbmailer('phpmail');">{TEXT_WBMAILER_PHP}</label>
<input type="radio" name="wbmailer_routine" id="wbmailer_routine_smtp" onclick="javascript:change_wbmailer('smtp');" style="width:14px;height:14px;" value="smtp"{SMTPMAIL_SELECTED} />
<label for="wbmailer_routine_smtp" onclick="javascript: change_wbmailer('smtp');">{TEXT_WBMAILER_SMTP}</label>
</div>
</div>
<div class="setting" id="row_wbmailer_smtp_settings" style="display:{SMTP_VISIBILITY};">
<p style="padding-top:10px;line-height:1.4em;margin-top:0;">{TEXT_WBMAILER_NOTICE}</p>
</div>
<div class="setting" id="row_wbmailer_smtp_host" style="display:{SMTP_VISIBILITY};">
<div class="setting_name">{TEXT_WBMAILER_SMTP_HOST}:</div>
<div class="setting_value">
<input type="text" style="width:250px" name="wbmailer_smtp_host" value="{WBMAILER_SMTP_HOST}" />
</div>
</div>
<div class="setting" id="row_wbmailer_smtp_auth_mode" style="display:{SMTP_VISIBILITY};">
<div class="setting_name">{TEXT_WBMAILER_SMTP_AUTH}:</div>
<div class="setting_value">
<input type="checkbox" name="wbmailer_smtp_auth" id="wbmailer_smtp_auth" onclick="javascript:toggle_wbmailer_auth();" style="width:14px;height:14px;" value="true"{SMTP_AUTH_SELECTED} />
<label for="wbmailer_smtp_auth" onclick="javascript: toggle_wbmailer_auth(this.value);">({TEXT_WBMAILER_SMTP_AUTH_NOTICE})</label>
</div>
</div>
<div class="setting" id="row_wbmailer_smtp_username" style="display:{SMTP_VISIBILITY_AUTH};">
<div class="setting_name">{TEXT_WBMAILER_SMTP_USERNAME}:</div>
<div class="setting_value">
<input type="text" style="width:250px" name="wbmailer_smtp_username" value="{WBMAILER_SMTP_USERNAME}" />
</div>
</div>
<div class="setting" id="row_wbmailer_smtp_password" style="display:{SMTP_VISIBILITY_AUTH};">
<div class="setting_name">{TEXT_WBMAILER_SMTP_PASSWORD}:</div>
<div class="setting_value">
<input type="password" style="width:250px" name="wbmailer_smtp_password" value="{WBMAILER_SMTP_PASSWORD}" />
</div>
</div>
«
Last Edit: January 29, 2010, 01:33:22 PM by Argos
»
Logged
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase:
http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
WebBird
Guest
Re: Looking for a jQuery developer
«
Reply #1 on:
January 29, 2010, 02:52:27 PM »
Maybe I can help, but I really don't understand what's the question.
Can you explain it to me like to a little girl...?
Logged
Argos
WebsiteBaker Org e.V.
Offline
Posts: 2084
Re: Looking for a jQuery developer
«
Reply #2 on:
January 29, 2010, 04:30:34 PM »
LOL I'll try
It's about the last part of the Settings. In your backend you will see the part become visible if you choose SMTP in the Mailer Settings.
That piece of code has a number of inline javascript calls, that both function as an opion select and switch to show more options below. This inline javascript conflicts with jQuery, and my wish is to get rid of this inline javascript, and to replace the same functionality by using jQuery.
I hope that's clear!
Logged
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase:
http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
WebBird
Guest
Re: Looking for a jQuery developer
«
Reply #3 on:
January 31, 2010, 03:19:52 PM »
Ah, okay. Are you going to use AJAX for this part? Or just "toggle" visibility?
Logged
Argos
WebsiteBaker Org e.V.
Offline
Posts: 2084
Re: Looking for a jQuery developer
«
Reply #4 on:
January 31, 2010, 05:14:02 PM »
Quote from: WebBird on January 31, 2010, 03:19:52 PM
Ah, okay. Are you going to use AJAX for this part? Or just "toggle" visibility?
If I knew that I wouldn't need a developer. I only know a little bit of jQuery, enough to implement tabs and that kind of stuff. I just want to keep the same functionality without the old inline javascript. Don't ask me how, I cannot tell you. That's why I need a helping hand. Please look at the current functionality, and current code. This must be made in jQuery. If you can do it, please help. If you can't, don't ask me for clues or info. I can't answer you.
Logged
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase:
http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
WebBird
Guest
Re: Looking for a jQuery developer
«
Reply #5 on:
February 01, 2010, 10:52:53 AM »
Well, I need to know what you prefer before I can help.
The "old" WB backend just hides form parts that are not needed using CSS and JS. Means: The HTML is in the source of the page, it's just not shown by the browser. This can be done easily using jQuery toggle().
The alternative would be to load that additional part only if it's needed, using AJAX. Means: The HTML is NOT in the source of the page, but will be loaded dynamically when the radio is changed.
So, I think you're after the first option. I can do that. Can you send me the current state of the theme? Would be easier for me to do...
Logged
Argos
WebsiteBaker Org e.V.
Offline
Posts: 2084
Re: Looking for a jQuery developer
«
Reply #6 on:
February 01, 2010, 12:21:16 PM »
Hi Webbird,
no, it's not a simple hide/show, that I can do myself. Actually, I did that in the new version with the Basic/Advanced Settings. I described the problem in the other thread, but I guess you missed that. This is the situation I layed out in the other thread:
"The problem for me is that I'm not good enough to restyle the old style javascript into compatible jQuery. Simple hide/show stuff I can do, but that part is a bit more complex, because
it shows/hides content based on user choices, and also stores values at the same time
. That's over my head."
So the combination of hiding/showing together with storing values at the same time, that's the challenge. I don't know if that must be done with AJAX or something else, I am not a developer and don't know about that stuff. I just want to mimic the old situation with jQuery, that's all I know.
If you can think you can help, I will send you the theme. Please let me know.
Logged
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase:
http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
WebBird
Guest
Re: Looking for a jQuery developer
«
Reply #7 on:
February 01, 2010, 01:52:54 PM »
So you need to store some data and then toggle the options? Hm. Just let me see the old code and I will "translate" it so jQuery. I think I can do.
Edit: The thread you linked was too long for me to read it all, so I missed that part.
Logged
Argos
WebsiteBaker Org e.V.
Offline
Posts: 2084
Re: Looking for a jQuery developer
«
Reply #8 on:
February 01, 2010, 02:32:26 PM »
Eh... the old code is posted above
If you PM me your email address, I will send you the complete theme.
Logged
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase:
http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
Argos
WebsiteBaker Org e.V.
Offline
Posts: 2084
Re: Looking for a jQuery developer
«
Reply #9 on:
February 01, 2010, 02:50:00 PM »
WAIT.... I think it may not be the inline javascript that's causing troubles, but something else. I'm not sure what yet though...
Logged
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase:
http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
WebBird
Guest
Re: Looking for a jQuery developer
«
Reply #10 on:
February 01, 2010, 04:03:38 PM »
Well, your decision. In my opinion, replacing "old" JS by jQuery is always the right choice, but... Your theme, your decision.
Logged
Argos
WebsiteBaker Org e.V.
Offline
Posts: 2084
Re: Looking for a jQuery developer
«
Reply #11 on:
February 01, 2010, 04:08:16 PM »
Quote from: WebBird on February 01, 2010, 04:03:38 PM
Well, your decision. In my opinion, replacing "old" JS by jQuery is always the right choice, but... Your theme, your decision.
Yes, it should be replaced, but it seems that it's not causing the problem I described in the other thread. It seems to have something to do with a jQuery UI setting or bug, I'm not sure yet. I need to first locate the error before exchanging the JS into jQuery. I'll get back to you when I foudn it.
Logged
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase:
http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
WebBird
Guest
Re: Looking for a jQuery developer
«
Reply #12 on:
February 01, 2010, 07:26:17 PM »
Ok, just send me a PM or place a note here.
Logged
Pages: [
1
]
Go Up
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
-----------------------------
English
-----------------------------
=> Help & Support
-----------------------------
General
-----------------------------
=> WebsiteBaker Website Showcase
-----------------------------
English
-----------------------------
=> Modules
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
-----------------------------
General
-----------------------------
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
-----------------------------
General
-----------------------------
=> Security Announcements
-----------------------------
Deutsch (German)
-----------------------------
=> Hilfe/Support
-----------------------------
General
-----------------------------
=> Documentation
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
=> Module & Snippets
-----------------------------
English
-----------------------------
=> Archive (posts up to 2007)
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Deutsch (German)
-----------------------------
=> jQuery
=> Tutorials
=> Templates & Design
-----------------------------
English
-----------------------------
=> jQuery
-----------------------------
Bakery (WB shop module)
-----------------------------
=> Bakery English
=> Bakery Deutsch
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.9
===> Announcements
===> Help/Support
===> Suggestions
-----------------------------
Deutsch (German)
-----------------------------
=> WebsiteBaker 2.9
===> Ankündigungen
===> Hilfe/Support
===> Vorschläge
-----------------------------
English
-----------------------------
===> Software bugs
-----------------------------
Deutsch (German)
-----------------------------
===> Softwarefehler
=====> Module / Extensions
-----------------------------
English
-----------------------------
=====> Modules / Extensions
-----------------------------
Deutsch (German)
-----------------------------
===> Erfahrungs und Testberichte
-----------------------------
KeepInTouch (Multi Contact Module)
-----------------------------
=> KeepInTouch English
=> KeepInTouch Deutsch
Loading...