|
Re: Implement Webspeech to Fudforum [message #11592 is a reply to message #11586] |
Wed, 09 July 2003 13:25 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
While extremely useful in your case most people (90%+) of forum users would have no need for it. It also requires support for external applications which is something I want to avoid. So, this maybe a useful custom hack you may want as a nice shortcut for people in simular situations.
FUDforum Core Developer
|
|
|
Re: Implement Webspeech to Fudforum [message #11649 is a reply to message #11586] |
Thu, 10 July 2003 13:25 |
Micha37
Messages: 77 Registered: October 2002
Karma: 0
|
Member |
|
|
Hi Prottoss,
thanks for your feedback. I cearly understand your point, even its not what I was wishing for.
Anyway, I am not smart enough to make the appropriate changes to Fudforum.
Actually what I need to run webspeach is quite simple; at least sounds like.
I need a link, which converts a single message into pure text format, similar as your pdf script converts threads into pdf files.
So, for instance, when I call a link call it http://www.diabetesring.de/Forum/textconvert.php?msg_id=16727 it should return the pure text of just this particular message, whithout any formatings, smilies, html polls or FudCode.
I think that for you it is very easy to implement this functionality so I would really appreciate your help.
I am looking forward to your reply and remain
with best regards
Michael
|
|
|
Re: Implement Webspeech to Fudforum [message #11656 is a reply to message #11649] |
Thu, 10 July 2003 22:20 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Take a look @ post.php.t, specifically the part dealing with message retrieval when doing message editing. This part of the code has all the data you require.
FUDforum Core Developer
|
|
|
|
|