New Module: jQueryAdmin v2.13

BlackBird

Can you send me your module to check this? Would be easier/better than to create my own test case. At a first glance, you've done all alright. :roll:
[url=http://wbaddons.webbird.de]http://wbaddons.webbird.de[/url] [url=http://www.WebsiteBaker.org/forum/index.php/topic,27476.msg189845.html#msg189845]Don't miss this[/url]

Spritemarkiv

I am trying to integrate this(v.1.0) into the new DataTable module and having some problems.
1. I have created the module/DataTable/presets/DataTablePreset.jquery file.
2. I insert the Droplet [[jQueryInclude?module=DataTable&preset=DataTablePreset]] into my code.
3. jquery, and my preset dosen't load

If I then add a preset called DataTablePreset to the jQueryAdmin folder it works.

QuoteThe droplet now looks into ./modules/mymodule/presets and ./modules/mymodule/jquery/presets  to find a file named mypreset.jquery.

So, I think it is looking for the preset in the jQueryAdmin preset folder and not in the module preset folder.

I'm just starting to wrap my head around this and might have misunderstood something.  Any guidance would be appreciated.


Side note: If I hover over the UI Themes Plus sign, I get the pop up but it says
QuoteNotice: Undefined index: theme_add_info in C:\Users\xampp\htdocs\wb\modules\jqueryadmin\tool.php  on line 188

mr-fan

Quote from: Boudi on May 10, 2010, 03:26:04 PM

4) Put down a droplet with: [[jQueryInclude?plugin=<galerij>]]

In the sourcecode of the page it says: <!-- jQueryAdmin: unable to load preset [default] -->

hi boudi,

great to see that more and more people use jQueryAdmin!

One of the most read issues is the two different things  preset != plugin.... :wink:

Preset:

- you could create a "preset" with all the scripts (=plugins) you need for example in the template!
  this file looks like galerij.jquery (you _must_ create it and choose the plugins or UI in the optionslists)
- this presets could be in the template file or in a module file (=just one file for the whole script setup)

=> Presets loaded with
[[jQueryInclude?preset=galerij]]

Plugins:


- you could create "manually" with putting your favorite jQuery Plugin (JS+CSS+Images if needed) with a default.preset
  file (and additional a readme.html for help) in a .zip!
- a single plugin is part of the options list in the jQueryAdmin Backend!
- this plugin you can combine with others or needed UI parts for your project!
- in the plugins you could edit the whole jQuery stuff with the AFE (it's not tricky mostly exactly like on the demo pages
  of the originally jQuery Plugin!!

=> Plugins loaded with
[[jQueryInclude?plugin=Colorbox-1.3.6]]

so third option to load presets (see first point)

[[jQueryLoader]]
used in the Template or under WB Backend->Options->footer!

With this droplet you could create a preset for one page!

You could create a preset and name it like the page_id (12 for example) so on the page with the id 12 this preset is loaded!

But thats the same effect if you drop the jQueryInclude droplet in the page (12) directly in the wysiwyg!
(But with the jQueryLoader option for example your customer not see or could delete the droplet!... :wink:)

have fun
martin

BlackBird

#78
Quote from: Boudi on May 10, 2010, 03:26:04 PM
1) Install jqueryadmin mod
2) Uploaded colorbox from the jquery admin
3) Checked colorbox, create presetname (galerij) and saved it
4) Put down a droplet with: [[jQueryInclude?plugin=<galerij>]]

Use one of
[[jQueryInclude?preset=galerij]]
OR
[[jQueryInclude?plugin=ColorBox-1.3.6]]

Never quote the <> thingy, it's only to show what part of the code has to be replaced with the correct name!

