Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 10:07:02 AM

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
* Home Help Search Login Register
Pages: 1 ... 4 5 [6] 7 8 ... 10   Go Down
Print
Author Topic: New Module: jQueryAdmin v2.13  (Read 18713 times)
avitaly

Offline Offline

Posts: 33


« Reply #125 on: May 30, 2010, 11:28:42 PM »

Italian language too!
Logged
erpe

Offline Offline

Posts: 2077


WWW
« Reply #126 on: May 31, 2010, 06:23:28 PM »

Based on this post
http://www.websitebaker2.org/forum/index.php/topic,13655.msg122330.html#msg122330

I used a jquery plugin on the wb-installer:
I like it.

rgds

erpe

edit: it even works with js disabled...
« Last Edit: May 31, 2010, 06:27:21 PM by erpe » Logged

crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #127 on: May 31, 2010, 07:15:36 PM »

I like the wizard, it looks cool..
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
BlackBird
AddOn Development
*
Offline Offline

Posts: 2069



WWW
« Reply #128 on: June 01, 2010, 11:25:41 AM »

Italian language too!

Wow, that's great!!! grin grin grin grin grin Thank you!!!

Edit: All additional language files are linked on my jQueryAdmin page -> http://www.webbird.de/websitebaker/JQueryAdmin

I will include all the files in the next release.
« Last Edit: June 01, 2010, 06:38:57 PM by BlackBird » Logged

Alle großen Veränderungen beginnen im Kleinen
erpe

Offline Offline

Posts: 2077


WWW
« Reply #129 on: June 02, 2010, 09:05:13 AM »

