Journal Articles

CVu Journal Vol 15, #2 - Apr 2003 and Programming Topics
Browse in : All > Journals > CVu > 152 (9)
All > Topics > Programming (877)
Any of these categories
Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Non-Standard Code

Administrator

03 April 2003 13:15:56 +01:00

I recently faced a problem which I felt I could only solve using non-standard code, and thought that some of the issues this brought up might be of interest to the readers of CVu.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

A Python Project

Administrator

03 April 2003 13:15:56 +01:00

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

10 Things You Always Wanted to Know About Assert (But Were Afraid to Ask)

Administrator

03 April 2003 13:15:56 +01:00

This article is aimed primarily at those who are unfamiliar with assertions. However, even advanced programmers may make one or two new discoveries.