Search found 33 matches

by empiryk
Tue Jun 10, 2003 4:18 pm
Forum: General discussions
Topic: escaping some characters in articles - how?
Replies: 4
Views: 11891

Thorsten wrote:okay, I'll look for a solution to solve this problem
Maybe here lays solution:
http://empiryk.republika.pl/ent.txt
:?:
by empiryk
Fri Jun 06, 2003 10:58 am
Forum: General discussions
Topic: PDF - national characters are spoiled
Replies: 1
Views: 6950

PDF - national characters are spoiled

As in subject: all my content of PMFAQ is in ISO-8859-2, but when I hit "PDF version" file produced shows spoiled polish characters. Is it possible to fix this problem?
by empiryk
Wed Jun 04, 2003 2:46 pm
Forum: General discussions
Topic: feature request - [2] attempt
Replies: 6
Views: 14510

Thorsten wrote:bans will apply on comments, open questions, add records and voting
Yust great ... :!:
by empiryk
Wed Jun 04, 2003 2:23 pm
Forum: General discussions
Topic: escaping some characters in articles - how?
Replies: 4
Views: 11891

Thorsten wrote: do you have an example for me to test this?
http://www.thebat.pl/faq/index.php?sid= ... =2&lang=pl
this regexp should look like this:
http://www.thebat.pl/porady.php?id=3&c=1
... there shoul be "\s"
by empiryk
Wed Jun 04, 2003 2:20 pm
Forum: General discussions
Topic: feature request - [2] attempt
Replies: 6
Views: 14510

Thorsten wrote:it will be banning of IPs and domain names.
Nice. What scope of banning? on open questions and commants ... where more?
by empiryk
Wed Jun 04, 2003 8:36 am
Forum: General discussions
Topic: feature request - [2] attempt
Replies: 6
Views: 14510

Re: feature request - [2] attempt

Thorsten wrote:
empiryk wrote:1. remaber my "wish" about banning trolls and spammers?
Your first wish is in work
What is your strategy about "banning"? You will bann IP? nickname? email address? other?
by empiryk
Wed Jun 04, 2003 8:34 am
Forum: General discussions
Topic: escaping some characters in articles - how?
Replies: 4
Views: 11891

escaping some characters in articles - how?

I use in my instance of FAQ many examples of code - especially regexp codes. Question: how can I preserve in FAQ some characters from regexp - eg. "\" and simmiliar?
by empiryk
Mon Jun 02, 2003 8:51 pm
Forum: General discussions
Topic: feature request - [2] attempt
Replies: 6
Views: 14510

feature request - [2] attempt

Thoresten - I do admire your great job done with FAQ. This is the best script of FAQ I've ever seen.
BUT ....
1. remaber my "wish" about banning trolls and spammers?
2. my second request: template for printing :)
by empiryk
Mon Jun 02, 2003 6:38 pm
Forum: General discussions
Topic: print record - JavaScript problem?
Replies: 2
Views: 9591

Thorsten wrote:you've deleted the JavaScript part in the template index.html.
:? hmm ... I knew, that I've done somthing stupid. Thx
by empiryk
Mon Jun 02, 2003 2:24 pm
Forum: General discussions
Topic: print record - JavaScript problem?
Replies: 2
Views: 9591

print record - JavaScript problem?

Take a look here:
http://www.thebat.pl/faq/index.php?sid= ... =3&lang=pl
I click "print version" and nothing happens :cry: Am I spoiled something? Please - help me ...
by empiryk
Wed May 28, 2003 8:23 am
Forum: General discussions
Topic: syntax of emails
Replies: 9
Views: 18560

Thorsten wrote:it checks, wether the URL of the email is availible
OK - now it is clear for me. Thx for explanations. This way of working of FAQ is very attractive IMVHO. Good job :!:
by empiryk
Tue May 27, 2003 7:23 pm
Forum: General discussions
Topic: syntax of emails
Replies: 9
Views: 18560

Thorsten wrote:phpMyFAQ checks the A and the MX records of the email adresses and sends mail only, when these records are okay.
I am not sure how to uderstand you - do you mean that FAQ check (in real time) actual existence of given mailbox? (not syntax of email) :shock:
by empiryk
Mon May 26, 2003 8:30 pm
Forum: General discussions
Topic: syntax of emails
Replies: 9
Views: 18560

syntax of emails

What is predefined syntax of emails? For example in "save question" action? It seems to accept only TLD emails - whe I typed "example@domain.pl" - form still returns error. Why? :x
by empiryk
Mon May 26, 2003 3:49 pm
Forum: General discussions
Topic: how remove limitations in HTML tags in records?
Replies: 2
Views: 9227

Thorsten wrote:

Code: Select all

$html = strip_tags($html, "<b><i><u><a>");
to add more HTML Tags.
Thx - this is it.
by empiryk
Mon May 26, 2003 6:12 am
Forum: General discussions
Topic: how remove limitations in HTML tags in records?
Replies: 2
Views: 9227

how remove limitations in HTML tags in records?

As in subject.
Why I want to have almost all HTML tags in records? Becuse of flexibility of layout. I started to use BB-code ... but it is wrong way. For example - if I want to write some code example (not - PHP code) I use command, but this BB-code uses <pre> and <blockquote> tags together - and ...