{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.
FeldeMathi
Posts: 58
Joined: Fri 15. Jul 2005, 11:04

Post by FeldeMathi »

hey,

I'm running version 1.0.6 successfully ! great feature !

If I want to update the teaser file in the frontend render folder the teaser wont work anymore. Do I need to change anything else to use the new version of the teaser Ex rep tag ??

thankssss
erich_k4
Posts: 160
Joined: Thu 31. Mar 2005, 10:29
Location: Austria

Post by erich_k4 »

'm running version 1.0.6 successfully ! great feature !

If I want to update the teaser file in the frontend render folder the teaser wont work anymore. Do I need to change anything else to use the new version of the teaser Ex rep tag ??
Yes there are some changes in the syntax, please take a look at
http://www.phpwcms.de/forum/viewtopic.php?t=7503 -> History.

To create the TEASER_EX RT you can use the TeaserEX-Tag-Generator.
You will find it here: http://www.kmedv.at/phpwcms/teaser_ex_g ... ex_gen.php


Erich
FeldeMathi
Posts: 58
Joined: Fri 15. Jul 2005, 11:04

Post by FeldeMathi »

thanks, working fine now. just need to fix cassiels comment tag, then I'm happy before christmas :D
FeldeMathi
Posts: 58
Joined: Fri 15. Jul 2005, 11:04

Post by FeldeMathi »

Hi Erich,

do you have an idea regarding this thread?
http://www.phpwcms.de/forum/viewtopic.p ... c&start=15

I installed the new version of the teaser tag and its running fine. Its just not reading the article category id.

Would be nice to get an answer !
Kvist
Posts: 87
Joined: Sat 30. Oct 2004, 04:19
Location: Denmark
Contact:

Wow

Post by Kvist »

Erich, you're the MAN!

See this marvel of a mod in action here http://sehnsucht.dk/!

My wishes for the future versions of the teaser_ex mod:
- Possibility to suppress the image size set in an articles background settings. (Eg. to make the image in the teaser listing smaller than in the actual article)
- Possibility to costumize the text format in the teaser listing so that it differs from the style you've set for the article.

Just if you get bored during the holidays, Erich! :lol:

MERRY CHRISTMAS and HAPPY NEWYEAR \ FROHE WEIHNACHTEN und GUTEN RUTSCH!
LPWV
Posts: 34
Joined: Mon 19. Dec 2005, 04:31

ERROR

Post by LPWV »

Parse error: parse error, unexpected ':' in /usr/local/4admin/apache/vhosts/lpwv.org/httpdocs/include/inc_front/front.func.inc.php(2459) : eval()'d code on line 1


I am getting the above error...Cant figure it out!

http://www.lpwv.org
Michael S. Wilson
DarkJ
Posts: 25
Joined: Sun 5. Jun 2005, 12:29
Contact:

Post by DarkJ »

Hi!
I try to show the last 3 articles of 3 Category, but the mod show me the first 3 article of the Category...

Can you help me? :D

Sorry for my bad english
erich_k4
Posts: 160
Joined: Thu 31. Mar 2005, 10:29
Location: Austria

Post by erich_k4 »

DarkJ wrote:Hi!
I try to show the last 3 articles of 3 Category, but the mod show me the first 3 article of the Category...

Can you help me? :D

Sorry for my bad english
Look at the Sortdirection : ASC or DESC or post your Tag here for more information

Erich
DarkJ
Posts: 25
Joined: Sun 5. Jun 2005, 12:29
Contact:

Post by DarkJ »

Hi,
this is my tag:
{TEASER_EX:news_linux|1;news_sicurezza|1;news_varie|1:3:article_title|DESC:1:Page:3:::-1:}

But i can't see the last article, i see the first... :shock: :( :cry:

Help me!
erich_k4
Posts: 160
Joined: Thu 31. Mar 2005, 10:29
Location: Austria

Post by erich_k4 »

DarkJ wrote:Hi,
this is my tag:
{TEASER_EX:news_linux|1;news_sicurezza|1;news_varie|1:3:article_title|DESC:1:Page:3:::-1:}

But i can't see the last article, i see the first... :shock: :( :cry:

Help me!
your sortfield is "Article Title" try "Article Created" or "Article Timestamp"...

Erich
DarkJ
Posts: 25
Joined: Sun 5. Jun 2005, 12:29
Contact:

Post by DarkJ »

I've tried to use this:
{TEASER_EX:news_linux|1;news_sicurezza|1;news_varie|1:3:article_created|DESC:1:Page:3:::-1:}

but nothing is changed... :shock: :( :( :cry: :cry:
IbnSaeed
Posts: 37
Joined: Thu 1. Dec 2005, 17:48
Location: UAE

Post by IbnSaeed »

I have included TeaserEX Rep Tag in the Dreamweaver Toolbar Extension


the here is a screenshot of TeaserEX Rep Tag

https://sourceforge.net/project/screens ... ssid=26438

It works the same way the TeaserEX-Tag-Generator found on the website here
http://www.kmedv.at/phpwcms/teaser_ex_g ... ex_gen.php
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Post by sustia »

Hi erich_k4, there's a way to format the category title from frontend.css?
Thanks
Campeones del mundo!
Vegetables!
joransrb
Posts: 53
Joined: Mon 10. Jan 2005, 21:03

Post by joransrb »

Hello,
great RT

but i get this error:

Code: Select all

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in reptag_teaser_ex.php on line 272
and nothing shows, but when I log in at the backend and then view the site, it works as it should. this is the mysql 3 version.

anyone...?

i also get this error randomly:

Code: Select all

Create Memory Table failed!
Insert failed!
Insert failed!
Insert failed!
Insert failed!
Insert failed!

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in reptag_teaser_ex.php on line 272
haedjin
Posts: 18
Joined: Mon 6. Feb 2006, 11:47

Post by haedjin »

great mod!

If you replace the default sort order in the tag with RAND() and remove DESC or ASC, you can randomly select your teasers. I needed that for my own site.

Furthermore, is it possible to get the summaries for a specific alias *including* all sub aliasses? And can I use the keywords of an article in the tmpl file?

Thanks!
Post Reply