Search found 8 matches

by osku
Thu 30. Jun 2005, 17:57
Forum: hacks & enhancements
Topic: {TEASER:alias} Replacement tag
Replies: 34
Views: 21109

FYI: quick dirty n00b hack :roll:

<?php
function get_article_teaseme($article_id){
$sql = 'select article_title,article_subtitle,article_summary,article_cid from '.
DB_PREPEND.'phpwcms_article where article_id = ' .$article_id;
if($result = mysql_query($sql)) {
$row = mysql_fetch_row($result ...
by osku
Thu 30. Jun 2005, 15:37
Forum: hacks & enhancements
Topic: {TEASER:alias} Replacement tag
Replies: 34
Views: 21109

hmm,

am i the onlyone who wants to use teaser with phpwcms1.2.3-dev ?!

is there no "built-in" way to display title,date,summary of desired article ?

btw. i've read (dunno where) that phpwcms2.0 will have "news" content type, will that atleast have this feature ?

as i know (php+mysql), this task ...
by osku
Mon 27. Jun 2005, 08:14
Forum: hacks & enhancements
Topic: {TEASER:alias} Replacement tag
Replies: 34
Views: 21109

hi Plauderer

and thanx for your answer

but, The alias with which you reference it is the structure-points alias!
where do i get/set "structure-points alias" ?
(search for "structure-points alias" or "alias" on phpwcms-docu.de didnt return anything)

i have followed the instructions here ...
by osku
Thu 23. Jun 2005, 22:53
Forum: hacks & enhancements
Topic: {TEASER:alias} Replacement tag
Replies: 34
Views: 21109

i must have missed something,

where do i set the "alias" of an article to be used in {TEASER:alias}

(phpwcms-1.2.3-dev)
by osku
Thu 23. Jun 2005, 21:46
Forum: phpwcms Support English
Topic: Article Summary on Front page of site?
Replies: 16
Views: 5420

hmm,

is this problem so hard to solve...
how about hacking NEW or RELATED to show summary text ?

i could try to hack that my self, if someone gives me some pointers...
by osku
Tue 21. Jun 2005, 19:38
Forum: phpwcms Support English
Topic: Article Summary on Front page of site?
Replies: 16
Views: 5420

I would like to achieve the same too :)

i have news section with all the news...
i would like to have automaticly the newest news title, date and summary text on the frontpage...

(phpwcms-1.2.3-dev)