link article
Posted: Tue 28. Feb 2006, 16:39
phpwcms_1.2.5-DEV
i had created a "link article" list.
if i change the visibility of a article to "non visible" then no link will be created, but the "article id" will displayed insted.
i think "include/inc_front/content/cnt8.article.inc.php" is the "bad guy".
line 29:
if i change it to:
it works fine and don't show the id's.
maybe someone have the same problem.
henning
i had created a "link article" list.
if i change the visibility of a article to "non visible" then no link will be created, but the "article id" will displayed insted.
i think "include/inc_front/content/cnt8.article.inc.php" is the "bad guy".
line 29:
Code: Select all
$alink_temp = $alink;Code: Select all
$alink_temp = array();maybe someone have the same problem.
henning