Search found 3 matches

by Kalaschnikow
Thu 7. Sep 2006, 15:47
Forum: phpwcms Support English
Topic: spezifische Suche für 2 Sprachen
Replies: 32
Views: 9392

Oliver Georgi wrote:OK here is an upgrade file for current release:
http://www.phpwcms.org/release/20060906 ... patchG.zip [21.8KB]

Oliver
great, now it works!

thanks a lot :D
by Kalaschnikow
Thu 7. Sep 2006, 15:27
Forum: phpwcms Support English
Topic: Searchfunction on V1.2.8-20060904
Replies: 29
Views: 7714

Oliver Georgi wrote:Proof that there "search" off is disabled for categories too.

Oliver
Its "off", but no results...

Edit:
Patch G solves the problem! Thanks!
by Kalaschnikow
Mon 16. Jan 2006, 18:35
Forum: phpwcms Support English
Topic: Aligning the Article Title?
Replies: 3
Views: 1197

For the newer Versions (1.2.6 DEV) use this Code. The other Code will not work properly!

// article default
$template_default["article"]["title_before"] = '<div align="center"><h1>';
$template_default["article"]["title_after"] = '</h1></div>';
$template_default["article"]["subtitle_before ...