Search found 6 matches
- 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...????
					- Thu 30. Jun 2005, 13:15
- Forum: phpwcms Support English
- Topic: Image with link
- Replies: 2
- Views: 1047
:)
Thanks.
					- 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?
					- 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 ...
					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 ...
- 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
					I write win-1257 and it's works fine

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