
Search found 50 matches
- Thu 26. Feb 2009, 14:00
- Forum: phpwcms Support English
- Topic: Search results question
- Replies: 3
- Views: 1064
- 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
Fatal error: Call to undefined function: imagettftext() in /my_domain/include/inc_ext/SOLMETRA_FormValidator/SPAF_FormValidator.class.php on line 231
- 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 ...
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 ...
- 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.
The other files too.
- 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).
It was working fine the last time i used it (a while ago).
- 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?
- 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
with
Code: Select all
{TITLE}
Code: Select all
<a href="{ARTICLELINK}">{TITLE}</a>
- Sat 31. Jan 2009, 14:47
- Forum: phpwcms Support English
- Topic: Search results question
- Replies: 3
- Views: 1064
Re: Search results question

- 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?
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?
- 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 ...
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 ...
- 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 

- Sat 3. Jan 2009, 22:52
- Forum: phpwcms Support English
- Topic: RSS template.
- Replies: 4
- Views: 3102
Re: RSS template.
Anyone?
- Sat 3. Jan 2009, 12:04
- Forum: phpwcms Support English
- Topic: Column layout.
- Replies: 4
- Views: 1219
Re: Column layout.
Aah...found the error.
Where width is, should be:
Thanks again.
Code: Select all
<div style="float: left; width= 245px; padding-left: 4px;">
Code: Select all
<div style="float: left; width: 245px; padding-left: 4px;">
- 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 ...
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 ...
- 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
Or any way to show latest articles, but in columns, not one after another.
phpwcms ver. 1.3.3