New Module: jQueryAdmin v2.13

BlackBird

Ahm, yes, I remember there was something called "clickthrough"... Wait a minute... Ah, here it is:

http://plugins.learningjquery.com/cluetip/#options

Set "clickthrough" to true. You can do it in the ClueTip Options directly (save your preset again after doing this), or especially for your preset by editing it. "false" is the default, so I didn't change this.
[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]

lausianne

I only discovered jQueryAdmin recently, very cool. What's your favourite chocolate???

There's one problem I have with ClueTip: Applied to a link, the link doesn't work anymore. It is still displayed as a link, the cursor changes, but when I click, nothing happens.

<a class="cltitle" title="Logo|Das ist ein Logo!" href="<?php echo WB_URL?>">

Any idea? Does nobody else have that problem?

Thanks!

BlackBird

Thank you for suggestion.
The Showroom is meant for a first glance at the plugins that are already packed for use with jQueryAdmin and for a quick compare. It is not meant to show all options and/or features of each and every plugin. This is what the author's pages are for. The only thing I could imagine is to add a link to the plugin's homepage to each page in the showroom.
[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]

dbs

#203
you can change the style: modules/jqueryadmin/colorbox/default.preset

not?
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

masarin

I can see there's  a new jQueryPlugins Showroom at websitebakers.com.
Very nice.
I also noticed that for Colorbox (my choice of Lightbox plugin) there is only one style presented, when the plugin actually comes with 5 different prestyled CSS that you could choose from.

Would be nice to be able to see thoose different looks on the webpage:
http://jquery.websitebakers.com/plugins/lightbox-effects/colorbox.php?lang=DE

Check out the five different demonstration exampels on the colorbox web page.
http://colorpowered.com/colorbox/

topper

jep jep, my thanks to blakcbird too

dbs

nice plugin, thanks to you and blackbird
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

topper

thanks a lot u r great

only one one made this

rgrds
topper

dbs

<div id="number_slideshow1" class="number_slideshow">
not id="number_slideshow1"
only id="number_slideshow"
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

topper


dbs

there is a call for jquery-min.js
http://www.greatmedia.fi/malli/include/jquery/jquery-min.js

it's 2 much, away with this.
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

topper

ok, thanks for the fast reply

i loaded reworked plugin but it doesnt help do you need more info

other plugins works ok

you can check it here http://www.greatmedia.fi/malli/pages/mainosbanner/banner-3.php


t:

BlackBird

#194
Try this for default.preset:


<link rel="stylesheet" type="text/css" href="{WB_URL}/modules/jqueryadmin/plugins/number_slideshow/number_slideshow.css" media="screen" />
<script type="text/javascript" src="{WB_URL}/modules/jqueryadmin/plugins/number_slideshow/number_slideshow.js"></script>
<!-- position: body -->
<!-- settings below -->
<script language="javascript" type="text/javascript">
$(function() {
$("#number_slideshow").number_slideshow({
slideshow_autoplay: 'enable',//enable disable
slideshow_time_interval: '3000',
slideshow_window_background_color: "#ccc",
slideshow_window_padding: '1',
slideshow_window_width: '600',
slideshow_window_height: '249',
slideshow_border_size: '1',
slideshow_border_color: 'black',
slideshow_show_button: 'enable',//enable disable
slideshow_button_text_color: '#CCC',
slideshow_button_background_color: '#333',
slideshow_button_current_background_color: '#666',
slideshow_button_border_color: '#000',
slideshow_button_border_size: '1'
});
});
</script>


You can move the settings part to loader.preset to make this editable from the JQA backend if you wish.

Edit: Attached there is a reworked plugin. I moved the settings part to the loader.preset and created an empty config.php to make the settings editable from the JQA backend. The only other change is the deletion of the jquery core file (it's included with JQA, so you don't need it in the plugin) and the core call like described above.

Thank you for sharing this, topper!

[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

Okay, for all that are going to pack a plugin for use with jQueryAdmin:

Never add the jQuery Core to default.preset or loader.preset!

jQueryAdmin makes sure that the core is loaded to the page, so you don't have to add it manually.
[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]

dbs

#192
don't call this.
<script type="text/javascript" src="{WB_URL}/modules/jqueryadmin/plugins/number_slideshow/jquery-1.3.2.min.js"></script>
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

topper

Hi,

I tried to make a plugin from this slider

http://www.htmldrive.net/items/demo/570/Number-slideshow-simple-and-practical-numbers-image-slideshow-jQuery-plugin

but cant get it work...  any advise

rgrds
topper

attached plugin zip

[gelöscht durch Administrator]

BlackBird

Well, this is a very common problem. :| I'm happy that you found a solution now.
[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]

topper

BlackBird very much thank YOU!

It was as you said,  obviously default was 4.x altought they gave info about 5.x

rgds
topper

ps. works fine now

topper

ok, thanks

do i have any possibilities to find out the real version without contacting web provider


BlackBird

Quote from: topper on September 04, 2010, 05:04:45 PM
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/greatmed/public_html/demo1/modules/jqueryadmin/inc/parser.inc.php on line 33

This is VERY strange! This is just the beginning of a PHP class, so I'm pretty sure it cannot be PHP5 WB uses.
[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

I can confirm that the jQueryAdmin Backend is not working correctly with WB Portable. (Haven't found the reason yet.) But it should work with any other version. Please make sure that WB is running with PHP 5.x! (Most providers let you choose 4.x or 5.x, so maybe the backend of your provider's config tool says something different.) Happened more than once. :wink:
[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]

topper

yes, just checked from my web-hotel

php 5.2.9

Apache vers 2.2.15

MySQL versio 5.0.90-community

erpe0812

Are you sure that php is 5.2.9 ?

rgds
erpe


topper

ok

here we are with E_ALL


Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/greatmed/public_html/demo1/modules/jqueryadmin/inc/parser.inc.php on line 33


erpe0812

Quotenow we have to wait for hardcore.birdie.bet a.1 ...  smiley
This is for "insiders" only  :-D

Please set error level to E_ALL in the settings and report

rgds

erpe