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

> ListFlex 02.08.00 (ex-MrList)
amk
Beitrag Mon. 16. July 2007, 10:28
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 02.08.00

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:
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.

Bekannte Probleme:
In sehr seltenen Fällen unter Verwendung von PHP5.x und entsprechender
Server-Konfiguration kann ListFlex eine PHP-Fehlermeldung bzgl. Speicherlimit
auslösen. Dies ist u.a. begründet im Modul-Output-Handling von Sefrengo
selbst.
Lösung für dieses Problem ist einerseits die Erhöhung des Speicherlimits von
PHP andererseits kann bestimmter ListFlex-Modul-code ausgelagert werden.
Hilfe zu letzterer Möglichkeit gebe ich gern hier im Thread.


CODE
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 über unterstützung

ihr verbessert damit die chance einer weiterentwicklung des moduls durch mich

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

MEIN AMAZON WUNSCHZETTEL


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

p.s.: es ist mir möglich, bei einer unterstützung durch firmen etc., eine rechnung mit ausgewiesener mwst. anzufertigen.


Angehängte Datei(en)
Angehängte Datei  ListFlex_v02_08_00.zip ( 70.99KB ) Anzahl der Downloads: 222
 


--------------------
cheers, Alex
Go to the top of the page
 
+Quote Post

Beiträge in diesem Thema
- amk   ListFlex 02.08.00 (ex-MrList)   Mon. 16. July 2007, 10:28
- - tobaco   danke für das neue modul bzw. die neue version...   Mon. 16. July 2007, 15:07
|- - amk   ZITAT(tobaco @ Mon. 16. July 2007, 16:07)...   Mon. 16. July 2007, 15:20
|- - gunwalt   Bei mir klappt das Update von der Version 2.60 auf...   Tue. 17. July 2007, 09:47
- - STam   Grundsätzlich match ein Update auf die RepId, wob...   Tue. 17. July 2007, 10:08
|- - gunwalt   Also müsste die ID identisch sein, oder?   Tue. 17. July 2007, 10:32
- - amk   nun - die namensänderung bringt leider eine updat...   Tue. 17. July 2007, 10:39
|- - gunwalt   ZITAT(amk @ Tue. 17. July 2007, 11:39) nu...   Tue. 17. July 2007, 12:14
- - amk   tja ... diesbezüglich wäre eine modifizierung im...   Tue. 17. July 2007, 13:42
- - STam   ZITATtja ... diesbezüglich wäre eine modifizieru...   Tue. 17. July 2007, 21:01
- - bjoern   Aufgrund von Crossupdates (die ja immer mal wiede...   Tue. 17. July 2007, 21:58
- - STam   ^^ das ist ja auch mal ein guter FR, hat aber um d...   Tue. 17. July 2007, 22:06
- - amk   sorry ich kenn mich da nicht so mit der problemati...   Tue. 17. July 2007, 22:48
- - summerbrother   Ist es beabsichtigt, das in der Listenübersicht d...   Thu. 9. August 2007, 21:54
- - amk   ja   Thu. 9. August 2007, 22:36
- - summerbrother   Im Listflex sollte analog dem Teaserlister eine se...   Fri. 17. August 2007, 08:37
- - Ute   Hallo an alle, wahrscheinlich stehe ich mal wiede...   Tue. 28. August 2007, 11:10
|- - gunwalt   ZITAT(Ute @ Tue. 28. August 2007, 12:10) ...   Tue. 28. August 2007, 15:22
|- - andi   habe den beitrag kurz hervorgesucht...war damals Ã...   Tue. 28. August 2007, 16:21
- - amk   hm. Ute ... keine ahnung. gehts denn mit SF 1.4 - ...   Tue. 28. August 2007, 15:20
- - Ute   Hallo an alle, ich habe ein Update auf Sefrengo 1...   Tue. 28. August 2007, 20:13
|- - gunwalt   Die Seitenschaltung bei ListFlex gibt derzeit nur ...   Mon. 5. November 2007, 09:54
- - feniweb   Hallo Habe da ein seltsames Problem. Wenn ich Wys...   Thu. 15. November 2007, 10:21
|- - gunwalt   scheint bei mir zu gehen.   Thu. 15. November 2007, 14:33
- - amk   kann eigentlich nur wenig mit dem modul selbst zu ...   Thu. 15. November 2007, 14:42
- - feniweb   Ja, tatsächlich mit dem FCK-Editor erscheint der ...   Thu. 15. November 2007, 16:39
- - summerbrother   Lad doch einfach nochmal den tiny neu hoch. Falls ...   Thu. 15. November 2007, 21:06
- - amk   das einzige was ich mir vorstellen könnte, sind p...   Fri. 16. November 2007, 08:44
- - feniweb   @amk Danke für deinen Tipp "bitte mal alle ...   Fri. 16. November 2007, 09:19
|- - amk   ZITAT(feniweb @ Fri. 16. November 2007, 09...   Fri. 16. November 2007, 10:36
|- - gunwalt   Ich stehe auf dem Schlauch. Irgendwo scheint ein D...   Thu. 13. December 2007, 10:33
- - amk   und 'n titel ist im dateimanager auch eingegeb...   Thu. 13. December 2007, 10:38
|- - gunwalt   ZITAT(amk @ Thu. 13. December 2007, 10:38...   Thu. 13. December 2007, 10:48
|- - hylli   Mach ma so: ZITAT{filetypeicon:1}&nbsp;<a h...   Thu. 13. December 2007, 12:22
|- - gunwalt   Wenn ich den Container date:x verwende, ist dieser...   Thu. 13. December 2007, 12:54
- - ryzion   Wenn der Text eingeklappt ist, werden Umlaute nich...   Wed. 19. March 2008, 20:20
- - davelee   Ich habe das gleiche Problem mit der <Chop> ...   Thu. 20. March 2008, 08:13
- - paulinsche   Ich würde gerne nochmals den Beitrag von Gunwalt ...   Tue. 29. July 2008, 11:10


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

 



RSS Vereinfachte Darstellung Aktuelles Datum: 27.4.24 - 19:48

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