{TEASER_EX} Replacement tag v1.90 - 10.1.2007

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
Da5id
Posts: 42
Joined: Fri 13. Jan 2006, 20:44

Post by Da5id »

COOL !!!! :!: :idea: :wink:
Da5id
Posts: 42
Joined: Fri 13. Jan 2006, 20:44

Next release...

Post by Da5id »

:?: Wann erscheint denn das nächste Release?
Bin schon ganz ungeduldig :twisted:
erich_k4
Posts: 160
Joined: Thu 31. Mar 2005, 10:29
Location: Austria

Re: Next release...

Post by erich_k4 »

VERSION: 1.82 - 2.10.2006

Whats new in this version:

* SQL "LIKE" syntax for category aliases allowed
e.g.
your aliases look like:
alias-tiere-hunde
alias-tiere-katzen
alias-tiere-voegel
alias-tiere-fische

and you want to get all news out from alias-tiere use:
{TEASER_EX:alias-tiere%|10:4:article_created|DESC...

* new define section for pagination buttons (see source for details)
* fixed some little bugs...
Erich
Jan212
Posts: 859
Joined: Wed 28. Jan 2004, 21:38
Location: Solingen
Contact:

Post by Jan212 »

Sehr schön nochmal mit der Differenzierung. I like this mod. Dank dir nochmal ganz herzlich von meiner Seite für die Entwicklung des Mods.
Regards/ Grüsse/ Groetjes - JAN212
------------------------------------------------
null212 - Büro für Kommunikation und Design
------------------------------------------------
Lyrikfetzen des Tages
1. Ist der Quelltext auch valide fragt Herr Müller ganz perfide.
2. Wat is dat een lekker ding.
3. Wer Vision hat soll zum Arzt gehen.
------------------------------------------------
Da5id
Posts: 42
Joined: Fri 13. Jan 2006, 20:44

Re: Next release...

Post by Da5id »

erich_k4 wrote:VERSION: 1.82 - 2.10.2006

Whats new in this version:

* SQL "LIKE" syntax for category aliases allowed
e.g.
your aliases look like:
alias-tiere-hunde
alias-tiere-katzen
alias-tiere-voegel
alias-tiere-fische

and you want to get all news out from alias-tiere use:
{TEASER_EX:alias-tiere%|10:4:article_created|DESC...

* new define section for pagination buttons (see source for details)
* fixed some little bugs...
Thank you very much Erich. Very very nice!! I will test it soon...
Nichts wird oft so unwiederbringlich versäumt wie eine Gelegenheit.
Zitat: Marie von Ebner-Eschenbach
Da5id
Posts: 42
Joined: Fri 13. Jan 2006, 20:44

Post by Da5id »

Erich, a friend got the following parse error using the newest teaser ex

Parse error: parse error in /home/httpd/vhosts/harmony63.de/httpdocs/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 242

he is using the phpwcms_1.2.5-DEV Version. Any Ideas? :roll:
Nichts wird oft so unwiederbringlich versäumt wie eine Gelegenheit.
Zitat: Marie von Ebner-Eschenbach
sp1r
Posts: 25
Joined: Thu 21. Sep 2006, 13:20

Post by sp1r »

is it possible to have a date next to the title, so t hat you can see what day the news has been posted?
erich_k4
Posts: 160
Joined: Thu 31. Mar 2005, 10:29
Location: Austria

Post by erich_k4 »

Da5id wrote:Erich, a friend got the following parse error using the newest teaser ex

Parse error: parse error in /home/httpd/vhosts/harmony63.de/httpdocs/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 242

he is using the phpwcms_1.2.5-DEV Version. Any Ideas? :roll:
Maybe he should try a custom template not the default one e.g the sample.tmpl
Erich
erich_k4
Posts: 160
Joined: Thu 31. Mar 2005, 10:29
Location: Austria

Post by erich_k4 »

sp1r wrote:is it possible to have a date next to the title, so t hat you can see what day the news has been posted?
here is a sample template (look for WAK_ARTICLE_CREATED):

Code: Select all

<div style="margin-bottom:10px;">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td>
[CATNAME]<b>{CATNAME}</b> -><br>[/CATNAME]
[TITLE]<a href="{ARTICLELINK}">{TITLE}</a>&nbsp;{WAK_ARTICLE_CREATED:SHORT:{ARTICLEID}}[/TITLE]
[SUB]<h3 style="margin:0 0 5px 0;">{SUB}</h3>[/SUB]
</td>
</tr>
<tr>
<td valign="top">
<div style="float:left; margin-right:6px;">
[IMAGE]<a href="{ARTICLELINK}">{IMAGE}</a>[/IMAGE]
[CAPTION]<div align="center">{CAPTION}</div>[/CAPTION]
</div>
[SUMMARY]{SUMMARY}[/SUMMARY]<br>
erstellt am&nbsp;{WAK_ARTICLE_CREATED:LONG:{ARTICLEID}}<br>
[MORE]<a href="{ARTICLELINK}">more...</a>[/MORE]
</td>
</tr>
</table>
</div>
Erich
Da5id
Posts: 42
Joined: Fri 13. Jan 2006, 20:44

Post by Da5id »

erich_k4 wrote:
Da5id wrote:Erich, a friend got the following parse error using the newest teaser ex

Parse error: parse error in /home/httpd/vhosts/harmony.com/httpdocs/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 242

he is using the phpwcms_1.2.5-DEV Version. Any Ideas? :roll:
Maybe he should try a custom template not the default one e.g the sample.tmpl
He get the error actually without using the RT self. Alone uploading the teaser_ex file in the frontend_render directory caused this error.
Nichts wird oft so unwiederbringlich versäumt wie eine Gelegenheit.
Zitat: Marie von Ebner-Eschenbach
laszlobela
Posts: 52
Joined: Sun 20. Aug 2006, 15:48

Post by laszlobela »

Hi Erich,

1) das mit den mehreren Kategorien auswählen - kann es sein, dass wenn ich hier z.B. nach article_crate absteigend auswähle dass dann die Kategorien absteigend und nicht darin enthalten die Artikel genommen werden?

2) Kategorie anzeigen funzt bei mir auch nicht - oder muss ich hierzu im Template extra noch einen "Kategorie-Tag" setzen? (Ich verwende das gleiche Template, mit dem ich auch innerhalb der einzelnen Kategorien den Taser_Ex einsetze)