So, if the help file shows:
[[jQueryInclude?preset=<Presetname>]]
you will have to replace the complete <Presetname> string with the name you gave, which is galerij in your example.
[url=http://wbaddons.webbird.de]http://wbaddons.webbird.de[/url] [url=http://www.WebsiteBaker.org/forum/index.php/topic,27476.msg189845.html#msg189845]Don't miss this[/url]


Boudi

Grrrrr  :x

You mean the help file of the colorbox in the jquery admin?
...:: Bake the Unbakable ::...

erpe0812

mmhhhhhh

In the meantime I played around with the colorbox which I never used before:
http://www.rvb.bplaced.net/pages/colorbox.php

I did exactly what the help-file says.

rgds

erpe


Boudi

Hi Erpe,

Thnq for the quick respond.

Same thing:

<!-- jQueryAdmin: unable to load preset [default] -->
...:: Bake the Unbakable ::...

erpe0812

Hi Boudi

try it with
[[jQueryInclude?plugin=galerij]]

rgds

erpe

Boudi

#72
Ok...finally I took the step to dive into the jquery thing. To be honest, the term is not unknonw for me, however the usage totally is! But I see the great potential it has so in order to offer these plugings to my customers I need to know how this stuff works in combination with WB.

What my first goal was is to make the colorbox working. But just like crnogorac081 I'm stucked.

My steps:

1) Install jqueryadmin mod
2) Uploaded colorbox from the jquery admin
3) Checked colorbox, create presetname (galerij) and saved it
4) Put down a droplet with: [[jQueryInclude?plugin=<galerij>]]

In the sourcecode of the page it says: <!-- jQueryAdmin: unable to load preset [default] -->

How do I get Colorbox working in order to see images?

I really like to get this thing going in order to find out more about jquery.

Boudi

...:: Bake the Unbakable ::...

crnogorac081

Oh, great... now it is much clear to me..

thanks birdie !
Web developer

BlackBird

The first post is rather long. The correct way should be quoted in the help file that comes with the plugin. Anyway, I added a two-step-instruction how to include a specific plugin to the first post. This is the easiest way:

* Download and install the plugin.
* Add it to the page using:
[[jQueryInclude?plugin=<Name>]]

If you wish to combine more than one plugin or other components, create a Preset:

* Download and install the plugin.
* Create a preset and add all the components you need.
* Add it to the page using:
[[jQueryInclude?preset=<Name>]]

So, you only need a preset if you need more than one plugin AND/OR jQueryUI components. A plugin alone can be included directly.

HTH. :-D
[url=http://wbaddons.webbird.de]http://wbaddons.webbird.de[/url] [url=http://www.WebsiteBaker.org/forum/index.php/topic,27476.msg189845.html#msg189845]Don't miss this[/url]

crnogorac081

#69
Of course, this gave me an excelient coding idea to create separatly module and preset files rather than all included in one module

I am going to check the paths..

cheers

Edit:

It was little unclear to me about the procedure...  I wrote and marked red the part which missed me in the instalation... It would be nice to have this procedure on first post...

Web developer

mr-fan

hi ivan,

check the paths from the scripts please and  check the filenames with the paths in your default.preset file of the plugin!

mostly it is a wrong filename or paht while in a live server it depends on the AAaaaaAAA right spelling!

regards martin

nice to know that you could use it, too!  8-)
for this bianka should make a short readme for developpers who want to use jQueryAdmin for there mods...

crnogorac081

#67
I see a lot of potential in this module, and looking forward to use it in my modules...

However, I dont know why I cant make it work.. please guide me true these steps:

1. Install module... done
2. Installed preset featureList (from AMASP).. done
2.5 - In BE jQueryAdmin in New Preset - insert name of preset I just installed (featureList) and SAVE !! (this was the part I missed)
3. Copying code from preset readme file, and changed path for pictures..
4. In BE Settings added [[jQueryLoader]] [[jQueryInclude?preset=featureList]] to page footer field

Now I am wondering what am I still missing as I have:


<!-- jQueryAdmin: unable to load preset [4] -->
<!-- jQueryAdmin: unable to load preset [featureList] -->


at the bootom of my source code..

cheers
Web developer

BlackBird

