link article

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Baran
Posts: 8
Joined: Mon 27. Feb 2006, 14:51
Location: germany / karlsruhe
Contact:

link article

Post by Baran »

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:

Code: Select all

$alink_temp = $alink;
if i change it to:

Code: Select all

$alink_temp = array();
it works fine and don't show the id's.

maybe someone have the same problem.
henning
Baran
Posts: 8
Joined: Mon 27. Feb 2006, 14:51
Location: germany / karlsruhe
Contact:

Post by Baran »

Their is another issue with the "link article" list.
The list is not sorted like I choose it in the contentpart menu.
I added at line 52:

Code: Select all

ksort($alink_temp);
Now the article list is sorted like i wanted it.
Post Reply