3) wenn ich den Pagenavestyle auf "center" gestellt hab, der mainBlock aber auf left steht, kommt die Paginat_Leiste aber auch in links - ist das gewollt?

Ansonsten wollt ich nur noch wissen, ob es schon möglich ist, die Anzahl der Artikel anzeigen zu lassen (also nicht Site von - sondern Artikel in der Kat).

Weiter so - super Job
Gruss und Dank
Bela
Da5id
Posts: 42
Joined: Fri 13. Jan 2006, 20:44

Post by Da5id »

Image

:P
Nichts wird oft so unwiederbringlich versäumt wie eine Gelegenheit.
Zitat: Marie von Ebner-Eschenbach
erich_k4
Posts: 160
Joined: Thu 31. Mar 2005, 10:29
Location: Austria

Post by erich_k4 »

1) das mit den mehreren Kategorien auswählen - kann es sein, dass wenn ich hier z.B. nach article_crate absteigend auswähle dass dann die Kategorien absteigend und nicht darin enthalten die Artikel genommen werden?
nun zuerst werden die artikel in den einzelnen Kategorien sortiert, dann zusammengefasst und über die gesamte ergebnismenge nochmals drübersortiert...kennst di aus? :wink:

2) Kategorie anzeigen funzt bei mir auch nicht - oder muss ich hierzu im Template extra noch einen "Kategorie-Tag" setzen? (Ich verwende das gleiche Template, mit dem ich auch innerhalb der einzelnen Kategorien den Taser_Ex einsetze)
siehe http://www.phpwcms.de/forum/viewtopic.php?p=74622#74622
:arrow: {CATNAME}

