This plugin allows you to control which special page fields are required, also it allows you to add additional info text next to custom field label and set some page options like: title, content label, hide keywords and meta descriptions fields etc.
It requires I18N Special Pages plugin installed (tested with 1.2.1 version).
See for screenshots:
http://get-simple.info/extend/plugin/i18...xtras/768/
next clear install get simple.. next test.. it's working! thank's a lot.
Michael,
Great, great work!
Send you a PM. An extra type 'Thumb' option next to the present 3 types (Image/File/link) and you made my day uhh year

With this new type you directly can see which picture you have chosen. Perfect for multiple pictures (views?) of one product.
(2014-03-01, 01:32:37)Rene Wrote: [ -> ]Michael,
Great, great work!
Send you a PM. An extra type 'Thumb' option next to the present 3 types (Image/File/link) and you made my day uhh year 
With this new type you directly can see which picture you have chosen. Perfect for multiple pictures (views?) of one product.
New version released

Now you can turn on thumbnail preview on fields that are 'image' type.
v.1.03
![[Image: thumbnail.jpg]](http://s27.postimg.org/j5gmpat9f/thumbnail.jpg)
(2014-03-20, 06:10:47)Oleg06 Wrote: [ -> ]can not see thumbnails
What you see? "Image not found"? or something else? Please redownload new version 1.04 of plugin and check.
(2014-03-20, 06:10:47)Oleg06 Wrote: [ -> ]can not see thumbnails
I have no thumbnails, too. There are no errors shown with debug on; no thumbnails are generated (SPE thumb directory is empty except for .htaccess and index.php).
GS error log says:
Code:
PHP Warning: substr() expects parameter 2 to be long, string given in plugins/SpecialPagesExtras/thumb/index.php on line 35
Perhaps plugins/SpecialPagesExtras/thumb/index.php line 35:
Code:
--- $requested_path = substr($requested_path, '', - strlen($requested_file));
+++ $requested_path = substr($requested_path, 0, - strlen($requested_file));
which works (v1.03).
Edit: you're working too fast! ;-) Error now in line 42 (v1.04).
(2014-03-21, 01:18:05)hameau Wrote: [ -> ] (2014-03-20, 06:10:47)Oleg06 Wrote: [ -> ]can not see thumbnails
I have no thumbnails, too. There are no errors shown with debug on; no thumbnails are generated (SPE thumb directory is empty except for .htaccess and index.php).
GS error log says:Code:
PHP Warning: substr() expects parameter 2 to be long, string given in plugins/SpecialPagesExtras/thumb/index.php on line 35
Perhaps plugins/SpecialPagesExtras/thumb/index.php line 35:
Code:
--- $requested_path = substr($requested_path, '', - strlen($requested_file));
+++ $requested_path = substr($requested_path, 0, - strlen($requested_file));
which works (v1.03).
Edit: you're working too fast! ;-) Error now in line 42 (v1.04).
Ok, now (1.06) should really work

(2014-03-21, 02:20:17)mganko Wrote: [ -> ]Ok, now (1.06) should really work 
Neither v1.05 nor v1.06 works for me – no thumbnail shown and now no errors in the GS log. I just uploaded the newer versions and cleared caches. Should I do anything else?
The path in the page add/edit admin page is wrong as it doen't include the extra thnumbs path elements that you appear to have introduced since v1.03 (thumbs/data/uploads ...).
It would be useful to have a changelog, especially where you are pushing frequent new versions and changing the folder structure.
We really don't mind if you offer a beta for testing before announcing a new version in extend. Don't forget that, for the default installation of GS, every new plugin version shows up in the admin version check (= nervous clients!).
I have rolled back to v1.03 with the change mentioned in my earlier post, which is working for me, but I have a flat data/uploads directory and no duplicate file names (which I
guess is the reason you changed the SPE thumbs path?).
(2014-03-21, 17:39:30)hameau Wrote: [ -> ] (2014-03-21, 02:20:17)mganko Wrote: [ -> ]Ok, now (1.06) should really work 
Neither v1.05 nor v1.06 works for me – no thumbnail shown and now no errors in the GS log. I just uploaded the newer versions and cleared caches. Should I do anything else?
The path in the page add/edit admin page is wrong as it doen't include the extra thnumbs path elements that you appear to have introduced since v1.03 (thumbs/data/uploads ...).
It would be useful to have a changelog, especially where you are pushing frequent new versions and changing the folder structure.
We really don't mind if you offer a beta for testing before announcing a new version in extend. Don't forget that, for the default installation of GS, every new plugin version shows up in the admin version check (= nervous clients!).
I have rolled back to v1.03 with the change mentioned in my earlier post, which is working for me, but I have a flat data/uploads directory and no duplicate file names (which I guess is the reason you changed the SPE thumbs path?).
There were no folder structure changes after 1.03.
All versions from 1.03 to 1.06 has the same path for generating thumbnails, there are no change here. There were changes for detecting proper siteurl. For me all versions prior to 1.06 works fine. On some configurations there were problems that was fixed finally on 1.06.
Thumbs are cached in data/other/SpecialPagesExtras/thumbs/...
Thumb generating script is in plugin/SpecialPagesExtras/thumb/index.php.
When you install plugin, and browse for an image, could you open browser inspector and check IMG element SRC attribute inserted dynamically above special page field input?
(2014-03-21, 19:28:57)mganko Wrote: [ -> ]There were no folder structure changes after 1.03.
Hmm, okay. So, something went wrong here. I'll try to get some time today to look at it further.
I ended up with thumbs cached in data/other/SpecialPagesExtras/thumbs/data/upload/...
GREAT WORK! It works perfect for me.
Although a little desire remains that the input fields were not visible (only with thumnail option, show url on alt or title?) and preferably thumbs are positioned next to each other (div float:left) in one <td> I am very happy with your latest update.
I'll try to translate the language file to Dutch, not easy because for computer engineering we almost use only English words. There are Dutch words but the translation looks a bit strange.
/* EDIT */
Dutch translation:
http://get-simple.info/extend/plugin-lan...-file/777/
(2014-03-21, 19:57:01)hameau Wrote: [ -> ]Hmm, okay. So, something went wrong here. I'll try to get some time today to look at it further.
I downloaded a fresh copy of v1.06 and all is well. Sorry for the misinformation.

New version 1.07
bug fixes, ui tweaking. If you're used this plugin earlier please delete data/other/SpecialPagesExtras dir if exist
New version 1.08
New field type:
dynamic text field.
It allows dynamically add text boxes while editing page and sort it.
All rows texts are saved normally as a custom field value separated with "||" string.
![[Image: spe_sort_multitext.jpg]](http://s30.postimg.org/98dk09cu9/spe_sort_multitext.jpg)
New version 1.09
New option: button that allows you to easy copy all texts from other language version of edited page. To enable go to plugins tab and click: Configure I18N SpecialPagesExtras.
UPDATE
New version 1.10
1.10 - removed new option from 1.09 and moved this into new plugin
I18N extras.