Search found 6 matches

by Inets
Thu 27. Apr 2006, 13:51
Forum: phpwcms Support English
Topic: External PHP scripts
Replies: 1
Views: 974

External PHP scripts

Where can I find information about adding external php scripts & variable sendigs...????
by Inets
Thu 30. Jun 2005, 13:15
Forum: phpwcms Support English
Topic: Image with link
Replies: 2
Views: 1047

:)

Thanks.
by Inets
Thu 30. Jun 2005, 13:03
Forum: phpwcms Support English
Topic: Image with link
Replies: 2
Views: 1047

Image with link

How can I make content with image from file center & on this image put link?
by Inets
Mon 23. Feb 2004, 13:40
Forum: phpwcms Support English
Topic: bug in rewrite url
Replies: 35
Views: 19395

Alias

I have problem with links like [ID link] goto [/ID]

When I change rewrite url_search func in front.func.inc with:

//Rewrite functions
function url_search($query)
{
if(strpos($query, "id")) $noid = substr($query, 4);
else $noid = substr($query, 1);
$file = str_replace(",", ".", $noid ...
by Inets
Thu 5. Feb 2004, 12:58
Forum: phpwcms Support English
Topic: Encoding problems with WYSYWIG
Replies: 1
Views: 1014

found problem

FCKeditor don't understand windows-1257.
I write win-1257 and it's works fine :)
by Inets
Wed 4. Feb 2004, 12:03
Forum: phpwcms Support English
Topic: Encoding problems with WYSYWIG
Replies: 1
Views: 1014

Encoding problems with WYSYWIG

I create article in WYSYWIG and use windows-1257 encoding.
When i try to edit this article, I can't see normal text who coded in windows-1257. I must to rewrite this text.
Can you tell me how I can fix this bug?