[url=http://wbaddons.webbird.de]http://wbaddons.webbird.de[/url] [url=http://www.WebsiteBaker.org/forum/index.php/topic,27476.msg189845.html#msg189845]Don't miss this[/url]

oeh

Here's the Norwegian Language file.

[gelöscht durch Administrator]
oeh ;-}>

BlackBird

Announcement: jQueryAdmin v1.0 stable released! :-D :-D :-D

http://www.websitebakers.com/pages/libs/jqueryadmin.php

Anyway, there are quite a few "known issues":

* incomplete translations for NL and NO (missing strings are shown in English)
* Plugins not sorted alphabetically

Future plans:

* Allow the user to add a "custom.preset" to the plugins folder that will not be overwritten when upgrading the plugin. This will be mixed with the "default.preset" by the Droplet(s), so that the user can easily add his own settings to the plugin.

Thanks to all that have contributed!
[url=http://wbaddons.webbird.de]http://wbaddons.webbird.de[/url] [url=http://www.WebsiteBaker.org/forum/index.php/topic,27476.msg189845.html#msg189845]Don't miss this[/url]

erpe0812

Did again a new plugin yesterday for easy use:  :-D

JQZoom

download at: http://www.websitebakers.com/pages/libs/jqueryadmin/jquery-library.php

Demo

help-file integrated in jqueryadmin-backend.

rgds

erpe




mr-fan

so far there is a new little jQueryAdmin Plugin to use.....the Corners Plugin from malsup

http://jquery.malsup.com/corner/

here is the plugin on the AMASP Gallery:
Tutorial link removed 404

and here is a german tutorial how to use your favorite jQuery Plugin with jQueryAdmin and create a simple Preset!
Tutorial link removed 404

have fun
martin

BlackBird

#61
There's another RC available now: v0.19

Tutorial link removed 404

* Added the Banner "mr-fan" created to the footer of the Admin Tool
* Added links to my German jQueryAdmin Homepage and the jQueryAdmin Library at AMASP
* The Default Preset is now always listed on top of the presets list and cannot be deleted
* Added a download icon that links to the jQueryAdmin Library at AMASP to "Plugins" and "Themes" headings

Known issues:

* Incomplete translations for NO and NL (yes, again... I had to add language strings for the new links)

[gelöscht durch Administrator]
[url=http://wbaddons.webbird.de]http://wbaddons.webbird.de[/url] [url=http://www.WebsiteBaker.org/forum/index.php/topic,27476.msg189845.html#msg189845]Don't miss this[/url]


BlackBird

#59
First, an announcement: If no more bugs are reported, I will release v1.0 next week. :-)

Second: You may suggest jQuery Plugins you wish to be prepared for use with jQueryAdmin in this thread. If you have already integrated your favourite plugin, please upload it at AMASP. See the link on the bottom of this page:  Tutorial link removed 404

There is a tutorial in German language about how to integrate plugins and what to do to create an AMASP download here: http://www.webing.de/webbird/WebsiteBaker/JQueryAdminPlugins

Thank you!
[url=http://wbaddons.webbird.de]http://wbaddons.webbird.de[/url] [url=http://www.WebsiteBaker.org/forum/index.php/topic,27476.msg189845.html#msg189845]Don't miss this[/url]

mr-fan

#58
So nobody tested it then maybe nobody needs it anymore.....while jQueryAdmin has more Options....

but to be compatible with the "old" methode of using jQuery with WebsiteBaker if loaded the Insert Plugin up to AMASP... :wink:

Tutorial link removed 404

have fun
martin

BlackBird

#57
As no more bugs were reported, I increased the development state of this module to RC. v0.18 now includes the updated norwegian translation provided by "oeh".  :-D Thanks again for this contribution.

Tutorial link removed 404
[url=http://wbaddons.webbird.de]http://wbaddons.webbird.de[/url] [url=http://www.WebsiteBaker.org/forum/index.php/topic,27476.msg189845.html#msg189845]Don't miss this[/url]