Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 26, 2012, 10:06:27 AM
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
.
155537
Posts in
21714
Topics by
7737
Members
Latest Member:
chris85
WebsiteBaker Community Forum
English
jQuery
(Moderator:
badknight
)
New Module: jQueryAdmin v2.13
Pages: [
1
]
2
3
...
10
Go Down
Author
Topic: New Module: jQueryAdmin v2.13 (Read 18713 times)
BlackBird
AddOn Development
Offline
Posts: 2069
New Module: jQueryAdmin v2.13
«
on:
March 25, 2010, 12:11:08 PM »
Current Version:
2.14 (2011-05-05)
Download:
http://www.websitebakers.com/pages/libs/jqueryadmin.php
Additional Themes und Plugins:
http://jquery.websitebakers.com/plugins/download.php
Plugins Showroom:
http://jquery.websitebakers.com/
jQueryAdmin installs as an Admin Tool and includes the following jQuery components:
* jQuery 1.6
* jQuery UI 1.8.12
* jQuery UI Themes (basic, start, ui-darkness, ui-lightness)
Plugins included
(meant as examples; Fancybox and ClueTips also used by jQueryAdmin itself):
Fancybox 1.3.4 (1.3.1 still included for those who have problems with 1.3.4)
SlimBox2
ClueTips 1.0.6
Feel free to post your questions and/or suggestions here. You may also suggest plugins you'd like to see included. Take a look at the
Themes and Plugins page at AMASP
to see what's already available. You can install Themes and Plugins using the jQueryAdmin Admin Tool.
Known issues
If you use the same CSS in multiple presets loaded on the same page, it will be loaded multiple times. It is not planned to fix this at the moment. It should not cause problems.
Translations incomplete for FR, IT and NO. Missing language strings are provided in English language.
Help?
If you'd like to support this project, you may
provide translation files
create tutorials, especially in other languages than German
help me to extend the english docs on my homepage
send me some chocolate
English Usage Page:
http://www.webing.de/webbird/Websitebaker/JQueryAdminUsage
(under construction)
Screenshot taken in the
jQuery Plugins Showroom
«
Last Edit: May 05, 2011, 09:52:59 AM by BlackBird
»
Logged
Alle großen Veränderungen beginnen im Kleinen
oeh
Offline
Posts: 190
Re: New Module: jQueryAdmin (Alpha)
«
Reply #1 on:
March 25, 2010, 08:52:30 PM »
Norwegian language file.
Maybe it is possible to putt the stuff you stripped down in to yet an other module, or for that mater
in different modules with the specific function in each module.
Logged
Good bye ;-{(
oeh ;-}>
BlackBird
AddOn Development
Offline
Posts: 2069
Re: New Module: jQueryAdmin (Alpha)
«
Reply #2 on:
March 26, 2010, 12:02:51 PM »
Cool, thank you!
I think I will provide the stripped parts and additional Plugins as single downloads you can upload simply via FTP. (One Plugin per download.) Do you think this would be okay?
I am also working on a method to scan the rendered page for specific rel-Tags and/or id's to see if there are specific jQuery components to be loaded. Of course, this kind of "intelligence" is also an performance issue and should be handled with care. But the user decides to use that feature or not.
Logged
Alle großen Veränderungen beginnen im Kleinen
BlackBird
AddOn Development
Offline
Posts: 2069
Re: New Module: jQueryAdmin (Alpha)
«
Reply #3 on:
March 26, 2010, 12:40:25 PM »
Just uploaded v0.7. This is a bugfix release.
* Fix: Storing of custom preset files failed because of wrong path
* Removed ScrollToTop Plugin
* Added SlimBox2 Plugin (provided by "mr-fan" - thank you!)
* Added NO language file (provided by "oeh" - thank you!)
http://www.websitebakers.com/pages/libs/jqueryadmin.php
Logged
Alle großen Veränderungen beginnen im Kleinen
oeh
Offline
Posts: 190
Re: New Module: jQueryAdmin (Alpha)
«
Reply #4 on:
March 26, 2010, 01:19:50 PM »
Quote from: BlackBird
I think I will provide the stripped parts and additional Plugins as single downloads you can upload simply via FTP. (One Plugin per download.) Do you think this would be okay?
This would be wery cool.
Maybe it would be a good thing to use a folder within the media folder e.g.
Code:
MEDIA_DIRECTORY/media/jq/plugins/"modname"/
to store these additional plugins.
It would make the handling and installing of plugins much easier.
Quote from: BlackBird
I am also working on a method to scan the rendered page for specific rel-Tags and/or id's to see if there are specific jQuery components to be loaded. Of course, this kind of "intelligence" is also an performance issue and should be handled with care. But the user decides to use that feature or not.
This is awesome, looking forward to this.
Logged
Good bye ;-{(
oeh ;-}>
BlackBird
AddOn Development
Offline
Posts: 2069
Re: New Module: jQueryAdmin (Alpha)
«
Reply #5 on:
March 26, 2010, 01:30:09 PM »
Quote from: oeh on March 26, 2010, 01:19:50 PM
Maybe it would be a good thing to use a folder within the media folder e.g.
Code:
MEDIA_DIRECTORY/media/jq/plugins/"modname"/
to store these additional plugins.
It would make the handling and installing of plugins much easier.
Hm, it's an option. But you could also upload the plugins using the AFE. Maybe I just include an upload option directly to jQueryAdmin.
Should be simple enough then.
Logged
Alle großen Veränderungen beginnen im Kleinen
mr-fan
Offline
Posts: 1556
Re: New Module: jQueryAdmin (Alpha)
«
Reply #6 on:
March 26, 2010, 01:48:26 PM »
Media Folder isn't the best choice for such things - i've used it just for some improvments with my droplets exercises....
for a beginner or a normal WB User it would be to critical that someone delet a script needed in the frontend...
so a admin modul for this things and to store such scripts is much better as Media!
For now Jqueryadmin search in all the modules/templates + in the jqueryadmin folder for .preset files to change or view in the admin tool.
I'm testing jQueryadmin and will provide more plugins soon to try out what this mod could do for loading frontendscripts...
regards martin
Logged
BlackBird
AddOn Development
Offline
Posts: 2069
Re: New Module: jQueryAdmin (Alpha)
«
Reply #7 on:
March 26, 2010, 01:56:19 PM »
Note: .preset is the suffix for including plugins. .jquery is the suffix for presets created using the Admin Tool. The suffixes differ to make it easier to distinguish.
Logged
Alle großen Veränderungen beginnen im Kleinen
BlackBird
AddOn Development
Offline
Posts: 2069
Re: New Module: jQueryAdmin (Alpha)
«
Reply #8 on:
March 26, 2010, 02:17:10 PM »
Last update for this week. (v0.8 )
* Fixed some issues with loading and saving presets
* Added "readme.html" files with some basic info to plugins (with links to plugin homes, license information etc.)
Logged
Alle großen Veränderungen beginnen im Kleinen
mr-fan
Offline
Posts: 1556
Re: New Module: jQueryAdmin (Alpha)
«
Reply #9 on:
March 26, 2010, 02:46:44 PM »
for some first other testers how easy it is to create a preset.....
it's simple the script 1:1 like on such demosites like the fancybox doku page or other plugin stuff!
simple copy needed scripts + some special jQuery <script type="text/javascript"> ...stuff in a default.present file together with the needed grafics/CSS in a folder under /jqueryadmin/plugins
and you could choose this plugin to load with your personal
myscriptstoload.jqu
ery
Present
in frontend and backend simplest way with the Droplet + the name
for example in my template is before loading module JS files to prevent jquery is needed for some modules by a frontend.js....:
Code:
<?php
if (
function_exists
(
'register_frontend_modfiles'
)) {
register_frontend_modfiles
(
'css'
);}
?>
[[jQueryInclude?preset=myscriptstoload]]
<?php
if (
function_exists
(
'register_frontend_modfiles'
)) {
register_frontend_modfiles
(
'js'
);}
?>
nothing more nothing less
only actual problem with this method is to search for a simple solution to load scripts really only if they needed - but bianka is working on this issue!
here a new plugin demo for testers simple unzip it in the /jqueryadmin/plugins/ folder....
more details of my test's will follow
«
Last Edit: March 26, 2010, 02:49:23 PM by mr-fan
»
Logged
mr-fan
Offline
Posts: 1556
Re: New Module: jQueryAdmin (Alpha)
«
Reply #10 on:
March 26, 2010, 03:23:54 PM »
..because it's so easy......
here is the pageslide plugin for jQueryAdmin:
http://srobbin.com/blog/jquery-pageslide/
simple make a "hidden" Page and on a other page (or footer/global section) a link with a id
used examples in the default.preset file is:
Code:
<script typ="text/Javascript">
$(document).ready(function() {
$("#slide-left").pageSlide({ width: "350px", direction: "left" });
$("#slide-right").pageSlide({ width: "350px", direction: "right" });
});
</script>
you could choose for CSS id #slide-left or #slide-right for your hidden page link!
simple unzip it to the /jqueryadmin/plugins/ folder and choose it for your personal preset file that is load in your template like i've told bevore with the droplet....
regards martin
Logged
mr-fan
Offline
Posts: 1556
Re: New Module: jQueryAdmin (Alpha)
«
Reply #11 on:
March 26, 2010, 08:38:14 PM »
so next one - a simple Tooltip Plugin
just use the given classes or create additional classes in the default.preset in the plugin folder
Code:
$('a.ttlight').tinyTips('light', 'title');
$('a.ttpyellow').tinyTips('yellow', 'title');
$('a.ttgreen').tinyTips('green', 'title');
$('a.ttblue').tinyTips('blue', 'title');
.ttlight - .ttyellow - .ttgreen - .ttblue are prepared!
more details here:
http://www.digitalinferno.net/blog/jquery-plugin-tinytips-1-1/
unzip to /jqueryadmin/plugins/
have fun
martin
it's so easy to implement such plugins - it's just copy and paste only the usage of the loading mechanism is once to learn...
Logged
BlackBird
AddOn Development
Offline
Posts: 2069
Re: New Module: jQueryAdmin (Alpha)
«
Reply #12 on:
March 29, 2010, 10:00:38 AM »
Thank you, mr-fan, for your support! I am curious to hear about any ideas to make this module more convenient and easy to use. We have just made some first steps on the way, so I'm sure there's still much potential to make this perfect.
I am going to create a download page for plugins. Maybe I will also add a method to add and update those plugins directly from the Admin Tool. (There are some prerequisites the server must fulfil for this to work.)
Logged
Alle großen Veränderungen beginnen im Kleinen
BlackBird
AddOn Development
Offline
Posts: 2069
Re: New Module: jQueryAdmin (Alpha)
«
Reply #13 on:
March 30, 2010, 02:03:38 PM »
v0.9
* Fix: Typo in path to jquery-1.4.2.js
* New: Files in jquery-ui-1.8/external can be added now, too
* New: Prepared Plugins can be added (uploaded) using the Admin Tool now
* New: There's only one Droplet now that can do it all
* New: Presets can be deleted, too
Help pages are in progress.
"erpe" and "mr-fan" already sent me prepared jQuery Plugins that can be easily added using the jQueryAdmin Admin Tool.
I'm sure they'll help me to set up an easy to understand explanation on how to do this.
Edit: Removed attached plugin zip. An "official" download page is in progress.
«
Last Edit: March 31, 2010, 02:54:03 PM by BlackBird
»
Logged
Alle großen Veränderungen beginnen im Kleinen
erpe
Offline
Posts: 2077
Re: New Module: jQueryAdmin (Alpha)
«
Reply #14 on:
March 30, 2010, 05:11:53 PM »
Hi
I really like the feature to upload plugins and the way to get the readme files in the 0.9 release.
And as Martin said: it is so easy to vreate new plugins.........
I reworked the readme file (modified some links) of ImageOverlay-plugin.
http://www.websitebakers.com/pages/libs/jqueryadmin/jquery-library.php
Good work Bianka.
rgds
erpe
«
Last Edit: March 31, 2010, 03:05:04 PM by erpe
»
Logged
stories about
be part of the Tutorials-Project
visit the jQuery-Showroom
BlackBird
AddOn Development
Offline
Posts: 2069
Re: New Module: jQueryAdmin (Alpha)
«
Reply #15 on:
March 30, 2010, 06:01:31 PM »
With next version 0.10 you will be able to add themes the same way you add plugins.
Also, I am working on preset files for the UI components that are included when choosing a component. This makes it possible to solve dependencies, add default script etc.
Example: The Accordion component needs the Widget component. Also, the accordion must be added to a certain div. So here's the content of the accordion.preset:
Code:
<script src="{WB_URL}/modules/jqueryadmin/jquery-ui-1.8/ui/jquery.ui.widget.js" type="text/javascript"></script>
<script>
$(document).ready(function() {
$("#accordion").accordion();
});
</script>
Usage example:
* Create a new preset, name it "accordion" (for example) and check the Accordion UI Component.
* Add a WYSIWYG section on a page of your choice.
* Add a <div> with id "accordion" with any content of your choice; there should be a nested list or something to see the effect. (See the Accordion docs for details. ->
http://docs.jquery.com/UI/Accordion
)
* Add the jQueryLoader Droplet beneath the div:
Code:
[[jQueryLoader?preset=accordion]]
* View the page and enjoy!
(You will need v0.10 for this to work!)
Edit: Just uploaded v0.10. Try the theme attached to check out the new theme upload function.
«
Last Edit: March 30, 2010, 06:11:32 PM by BlackBird
»
Logged
Alle großen Veränderungen beginnen im Kleinen
BlackBird
AddOn Development
Offline
Posts: 2069
Re: New Module: jQueryAdmin (Alpha)
«
Reply #16 on:
March 31, 2010, 02:02:29 PM »
New version v0.11 is available now.
* Fix: Hardcoded "admin" directory
* New: Renamed the "getall" option to "anyjs" (which is more specific)
* New: Only "minified" scripts are included now; this makes the module smaller and easier to use (dropped backend option "use minified scripts")
* New: Added some previews for UI components (Accordion, Tabs, Dialog, Datepicker)
* New: Added two predefined presets (Accordion, Dialog)
* New: Backend now uses "Fancybox" for Readme files and previews
* New: Added predefinition files for component dependencies (Example: If you check the "Dialog" UI component, all other components that are necessary for this one to work are added automatically)
There are still some "known issues", but we're very close to Beta now.
http://www.websitebakers.com/pages/libs/jqueryadmin.php
«
Last Edit: March 31, 2010, 02:46:39 PM by BlackBird
»
Logged
Alle großen Veränderungen beginnen im Kleinen
erpe
Offline
Posts: 2077
Re: New Module: jQueryAdmin (Alpha)
«
Reply #17 on:
March 31, 2010, 03:00:48 PM »
Plugins and Themes can now be downloaded:
http://www.websitebakers.com/pages/libs/jqueryadmin/jquery-library.php
Latest module-release is available on this page:
http://www.websitebakers.com/pages/libs/jqueryadmin.php
rgds
erpe
Logged
stories about
be part of the Tutorials-Project
visit the jQuery-Showroom
oeh
Offline
Posts: 190
Re: New Module: jQueryAdmin (Alpha)
«
Reply #18 on:
March 31, 2010, 05:58:09 PM »
Updated Norwegian Languagefile.
Any chance the plugins could be made multi lingual where it is any dialogs involved?
sorry oeh
i've missed the right button and didn't realize that...regards martin
«
Last Edit: April 01, 2010, 11:29:32 AM by mr-fan
»
Logged
Good bye ;-{(
oeh ;-}>
BlackBird
AddOn Development
Offline
Posts: 2069
Re: New Module: jQueryAdmin (Alpha)
«
Reply #19 on:
March 31, 2010, 06:34:24 PM »
Hum??? How could this happen? The post is by "oeh" but modified by mr-fan???
Logged
Alle großen Veränderungen beginnen im Kleinen
BlackBird
AddOn Development
Offline
Posts: 2069
Re: New Module: jQueryAdmin (Alpha)
«
Reply #20 on:
March 31, 2010, 06:36:54 PM »
Uhm, I can only offer multilingual files where these are offered by the original plugin author. (Most of them don't) For the jQuery UI, all available i18n files are shipped with the module. I don't know for sure, but I think most plugins simply aren't multilingual. (Correct me if I'm wrong...)
Logged
Alle großen Veränderungen beginnen im Kleinen
Waldschwein
Guest
Re: New Module: jQueryAdmin (Alpha)
«
Reply #21 on:
March 31, 2010, 09:09:37 PM »
Quote from: BlackBird on March 31, 2010, 06:34:24 PM
Hum??? How could this happen? The post is by "oeh" but modified by mr-fan???
Perhaps Martin just wanted to use the Quote-Button and used the Edit-Button (he's moderator). But nothing to worry, that can happen as it's really hard on that... *good* design and the original post by oeh is just his quote.
Yours Michael
Logged
oeh
Offline
Posts: 190
Re: New Module: jQueryAdmin (Alpha)
«
Reply #22 on:
March 31, 2010, 09:10:42 PM »
Well, not quite sure how comes mr-fan edited my post, but it's ok by me.
When it comes to multi lingual, I was only thinking of any
adaptions made in any case where a module are adapted ore written for WB
and has some kind of interaction/ written output that are possible to put in to a language file.
One of the reasons for this wishfullness from my side, is that I'm working on
(maybe a bit ambiguous on my part) what is to be my first real page,
which are to be in Norwegian, English, Dutch, Finnish, .....
As I'm no coder, as for the time being that is, I find it quite hard
to adapt Droplets, Scripts....... in to being able to handle by bilingual needs.
Regards
;-}
«
Last Edit: March 31, 2010, 09:12:56 PM by oeh
»
Logged
Good bye ;-{(
oeh ;-}>
Stefek
WebsiteBaker Org e.V.
Offline
Posts: 4884
Re: New Module: jQueryAdmin (Alpha)
«
Reply #23 on:
March 31, 2010, 11:14:45 PM »
@oeh
He accidentally used the "edit" button instead of the "cite" button.
Can happen if you're logged in as Admin
Logged
"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
oeh
Offline
Posts: 190
Re: New Module: jQueryAdmin (Alpha)
«
Reply #24 on:
March 31, 2010, 11:35:12 PM »
Quote from: Stefek on March 31, 2010, 11:14:45 PM
@oeh
He accidentally used the "edit" button instead of the "cite" button.
Can happen if you're logged in as Admin
I know. Ben there, don that
Logged
Good bye ;-{(
oeh ;-}>
Pages: [
1
]
2
3
...
10
Go Up
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
=> Security Announcements
=> Documentation
=> WebsiteBaker Website Showcase
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.9
===> Announcements
===> Help/Support
=====> Modules / Extensions
===> Suggestions
===> Software bugs
=> Help & Support
=> Modules
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
=> jQuery
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
=> Archive (posts up to 2007)
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> WebsiteBaker 2.9
===> Ankündigungen
===> Hilfe/Support
=====> Module / Extensions
===> Vorschläge
===> Softwarefehler
===> Erfahrungs und Testberichte
=> Hilfe/Support
=> Module & Snippets
=> Templates & Design
=> Tutorials
=> jQuery
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
-----------------------------
Bakery (WB shop module)
-----------------------------
=> Bakery English
=> Bakery Deutsch
-----------------------------
KeepInTouch (Multi Contact Module)
-----------------------------
=> KeepInTouch English
=> KeepInTouch Deutsch
Loading...