The release 2.1.0 is uploaded in PEM.
=> Before upgrading AMM, you need to upgrade the plugin Grum Plugin Classe to the release 2.0.3
Functionalities :
- possibility to manage a periodic (between 0.5s and 60s) change of the the random picture
Bugs resolved :
- permissions & privacy level are now managed
Offline
grum wrote:
Functionalities :
- possibility to manage a periodic (between 0.5s and 60s) change of the the random picture
Nice. Thank you grum. Does it work in a AJAX style? (ie only the "random picture" box is reloaded)
Offline
plg wrote:
Does it work in a AJAX style? (ie only the "random picture" box is reloaded)
Yes, it's AJAX sauced :)
Only the random picture box is refreshed.
Offline
A new release 2.1.1 is uploaded in PEM
Bugs resolved :
- random picture is preloaded before the first ajax call assuming the display of a thumbnail even if javascript is disabled on the browser (cf. [Forum, post 116807 by grum in topic 16535] [plugin] GMaps on french forum)
- give the possibility to choose between an automatic and a fixed height for the block menu (cf. [Forum, post 116804 by in topic 0] on french forum)
- compatibility with Sylvia theme (cf. [Forum, post 116800 by jwvraets in topic 16618] Error Message: pLoader "read file '../bin/properties.ini' - sysopen: on french forum)
This release isn't compatible with the plugin Lightbox.
Offline
It's not really a bug but you could tell me. If the block that contains the random picture is hidden, the picture is changed anyway. I think it could be a good idea to stop the process by testing the visibilty of the block. No ?
Offline
The JS to update the random picture is written directly in the block <dl id="mbAMM_randompict">.
So, if the block is hidden (with the Piwigo menu features) the picture isn't loaded because the block is not defined.
If the block is not hidden (with the Piwigo menu feature) the picture is loaded at the defined frequency because the block is defined
But it's not really possible to test the visibility :
- do you test the <DL id="mbAMM_randompict"> visibility ?
- do you test the <DIV id="menubar"> visibility ?
- are you sure that all templates manage the menu with DIV & DL markup ?
- do you test other properties ? you can imagine that the <DL> is visible but the offset (left, top) is set outer the screen...
Offline
A new release 2.1.3 is uploaded in PEM
This version allows you to:
- Rearrange the order of the elements of blocks "menu" and "special"
- Move the elements blocks "menu" to "special" and vice versa
- Manage the display elements by a rights management users / groups
- Compatibility with the theme 'Montblanc'
Offline
The release 2.1.3 was bugged.
So, the 2.1.4 is uploaded.
Offline
Hi,
I have been having problems with yeh visibility of the menus (pool and personality).
I set the permision to all users, but with guest users can´t view them.
With admin user i can see.
The site is www.vestidadefiesta.com
thanks in advance
Vianka
Release 3.0.0 is available ; this release needs GrumPluginClasses 3.4.0
Fix bugs and new features :
- [Bugtracker] ticket 1296
- [Bugtracker] ticket 1477
- [Bugtracker] ticket 1680
- [Bugtracker] ticket 1709
- [Bugtracker] ticket 1723
- [Bugtracker] ticket 1776
- [Bugtracker] ticket 1910
- [Bugtracker] ticket 2052
- [Bugtracker] ticket 2128
- [Bugtracker] ticket 2129
Plugin interface is rewritten (using ajax)
Not that the permission system is changed : now, checked users and checked groups are designed as allowed ; unchecked items don't have access to features.
Offline
grum wrote:
great !
Offline
The release 3.1.0 compatible with piwigo 2.2 is available in extensions.
- [Bugtracker] ticket 2144
- [Bugtracker] ticket 2181
- [Bugtracker] ticket 2182
- [Bugtracker] ticket 2166
Don't forget to install/update GrumPluginClasses 3.5.0 before !
Offline
updated without errors, great. thank you!
Offline
Lots of error messages on my end.
Warning: [mysql error 1146] Table 'lisa02_piwigo.piwigo_amm_personalised' doesn't exist
SELECT pt.id, pt.visible, pt.nfo, ptl.lang, ptl.title, ptl.content
FROM piwigo_amm_personalised pt
LEFT JOIN piwigo_amm_personalised_langs ptl
ON pt.id=ptl.id
WHERE (ptl.lang = '*' OR ptl.lang = 'en_UK') AND ptl.content != '' ORDER BY pt.id, ptl.lang ASC in /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php on line 654
Warning: [mysql error 1146] Table 'lisa02_piwigo.piwigo_amm_personalised' doesn't exist
SELECT pt.id, pt.visible, pt.nfo, ptl.lang, ptl.title, ptl.content
FROM piwigo_amm_personalised pt
LEFT JOIN piwigo_amm_personalised_langs ptl
ON pt.id=ptl.id
WHERE (ptl.lang = '*' OR ptl.lang = 'en_UK') AND ptl.content != '' ORDER BY pt.id, ptl.lang ASC in /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php on line 654
Warning: [mysql error 1146] Table 'lisa02_piwigo.piwigo_amm_blocks' doesn't exist
SELECT id, `order`, users, groups
FROM piwigo_amm_blocks
ORDER BY `order`; in /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php on line 654
Warning: [mysql error 1146] Table 'lisa02_piwigo.piwigo_amm_urls' doesn't exist
SELECT id, label, url, mode, icon, position, visible, accessUsers, accessGroups
FROM piwigo_amm_urls WHERE visible = 'y' ORDER BY position ASC, id ASC in /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php on line 654
Warning: [mysql error 1146] Table 'lisa02_piwigo.piwigo_amm_personalised' doesn't exist
SELECT pt.id, pt.visible, pt.nfo, ptl.lang, ptl.title, ptl.content
FROM piwigo_amm_personalised pt
LEFT JOIN piwigo_amm_personalised_langs ptl
ON pt.id=ptl.id
WHERE (ptl.lang = '*' OR ptl.lang = 'en_UK') AND pt.visible = 'y' AND ptl.content != '' ORDER BY pt.id, ptl.lang ASC in /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php on line 654
Warning: [mysql error 1146] Table 'lisa02_piwigo.piwigo_amm_personalised' doesn't exist
SELECT pt.id, pt.visible, pt.nfo, ptl.lang, ptl.title, ptl.content
FROM piwigo_amm_personalised pt
LEFT JOIN piwigo_amm_personalised_langs ptl
ON pt.id=ptl.id
WHERE (ptl.lang = '*' OR ptl.lang = 'en_UK') AND ptl.content != '' ORDER BY pt.id, ptl.lang ASC in /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php on line 654
Warning: [mysql error 1146] Table 'lisa02_piwigo.piwigo_amm_blocks' doesn't exist
SELECT id, `order`, users, groups
FROM piwigo_amm_blocks
ORDER BY `order`; in /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php on line 654
Warning: Cannot modify header information - headers already sent by (output started at /home/lisa02/public_html/gallery/include/dblayer/functions_mysql.inc.php:653) in /home/lisa02/public_html/gallery/include/page_header.php on line 98
Offline
lisaviolet wrote:
Lots of error messages on my end.
Tables don't exists in the database, it seems that something went wrong in the install process.
GrumPluginClasses 3.5.0 was previously installed and activated ?
You've done an update (from which version of the plugin) or an install ?
At now, only thing I can say is to uninstall the plugin, and reinstall it...
Offline