Differences

This shows you the differences between two versions of the page.

english:phpwcms_replacer_rts:frontend_render:galleryx:galleryx-v1-2-2 [2009/12/17 10:03]
Knut Heermann (flip-flop)
english:phpwcms_replacer_rts:frontend_render:galleryx:galleryx-v1-2-2 [2018/06/03 18:09] (current)
Line 7: Line 7:
I think that is the last version before everyone writes an module part (e.g. galleryx tag generator). All parameters prepared for doing such a issue. \\ I think that is the last version before everyone writes an module part (e.g. galleryx tag generator). All parameters prepared for doing such a issue. \\
 +
Thanks to "claus" who had talked about and tested many many hours. :!: Thanks to "claus" who had talked about and tested many many hours. :!:
-**What is new (1.2.2):** 
- - New sort by number implemented 
- - Special images in sub gallery (list) -> sort number -1, -2, -3 ..... 
- - Optional faster thumbs/images output (processing during first call in fe) 
-**What is new (1.2.1):** +\\ 
- - Switch for list title & date - detail title & date [on|off] +---- 
- - Prioritization of copyright - 1. DB, 2. RT, 3. file galleryx and [on|off] + 
- - Switch for copyright - off, at caption, at SLimbox, all + 
- - Switch for caption - off, at caption, at SLimbox, all, some prefix/suffix variables created +Docu: -- \\ 
- - Splitting in different files: +Forum: [[http://forum.phpwcms.org/viewtopic.php?f=8&t=18266]] 
 + 
 + 
 +**Autor:**  K.Heermann (flip-flop) http://planmatrix.de \\ 
 +**CMS version:** >= 1.3.x \\  
 +**Version:** V1.2.2 \\ 
 + 
 +  
 + 
 +Tag: See the description \\ 
 + 
 +Fileiname: See the description 
 + 
 +Folder:  See the description 
 + 
 +**Condition:**  -> [[http://www.phpwcms-docu.de/conf_inc_php_en.phtml|/config/phpwcms/conf.inc.php]] \\
-**User editable files:** \\ +  * ##$phpwcms['allow_ext_render'] = 1;##
-PHP: /template/inc_script/galeryx/galleryx_main_v122.inc.php (parameter set: User edit file) \\ +
-CSS: /template/inc_css/specific/galleryx.css (css for the output) \\ +
-Templ.: /template/inc_cntpart/filelist/galleryx.html (Download template) \\+
-**Non editable files:** \\ 
-PHP: /template/inc_script/galeryx/galleryx_main_v122.doc.php (little doc) \\ 
-PHP: /template/inc_script/frontend_render/galleryx_call_v122.php (init file in frontend_render) \\ 
-PHP: /template/inc_script/galeryx/galleryx_main_v122.php (main function) \\ 
-PHP: /include/inc_lib/imagegalleryx122.inc.php (basic functions) \\ 
\\ \\
-6. **User wants to edit only the file** ##/template/inc_script/galeryx/galleryx_main_v121.inc.php## \\ + 
-It isn´t necessary any more to comment out the corresponding variables in "SHORT DEFINATION" (like in v1.1). \\+**Since CMS version 1.6.528 (R528),** the function you need ## trimhtml ($......) ## is no longer present in the CMS.  
 + 
 +  * **Solution:** Replace the function calls ##trimhtml($......)## by ##html_specialchars(trim($......))## in the files  
 +    * /template/inc_script/galleryx/galleryx_main_v122.php 
 +    * /template/inc_script/galleryx/galleryx_main_v122.inc.php 
 + 
 +  * **In the download file of version 1.2.2a this bug is corrected since 07.02.2013.** 
 + 
 +\\ 
 + 
 +===== What is new (1.2.2): ===== 
 + 
 +  - New sort by number implemented 
 +  - Special images in sub gallery (list) -> sort number -1, -2, -3 ..... 
 +  - Optional faster thumbs/images output (processing during first call in fe) 
 + 
 +===== What is new (1.2.1): ===== 
 + 
 +  - Switch for list title & date - detail title & date [on|off] 
 +  - Prioritization of copyright - 1. DB, 2. RT, 3. file galleryx and [on|off] 
 +  - Switch for copyright - off, at caption, at SLimbox, all 
 +  - Switch for caption - off, at caption, at SLimbox, all, some prefix/suffix variables created 
 +  - Splitting in different files: \\ **User editable files:** \\ **PHP:** /template/inc_script/galeryx/galleryx_main_v122.inc.php //(parameter set: User edit file)// \\ **CSS:** /template/inc_css/specific/galleryx.css //(css for the output)// \\ **Templ.:** /template/inc_cntpart/filelist/galleryx.html //(Download template)// \\ **Non editable files:** \\ **PHP:** /template/inc_script/galeryx/galleryx_main_v122.doc.php //(little doc)// \\ **PHP:** /template/inc_script/frontend_render/galleryx_call_v122.php (init file in frontend_render) \\ **PHP:** /template/inc_script/galeryx/galleryx_main_v122.php //(main function)// \\ **PHP:** /include/inc_lib/imagegalleryx122.inc.php //(basic functions)// \\ 
 + 
 + 
 + 
 +**6.** **User wants to edit only the file** ##/template/inc_script/galeryx/galleryx_main_v121.inc.php## \\ 
 +It isn´t necessary any more to comment out the corresponding variables in "SHORT DEFINATION" //(like in v1.1)//. \\
Line 96: Line 127:
[[http://phpwcms.planmatrix.de/download/reptag/gallery/galleryx_forum_v12.zip|Download v1.2.0 (zip)]] \\ [[http://phpwcms.planmatrix.de/download/reptag/gallery/galleryx_forum_v12.zip|Download v1.2.0 (zip)]] \\
[[http://phpwcms.planmatrix.de/download/reptag/gallery/galleryx_forum_v121.zip|Download v1.2.1 (zip)]] \\ [[http://phpwcms.planmatrix.de/download/reptag/gallery/galleryx_forum_v121.zip|Download v1.2.1 (zip)]] \\
-[[http://phpwcms.planmatrix.de/download/reptag/gallery/galleryx_forum_v122.zip|Download v1.2.2 (zip)]] **recommended !** \\+[[http://phpwcms.planmatrix.de/download/reptag/gallery/galleryx_forum_v122.zip|Download v1.2.2 (zip)]]  
 + 
 +[[english/phpwcms_replacer_rts/frontend_render/galleryx/galleryx-v1-2-2/update-v1-2-2-a#download|Download v1.2.2a (zip)]]  **recommended !** \\
\\ \\
english/phpwcms_replacer_rts/frontend_render/galleryx/galleryx-v1-2-2.1261040604.txt.gz · Last modified: 2018/06/03 18:08 (external edit)
www.planmatrix.de www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0