Search found 50 matches

by johnn
Thu 26. Feb 2009, 14:00
Forum: phpwcms Support English
Topic: Search results question
Replies: 3
Views: 1064

Re: Search results question

:?:
by johnn
Wed 25. Feb 2009, 11:35
Forum: phpwcms Support English
Topic: Missing captcha image.
Replies: 9
Views: 4238

Re: Missing captcha image.

OK, this is the error i get when trying to see the image in firefox:

Fatal error: Call to undefined function: imagettftext() in /my_domain/include/inc_ext/SOLMETRA_FormValidator/SPAF_FormValidator.class.php on line 231
by johnn
Thu 19. Feb 2009, 21:06
Forum: phpwcms Support English
Topic: Missing captcha image.
Replies: 9
Views: 4238

Re: Missing captcha image.

Same browser (tried another).
Nothing changed in SPAF_FormValidator.class.php
Missing image in contact form too.
CMS ver 1.3.3
Permissions are 644 (never changed it).
When i type the in the address bar http your-server.tld/template/inc_captcha/03.png i CAN see the image (not in the browser window ...
by johnn
Thu 19. Feb 2009, 18:01
Forum: phpwcms Support English
Topic: Missing captcha image.
Replies: 9
Views: 4238

Re: Missing captcha image.

All there - 14 png images and 4 fonts.

The other files too.
by johnn
Thu 19. Feb 2009, 16:49
Forum: phpwcms Support English
Topic: Missing captcha image.
Replies: 9
Views: 4238

Missing captcha image.

Haven't used CT with captcha for a while, and now I need to use guesbook CP. But the problem is the captcha image is not showing, there is just X (missing image). I'm not aware of any server changes so what could be the problem?

It was working fine the last time i used it (a while ago).
by johnn
Tue 3. Feb 2009, 10:02
Forum: phpwcms Support English
Topic: Search results question
Replies: 3
Views: 1064

Re: Search results question

Does anyone know how search results are sorted?
by johnn
Sun 1. Feb 2009, 08:15
Forum: phpwcms Support English
Topic: Article titles as links?
Replies: 5
Views: 1738

Re: Article titles as links?

If I understand correctly you should edit the templates that you use for articles (default.tmpl, sample.tmpl....), and replace

Code: Select all

{TITLE}
with

Code: Select all

<a href="{ARTICLELINK}">{TITLE}</a>
by johnn
Sat 31. Jan 2009, 14:47
Forum: phpwcms Support English
Topic: Search results question
Replies: 3
Views: 1064

Re: Search results question

:?: ver. 1.3.3
by johnn
Thu 29. Jan 2009, 19:06
Forum: phpwcms Support English
Topic: Search results question
Replies: 3
Views: 1064

Search results question

Hi, how are the search results sorted by default?
Because i have a search page (searches all categories) but the results seem randomly sorted. Or i just can't see the logic...

And second, is there any way for me to choose the sort method?
by johnn
Fri 16. Jan 2009, 08:26
Forum: phpwcms Support English
Topic: [Solved] Site structure related question
Replies: 13
Views: 3573

Re: Site structure related question

can not understand your problem.

Just take take the teaser and select all the categories with news content. And you can sort by different kinds of dates. PRIO also possible. What more do you want?

Santscho

I'm so stupid :lol:
Never tried to select more than one category in teaser :oops ...
by johnn
Wed 14. Jan 2009, 09:22
Forum: phpwcms Support English
Topic: [Solved] Site structure related question
Replies: 13
Views: 3573

Re: Site structure related question

wow, can't believe there is no solution for that :(
by johnn
Sat 3. Jan 2009, 22:52
Forum: phpwcms Support English
Topic: RSS template.
Replies: 4
Views: 3102

Re: RSS template.

Anyone?
by johnn
Sat 3. Jan 2009, 12:04
Forum: phpwcms Support English
Topic: Column layout.
Replies: 4
Views: 1219

Re: Column layout.

Aah...found the error.

Code: Select all

<div style="float: left; width= 245px; padding-left: 4px;">
Where width is, should be:

Code: Select all

<div style="float: left; width: 245px; padding-left: 4px;">
Thanks again.
by johnn
Sat 3. Jan 2009, 11:25
Forum: phpwcms Support English
Topic: Column layout.
Replies: 4
Views: 1219

Re: Column layout.

Thanks, that did it.

But there are a few problems.

1) The columns are not fixed width. If the article title is longer they stretch.
2) If i include the article summary in the listing template, there is only one column with 100% width.

So the longer the text, the wider the column is. And if the ...
by johnn
Fri 2. Jan 2009, 12:09
Forum: phpwcms Support English
Topic: Column layout.
Replies: 4
Views: 1219

Column layout.

Hi, is there any way to display cp teaser in 2-column layout?

Or any way to show latest articles, but in columns, not one after another.

phpwcms ver. 1.3.3