There was a question on the forum in the last days about the starting item at featureList plugin (couldn't find the post now). For all who are interested in this:

Edit the the featureList preset file in the preset directory of jqueradmin module via AFE around line 14 and set
Code:
start_item :0

That will do the trick.


rgds

erpe
Logged

pieterb

Offline Offline

Posts: 46



« Reply #130 on: June 05, 2010, 08:23:58 AM »

Hi everybody,

I've installed the latest version of jQuery Admin and tried to use prettyBox and ceeBox, but I get an error:
Warning: preg_match_all() [function.preg-match-all]: Compilation failed: unrecognized character after (?< at offset 16
This is in the jqueryadmin/include.php file. Anyone else have this problem? Any way to fix it?
Logged
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #131 on: June 05, 2010, 09:03:31 AM »

perhaps your serever use some older php version, like 4.x ?
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
pieterb

Offline Offline

Posts: 46



« Reply #132 on: June 05, 2010, 10:35:46 AM »

Nope, it's version 5.2.9.
Logged
BlackBird
AddOn Development
*
Offline Offline

Posts: 2069



WWW
« Reply #133 on: June 05, 2010, 12:34:46 PM »

jQueryAdmin does not work with 5.1.x and lower. But as I am developing it with 5.2, the error should not occur there.
Logged

Alle großen Veränderungen beginnen im Kleinen
BlackBird
AddOn Development
*
Offline Offline

Posts: 2069



WWW
« Reply #134 on: June 07, 2010, 05:25:34 PM »

Warning: preg_match_all() [function.preg-match-all]: Compilation failed: unrecognized character after (?< at offset 16

Maybe you have downloaded a corrupt version of v1.1? There was an error with a regular expression I fixed at once without creating a new version, 'cause the download was only a few minutes old at that time. I never thought someone could have catched it in that short time. Please try to download it again and replace the include.php. If the error persists, please post the complete error message. (Including the line number.) Thank you.
Logged

Alle großen Veränderungen beginnen im Kleinen
BlackBird
AddOn Development
*
Offline Offline

Posts: 2069



WWW
« Reply #135 on: June 07, 2010, 05:28:58 PM »

Announcement: Upcoming v1.2

- Update to jQueryUI 1.8.2
- added/updated language files:
         * NO.php (thanks to "oeh")
         * FR.php (thanks to "quinto")
         * NL.php (thanks to "Vincent")
         * IT.php (thanks to "avitaly")
- added nearly all available options to default.preset of Fancybox for easier customizing (missing: 'ajax' and 'swf')
- Fix: do not touch inline JS in the page body (fixes some issues with Google AdSense and other JS)

There's to do some testing, so I hopefully can release a beta of that version around Friday. If someone wants to test that issue with Google AdSense using a pre-release version, please send me a PN with your mail address.

Edit (2010-06-15): Unfortunately, I have not received any test results yet. So please be patient.
« Last Edit: June 15, 2010, 09:52:48 AM by BlackBird » Logged

Alle großen Veränderungen beginnen im Kleinen
Argos
WebsiteBaker Org e.V.

Offline Offline

Posts: 2161


WWW
« Reply #136 on: June 17, 2010, 12:31:58 AM »

I tried jQueryAdmin tonight, but when I put [[jQueryInclude]] in my template the result is a blank page with this source:

<!DOCTYPE html PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl">
<head></head>
<body></body>
</html>

I use the version 1.1, I tried all positions for [[jQueryInclude]] (header, footer, code section, WYSIWYG, hard coded), I tried different templates. I get this result any time. My PHP version is 5.26. What can be wrong?
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!
BlackBird
AddOn Development
*
Offline Offline

Posts: 2069



WWW
« Reply #137 on: June 17, 2010, 11:22:01 AM »

Try to activate debugging (include.php):

Code:
$debug_level     = KLogger::OFF;
#$debug_level     = KLogger::DEBUG;

Remove the # on the second line and call the page again. After doing so, you will get a log-file in the jQueryAdmin folder.
Logged

Alle großen Veränderungen beginnen im Kleinen
Argos
WebsiteBaker Org e.V.

Offline Offline

Posts: 2161


WWW
« Reply #138 on: June 17, 2010, 11:59:45 AM »

Yes, I did that. Now what?  shocked
I'm not a coder, I see my template source code, followed by all kinds of statements and info that I don't understand.
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 Offline

Posts: 2161


WWW
« Reply #139 on: June 17, 2010, 12:09:58 PM »

Even when I try the Blank template with a few random characters as the only content, it doesn't show anything. It seems that the droplet code stops everything.
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!
BlackBird
AddOn Development
*
Offline Offline

Posts: 2069



WWW
« Reply #140 on: June 17, 2010, 12:54:44 PM »

Yes, I did that. Now what?  shocked

Send me the contents. wink

Can I have access to that page? (Backend, too.)
Logged

Alle großen Veränderungen beginnen im Kleinen
pieterb

Offline Offline

Posts: 46



« Reply #141 on: June 17, 2010, 02:49:08 PM »

Sorry, I didn't receive any mails about new posts... The problem still exists. This is the complete error message:

Warning: preg_match_all() [function.preg-match-all]: Compilation failed: unrecognized character after (?< at offset 16 in /var/www/vhosts/jameskeene.nl/httpdocs/modules/jqueryadmin/include.php on line 469

Warning: preg_match_all() [function.preg-match-all]: Compilation failed: unrecognized character after (?< at offset 16 in /var/www/vhosts/jameskeene.nl/httpdocs/modules/jqueryadmin/include.php on line 469

Warning: preg_replace() [function.preg-replace]: Compilation failed: unrecognized character after (?< at offset 16 in /var/www/vhosts/jameskeene.nl/httpdocs/modules/jqueryadmin/include.php on line 260

Warning: preg_match_all() [function.preg-match-all]: Compilation failed: unrecognized character after (?< at offset 16 in /var/www/vhosts/jameskeene.nl/httpdocs/modules/jqueryadmin/include.php on line 469

Warning: preg_replace() [function.preg-replace]: Compilation failed: unrecognized character after (?< at offset 16 in /var/www/vhosts/jameskeene.nl/httpdocs/modules/jqueryadmin/include.php on line 260

I just downloaded and installed the latest version from AMASP, so that shouldn't be the problem. Hopefully there is a fix...
Logged
BlackBird
AddOn Development
*
Offline Offline

Posts: 2069



WWW
« Reply #142 on: June 17, 2010, 03:29:39 PM »

Make sure you have PHP >= 5.2.6! You said you have 5.2.9, but the error message shows you haven't. rolleyes
Logged

Alle großen Veränderungen beginnen im Kleinen
BlackBird
AddOn Development
*
Offline Offline

Posts: 2069



WWW
« Reply #143 on: June 17, 2010, 03:32:06 PM »

You may try this:

Open include.php, find:

Code:
$css_regexp = array(
    'linked' => '#<link'
              . '(?:'
              .    '(?:.*(?<rel>(?<=rel=")[^"]stylesheet(?="))[^>]*)'
              .    '|'
              .    '(?:.*(?<href>(?<=href=")[^"]*(?="))[^>]*)'
              .    '|'
              .    '[^>]*'
              . ')>'
              . '#i',
    'inline' => "#<style(?:[^>]*>)(.*?)</style>#ism"
);

Replace with:

Code:
// regular expressions matching CSS
$css_regexp = array(
    'linked' => '#<link'
              . '(?:'
              .    '(?:.*(?P<rel>(?<=rel=")[^"]stylesheet(?="))[^>]*)'
              .    '|'
              .    '(?:.*(?P<href>(?<=href=")[^"]*(?="))[^>]*)'
              .    '|'
              .    '[^>]*'
              . ')>'
              . '#i',
    'inline' => "#<style(?:[^>]*>)(.*)</style>#ism"
);
Logged

Alle großen Veränderungen beginnen im Kleinen
pieterb

Offline Offline

Posts: 46



« Reply #144 on: June 17, 2010, 04:02:00 PM »

Thanks so much, this did the trick!

And I ran phpinfo() and there it said it was version 5.2.9... I wouldn't know how else to check.
Logged
BlackBird
AddOn Development
*
Offline Offline

Posts: 2069



WWW
« Reply #145 on: June 17, 2010, 07:02:21 PM »

Hm. However. rolleyes The fix will be included in the next version.
Logged

Alle großen Veränderungen beginnen im Kleinen
BlackBird
AddOn Development
*
Offline Offline

Posts: 2069



WWW
« Reply #146 on: June 18, 2010, 09:50:47 AM »

Again, it seems that upgrading the include.php to the new one (of version 1.2) fixed the problem Argos reported. So, I decided to release that version though I haven't received any test results concerning the Google AdSense problem. Please treat this version as a "Beta", 'cause it also includes an update of the jQuery UI.

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

- Update to jQueryUI 1.8.2
- added/updated language files:
         * NO.php (thanks to "oeh")
         * FR.php (thanks to "quinto")
         * NL.php (thanks to "Vincent")
         * IT.php (thanks to "avitaly")
- added nearly all available options to default.preset of Fancybox for easier customizing (missing: 'ajax' and 'swf')
- Fix: do not touch inline JS in the page body (hopefully fixes some issues with Google AdSense and other JS; I haven't received any test results yet)
Logged

Alle großen Veränderungen beginnen im Kleinen
BlackBird
AddOn Development
*
Offline Offline

Posts: 2069



WWW
« Reply #147 on: June 22, 2010, 05:35:31 PM »

"pieterb" reported a problem here http://www.websitebaker2.org/forum/index.php/topic,18562.0.html with jQueryAdmin and Form module. I found that this is caused by missing register_frontend_m odfiles() calls in the template. I don't know yet why this duplicates the form (4 times), but adding  the register_frontend_m odfiles() call to the template fixes that issue.

Edit: I found out that the problem was caused by a regular expression (matching inline style sheets) that matched too much content. If you need a quick fix, open the include.php of jQueryAdmin and replace:

Code:
// regular expressions matching CSS
$css_regexp = array(
    'linked' => '#<link'
              . '(?:'
              .    '(?:.*(?P<rel>(?<=rel=")[^"]stylesheet(?="))[^>]*)'
              .    '|'
              .    '(?:.*(?P<href>(?<=href=")[^"]*(?="))[^>]*)'
              .    '|'
              .    '[^>]*'
              . ')>'
              . '#i',
    'inline' => "#<style(?:[^>]*>)(.*)</style>#ism"
);

with:

Code:
// regular expressions matching CSS
$css_regexp = array(
    'linked' => '#<link'
              . '(?:'
              .    '(?:.*(?P<rel>(?<=rel=")[^"]stylesheet(?="))[^>]*)'
              .    '|'
              .    '(?:.*(?P<href>(?<=href=")[^"]*(?="))[^>]*)'
              .    '|'
              .    '[^>]*'
              . ')>'
              . '#i',
    'inline' => '#<style[^>]+>((?!</style>).+?)</style>#ism'
);

Anyway, please make sure that you always have the register_* thingy in your template! Otherwise, you will have notice other problems. (CSS not loaded and so on.)
« Last Edit: June 22, 2010, 06:44:41 PM by BlackBird » Logged

Alle großen Veränderungen beginnen im Kleinen
erpe

Offline Offline

Posts: 2077


WWW
« Reply #148 on: June 26, 2010, 09:20:19 AM »

I added a CeeBox example to the jQuery Showroom

CeeBox Plugin can be downloaded at AMASP.

rgds

erpe

btw: jQuery Showroom site now uses superfish plugin for main navigation
Logged

Argos
WebsiteBaker Org e.V.

Offline Offline

Posts: 2161


WWW
« Reply #149 on: June 26, 2010, 10:45:58 AM »

btw: jQuery Showroom site now uses superfish plugin for main navigation

Smooooooth....  grin  I love Superfish, I use it on a current site I'm working on as well.
Maybe it's possible to use it on AMASP as well?
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!
Pages: 1 ... 4 5 [6] 7 8 ... 10   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!