Re: [TYPO3-english] function not found

2012-05-09 Thread Jörg H. Kunath

No one an idea? Or link where I could possible find more?

Am 04.05.2012 15:42, schrieb "Jörg H. Kunath":

Hi all,

I use tt_product and wanted to install a Filter. There you can choose 
model, type, etc. The JavaScriptFunction for it, calls with xajax a 
PHP function. Both are defined, but it open an small window which says 
"Unknown Function tt_products_showArticle". Anyone an Idea why?


Greeting

Jörg H. Kunath



___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] function not found

2012-05-04 Thread Jörg H. Kunath

Hi all,

I use tt_product and wanted to install a Filter. There you can choose 
model, type, etc. The JavaScriptFunction for it, calls with xajax a PHP 
function. Both are defined, but it open an small window which says 
"Unknown Function tt_products_showArticle". Anyone an Idea why?


Greeting

Jörg H. Kunath

--
Dipl.-Inform.(FH) Jörg H. Kunath

KunathSoft

Schanbacherstr. 23
73732 Esslingen a.N.

Tel.: 0711 - 9 37 26 72
Kontakt:joerghkun...@online.de

http://www.iworks.ro/
http://www.sg-hegensberg-liebersbronn.de/
http://shm-doerner.de/
http://www.eve-calculator.com/
http://passions-drive.com/

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-22 Thread Jörg H. Kunath

Hi i have same problem.
Example: index.php?id=2¶mter1=1¶mter2=2¶mter3=3 and it 
should be page-2/paramter1/paramter3.html
paramter2 is needed to show stuff on the page, but the url is still 
unique enough to be made our ot paramter 1 and 2.  how to?


Am 21.03.2011 17:47, schrieb Dmitry Dulepov:

Hi!

Tobias Dörner wrote:

But it is the last segment before Parameters of
extension.


This is why it will not be excluded. Last page cannot be excluded or 
your parameters will go to the previous page in the tree.




--
Jörg H. Kunath
http://sci.demo.iworks.ro/

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] problem with page browser after update

2010-08-16 Thread Jörg H. Kunath
 I did update the typo from version 4.2.12 to 4.3.4. After I did this, 
I have a problem with page browser and special chars.
For URL the special char should be as ISO code. f.e. ä = %E4. Page 
browser codes it, after Update as UTF8 where ä = %C3%A4. Because the PHP 
code expected now, it gets ISO code from URL, PHP interpret %C3%A4 as ä 
and not as ä. I already tried at the point where I read out the variable 
the functions utf8_encode, utf8_decode, urlencode and urldecode. I think 
now, that it has something to do with the new class.pibase.php where the 
links from page browser get generated. Thx for answers.

MfG
Jörg

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] CoolUri and show Keywords.

2010-07-12 Thread Jörg H. Kunath

Thx for answer.
The problem is, in one case i want them to be transform, in an other 
case i don't. So i can't delete the transformation rules.
config.tx_cooluri_enable = 0 in ts for the site which shows the result 
don't work. it still get mask.


Am 12.07.2010 07:51, schrieb Jan Bednarik:

Hi,


Hi there, I hope I do everything right ^^ (my first mailing list)
I have the following question. My page has a search. Per page I print 10
results out. When I go next page cooluri make
/search/keyword1/keyword2/numberofpage.html (ofc the values of this
$_POST vars). I want now that it look like
/search.html?keyword1=...&keyword2=&page=. . Hope someone can 
help.


just delete the transformation rules from your CoolUriConf.xml and it 
will work.




___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] CoolUri and show Keywords.

2010-07-08 Thread Jörg H. Kunath

Possible my question is not ask right ^^
I try it in an other way. Is it possible to have different cooluri 
configuration  for:

 1. different site
and/or
 2. on same site but in different conditions?
Or can I say for a site I want cooluri and for another I don't?

Am 07.07.2010 15:02, schrieb Philippe Moreau:

Try to print out the $_SERVER variable, and look for QUERY_STRING.

On Wed, Jul 7, 2010 at 8:21 AM, "Jörg H. Kunath"wrote:

   

Hi there, I hope I do everything right ^^ (my first mailing list)
I have the following question. My page has a search. Per page I print 10
results out. When I go next page cooluri make
/search/keyword1/keyword2/numberofpage.html (ofc the values of this $_POST
vars). I want now that it look like
/search.html?keyword1=...&keyword2=&page=. . Hope someone can help.
MfG
Jörg H. Kunath
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
 




   


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] CoolUri and show Keywords.

2010-07-07 Thread Jörg H. Kunath
uhm, sry cant follow u. My problem is not that the vars aren't there 
($_POST['keyword1'] works perfect). My problem is that they get mask in 
URL. If u mean doing with header() I did already try. problem is, that 
cooluir mask the redirect too ^^.


Am 07.07.2010 15:02, schrieb Philippe Moreau:

Try to print out the $_SERVER variable, and look for QUERY_STRING.

On Wed, Jul 7, 2010 at 8:21 AM, "Jörg H. Kunath"wrote:

   

Hi there, I hope I do everything right ^^ (my first mailing list)
I have the following question. My page has a search. Per page I print 10
results out. When I go next page cooluri make
/search/keyword1/keyword2/numberofpage.html (ofc the values of this $_POST
vars). I want now that it look like
/search.html?keyword1=...&keyword2=&page=..... . Hope someone can help.
MfG
Jörg H. Kunath
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
 




   


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] CoolUri and show Keywords.

2010-07-07 Thread Jörg H. Kunath

Hi there, I hope I do everything right ^^ (my first mailing list)
I have the following question. My page has a search. Per page I print 10 
results out. When I go next page cooluri make 
/search/keyword1/keyword2/numberofpage.html (ofc the values of this 
$_POST vars). I want now that it look like 
/search.html?keyword1=...&keyword2=&page=. . Hope someone can help.

MfG
Jörg H. Kunath
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english