Willkommen, Gast ( Anmelden | Registrierung )     [ Hilfe | Mitglieder | Suche ]

> ListFlex v02.08.04
amk
Beitrag Sat. 8. November 2008, 12:37
Beitrag #1


TRAIL AND ERROR SPECIALIST
********

Gruppe: AdvancedMembers
Beiträge: 1.708
Mitglied seit: 27.06.2006
Wohnort: Hansestadt Rostock, Deutschland
Mitglieds-Nr.: 9



Modulname:
ListFlex

Version:
02.08.04

Status:
stable

Bechreibung:
ListFlex ermöglicht Listeninhalte (News, Blogs, FAQ's, Downloads) und andere Seiteninhalte.
Flexible Gestaltungsmöglichkeiten der Listung, eine umfangreich konfigurierbare Seitenschaltung und vieles mehr zeichnen dieses Modul aus.

Features:
- Für alle Einträge einer Seite ist einleitender- und abschliessender Teil (X)HTML möglich
- Ein Eintrag kann alle bekannten Elemente enthalten die bspw. auch im ContentFlex-Modul verfügbar sind
- Der Berarbeiten-Button kann im HTML-Gerüst des Eintrags beliebig positioniert werden
- Die Seitenschaltung ist beliebig positionierbar im abschliessenden und/oder einleitenden Teil (X)HTML
- Ausgabe der Seitennummer und Gesamtseitenzahl im abschliessenden und/oder einleitenden Teil (X)HTML
- Seitenschaltung mit konfigurierbaren Bezeichnern, variabler Zahlendarstellung und vielfältigen CSS-Formatierungsmöglichkeiten
- ... und vieles mehr

Autor:

Alexander M. Korn (amk)

Lizenz:
GPL

Benötigte Sefrengo Version:
>=Sefrengo 1.3.1 (1.4 beta2)

Installation:
Die Datei ("mod.listflex.php") muss in das Verzeichnis "backend/inc"
Ihrer Sefrengo-Installation kopiert werden.

Wechseln Sie in Ihrer Sefrengo Version in den Bereich "Design->Module". Am
unteren Ende des Bereichs befindet sich ein Uploadfeld. Wählen Sie hier die
gewünschte "*.cmsmod"- Datei aus. Mit einem Klick auf das Diskettensymbol
wird das Modul in das CMS importiert. Das Modul ist nun innerhalb des CMS
nutzbar.

Hinweise:
Um die Features und Möglichkeiten des Moduls zu demonstrieren,
befinden sich im Zip (im Ordner "examples") zusätzlich
2 vorkonfigurierte ListFlex-Versionen:

"ListFlex_ ... _NEWS.cmsmod"
zeigt die Verwendung des {chop}-Pseudo-Tags um Textinhalte zu kürzen.

"ListFlex_ ... _FAQ.cmsmod"
zeigt die Anwendung des {list}-Features zu Realisierung von bspw. FAQs.




CODE
02.08.04 - released 2008-11-08
------------------------------------------------------------------------------------------------
# image elements recognition within templates
# image elements output problems

02.08.03 - released 2008-09-12
------------------------------------------------------------------------------------------------
+ SF1.4.1 elements {imageid:x} {imagethumbpath:x} {imagethumbamplitude:x}
+ elements {imagethumbwidth:x} {imagethumbheight:x} {imagethumbhalfwidth:x}
{imagethumbhalfheight:x} {imagesize:x}
+ elements {image:4} {image:5}
+ {hide}{/hide} hides the output completely
+ {if_backend}- & {if_preview}-statement
+ configuration option to define the decimal places in image/file size values
^ portions of the module ouput-code excluded to an external-file (like in ContentFlex) to
reduce output memory consumption
^ {chop}-code updated/changed (taken from article system output module)
# unique id's of help-text divs

02.08.00 - released 2007-07-11 (ListFlex / ex-MrList 2.8 final)
------------------------------------------------------------------------------------------------
+ new entry-template elements : {filename:x} {filetype:x} {filetypedesc:x} {filetypeicon:x}
{filetypeiconname:x} {filetypeiconurl:x} {filemimetype:x} {cat_name} {side_name}
+ if-not-statement for elements/elementvalues can prevent the output of element groups or whole
template parts if an element/elementvalue is not empty. e.g.:
{if_not_imageurl:1}
<img src="placeholder.gif" alt="placeholder"/>
{/if_not_imageurl:1}
+ file type icon path setting on special options pane
# if-/if_not-statement works now if the single (statement-)element isn't placed in the entry
template(s)
^ module renamed to ListFlex (due to more and more similarities to ContentFlex)

02.07.03 - released 2007-07-02 (MrList 2.8 beta 4)
------------------------------------------------------------------------------------------------
# frontend edit button template output

02.07.02 - released 2007-06-23 (MrList 2.8 beta 3)
------------------------------------------------------------------------------------------------
# edit button template feature backward compatibility on a modul update
# modul config display mode switching erases checkbox values

02.07.01 - released 2007-06-22 (MrList 2.8 beta 2)
------------------------------------------------------------------------------------------------
^ {zero_no} always a leading zero (e.g. on numbers below 10)

02.07.00 - released 2007-06-21 (MrList 2.8 beta 1)
------------------------------------------------------------------------------------------------
+ if-statement for elements/elementvalues can prevent the output of element groups or whole
template parts if an element/elementvalue is empty. e.g.:
{if_imageurl:1}
<a href="{imageurl:1}">
{imagethumb:1}
</a>
{/if_imageurl:1}
+ definable strings for filesize labels (Byte, KByte, MByte)
+ switch to show the edit button before or after an entry
+ template for the edit and add-entry-at-first-position button (like in ContentFlex)
+ new element {new} for the intro template to place the add-entry-at-first-position more flexible
+ new element {zero_no}: creates the entry number with leading zeros (01,02,03 ...)
+ new elements {mod_key} {container_id} {select:x}
+ config option to convert absolute pathes intro relative pathes if possible (images, files)
# internal counter of the duplicate list, page switch calculation
# output of "{noedit}" if {edit} is used within the entry termplates at the same time
! preconfigured module versions re-added and optimized (FAQ's and NEWS)
! version number politics changed

2.06.00 - released 2007-04-09
------------------------------------------------------------------------------------------------
- unnecessary BBCode toolbar option
^ internal clean-up

2.06.00 beta1 - released 2007-03-03
------------------------------------------------------------------------------------------------
+ optional tag-attributes for all navigation elements and links
+ BBCode option & config for textarea-elements
+ modul configuration: tabs
^ modul configuration: display modes content, layout and wording
^ modul configuration: default length for {chop}{/chop} (now 200}
^ "add entry on first position" is no longer a string-link. the known Contentflex-add-button
will be displayed instead.
^ tremendous speed improvements
# page preview mode "add entry on first position"-link problem
# navigation elements position within template problem

2.05.01 - released 2006-08-05
------------------------------------------------------------------------------------------------
+ new element {noedit} in the base/duplicate template prevents the output of the edit-button
^ {chop} {/chop} string cut on spaces only
^ optimized handling of the {no}-output
# edit-button behaviour in the base/duplicate template wasn't correct
# in some cases some elements defined in the base/duplicate template were not editable

2.05.00 - released 2006-07-31
------------------------------------------------------------------------------------------------
+ new pseudo-tag {chop} {/chop} in the entry templates can be used to shorten something
between. for the {chop}-values and options see modul config mode 'all'.
please note that everthing between {chop} {/chop} will be cleared form html-tags!
+ new element {no} within entry templates (creates the entry number)
+ new element {list} available in the intro and/or outro template:
{list} creates a duplicate of the whole MrList list. the single entry of this duplicate list
can be configured via a new {list}-template. in this new template all elements of the normal
entry template are available plus the the element {url} (creates the full url to the base
entry - useful if the page navigation is used too - e.g. for page wise FAQ's and so on).
the duplicate list is normally independent from the page navigation. that means in the
duplicate list all available entries are shown and in the base list the entries are
listed page wise at the same time. there is a switch in the modul configuration to
activate the page navigation dependence (number of entries) for the duplicate list too.
... just try the functionality! smile.gif
+ new element {nav} in the intro and/or outro template to place the navigation more flexible
^ page navigation - no longer displayed if there's only one page (can be re-activated via new
option in the modul configuration)
+ page navigation - style selection for next/previous labels
+ page navigation - style selection for the non current pagenumbers
+ page navigation - style selection for the current pagenumber
+ modul configuration: help text for available elements in templates now via dhtml-help-button
^ modul configuration: display modes content, layout and wording
^ modul configuration: big code cleanup (now it's finally done and better commented)
^ modul output: some cleanup, optimizations, improvments

2.01.00 - released 2006-07-11
------------------------------------------------------------------------------------------------
+ elements: {imagefmtitle:x}, {imagefmdesc:x}, {filefmtitle:x}, {filefmdesc:x}, {date:x},
{sourcecode:1}
^ module configuration : display modes content, layout and wording
- some double code lines within module configuration code

2.00.03 - released 2006-07-08
------------------------------------------------------------------------------------------------
# incorrect htmlentities parameter within modul configuration code

2.00.02b - released 2006-06-16
------------------------------------------------------------------------------------------------
! first Sefrengo Version as beta (please test)
+ special modul name field in the modul config
- some unused code within the output code


Changelog legend:
# -> Bug Fix
+ -> Addition
^ -> Change
- -> Removed
! -> Note




ich freue mich sehr über unterstützung/danksagung in finanzieller/materieller form!

PAYPAL SPENDE - www.tiefexzeitlos.de (button nutzen)

MEIN AMAZON WUNSCHZETTEL


wer ggf. als sponsor (im readme/forum) genannt werden möchte kann mir das mitteilen!



Angehängte Datei(en)
Angehängte Datei  ListFlex_v02_08_04.zip ( 67.78KB ) Anzahl der Downloads: 175
 


--------------------
cheers, Alex
Go to the top of the page
 
+Quote Post
 
Start new topic
Antworten
davelee
Beitrag Fri. 25. March 2016, 19:18
Beitrag #2


Advanced Member
*****

Gruppe: AdvancedMembers
Beiträge: 170
Mitglied seit: 15.05.2007
Mitglieds-Nr.: 908



Lösung: in der Datei mod.listflex.php in Zeile 1 '<?' in '<?php' umbenennen huh.gif
Ansonsten wird die Datei nicht als php interpretiert!

Lg David
Go to the top of the page
 
+Quote Post

Beiträge in diesem Thema
- amk   ListFlex v02.08.04   Sat. 8. November 2008, 12:37
- - feniweb   Danke amk für die Ãœberarbeitung des Modules. Gr...   Sat. 8. November 2008, 17:26
- - Uliwe   Bei einem kleinen Projekt setze ich zum erstenmal ...   Sun. 16. November 2008, 12:42
|- - amk   ZITAT(Uliwe @ Sun. 16. November 2008, 12...   Sun. 16. November 2008, 21:12
- - Uliwe   ZITATdas ist nicht soo kompliziert [...] wenn php ...   Sun. 16. November 2008, 22:27
- - amk   ... hier im forum wuselt noch irgendwo das alte mo...   Mon. 17. November 2008, 10:57
- - andy   Hi Alex, kurze Frage bzgl. Paging beim Modul. WÃ...   Wed. 13. May 2009, 11:03
|- - amk   ZITAT(andy @ Wed. 13. May 2009, 12:03) Hi...   Sun. 17. May 2009, 09:15
- - andy   Hi Alex, hab da leider vergeblich versucht den A...   Tue. 19. May 2009, 10:08
- - toto   Hallo hab ListFlex installiert und auch die Datei ...   Tue. 1. February 2011, 15:13
|- - davelee   Ich habe nun unter PHP 5.6 das selbe Problem, hast...   Fri. 25. March 2016, 11:28
- - davelee   Lösung: in der Datei mod.listflex.php in Zeile 1 ...   Fri. 25. March 2016, 19:18


Reply to this topicStart new topic
7 Besucher lesen dieses Thema (Gäste: 7 | Anonyme Besucher: 0)
0 Mitglieder:

 



RSS Vereinfachte Darstellung Aktuelles Datum: 28.3.24 - 17:14

Sefrengo ist ein eingetragenes Markenzeichen und urheberrechtlich geschützt.
Copyright 2009 Design & Daten, Alle Rechte vorbehalten.