3) wenn ich den Pagenavestyle auf "center" gestellt hab, der mainBlock aber auf left steht, kommt die Paginat_Leiste aber auch in links - ist das gewollt?
Du meinst sicher die Option "Pagination for Graphic Pagenavstyle"
die bewirkt folgendes:
LEFT : Page << < > >>
CENTER : << < Page > >>
RIGHT : << < > >> Page

zur Ausrichtung innerhalb der Seite kannst Du die CSS - id "teaserPageNav" verwenden

-----------
@Da5id whow, mein eigener Banner - is ja überdrüber... :D
Erich
laszlobela
Posts: 52
Joined: Sun 20. Aug 2006, 15:48

Post by laszlobela »

nun zuerst werden die artikel in den einzelnen Kategorien sortiert, dann zusammengefasst und über die gesamte ergebnismenge nochmals drübersortiert...kennst di aus? :wink:
Hi Erich,
das haut bei mir nicht ganz hin. Ich hab 2 Kategorien genommen, Absteigend nach Erstellungsdatum eingestellt - aber die Artikel innerhalb der Kategorie werden aufsteigend angezeigt. Ich will immer den neuesten oben haben.

Gruss
Bela
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

TEASER_EX don't work with PHP Version 5.1.5 ....

Post by Jensensen »

Hi folks,

TEASER_EX seems not to work with:
PHP Version 5.1.5
MySQL Version: 4.1.15-Debian_0.dotdeb.1-log


ERROR is:

Code: Select all

Notice: Use of undefined constant BTN_First0 - assumed 'BTN_First0' in /is/htdocs/wp1077733_NQEPXXXXXX/www/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 129

Notice: Use of undefined constant path - assumed 'path' in /is/htdocs/wp1077733_NQEPXXXXXX/www/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 129

Notice: Use of undefined constant dim - assumed 'dim' in /is/htdocs/wp1077733_NQEPXXXXXX/www/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 130

Notice: Use of undefined constant alttext - assumed 'alttext' in /is/htdocs/wp1077733_NQEPXXXXXX/www/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 131

Notice: Use of undefined constant BTN_First - assumed 'BTN_First' in /is/htdocs/wp1077733_NQEPXXXXXX/www/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 132

Notice: Use of undefined constant path - assumed 'path' in /is/htdocs/wp1077733_NQEPXXXXXX/www/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 132

Notice: Use of undefined constant dim - assumed 'dim' in /is/htdocs/wp1077733_NQEPXXXXXX/www/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 133

Notice: Use of undefined constant alttext - assumed 'alttext' in /is/htdocs/wp1077733_NQEPXXXXXX/www/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 134

Notice: Use of undefined constant BTN_Prev0 - assumed 'BTN_Prev0' in /is/htdocs/wp1077733_NQEPXXXXXX/www/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 135

Notice: Use of undefined constant path - assumed 'path' in /is/htdocs/wp1077733_NQEPXXXXXX/www/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 135

Notice: Use of undefined constant dim - assumed 'dim' in /is/htdocs/wp1077733_NQEPXXXXXX/www/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 136

Notice: Use of undefined constant alttext - assumed 'alttext' in /is/htdocs/wp1077733_NQEPXXXXXX/www/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 137
and so on

Trying to fix, I just added the missing ' ' and "" signs in Config Section of file.

At least one error was maintained:

Code: Select all

Notice: Undefined index: f in /is/htdocs/wp1077733_NQEPXXXXXX/www/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 475
What the hell means "Undefined index: f"???
Don't know how to get rid of it.

Any suggestion what I could/should do?

Thanks for help...

Greetz
Jensensen
Post Reply