Search found 19 matches

by Nonnus
Tue Nov 18, 2008 10:46 am
Forum: General discussions
Topic: any tutorial for a safe upgrade?
Replies: 5
Views: 7262

Thanx! Cheers.
by Nonnus
Thu Nov 13, 2008 5:38 pm
Forum: General discussions
Topic: How to Display a Random FAQ Record on Home Page?
Replies: 2
Views: 6097

I think the table faqdata contains all the faq records.
by Nonnus
Thu Nov 13, 2008 5:14 pm
Forum: General discussions
Topic: any tutorial for a safe upgrade?
Replies: 5
Views: 7262

Can I update only the files listed in changedfiles.txt?
by Nonnus
Wed Nov 12, 2008 11:04 am
Forum: General discussions
Topic: [SOLVED] How to reset faq changelog?
Replies: 4
Views: 5780

Thanks again Thorsten.
by Nonnus
Wed Nov 12, 2008 10:50 am
Forum: General discussions
Topic: [SOLVED] How to reset faq changelog?
Replies: 4
Views: 5780

Hi,
I tried setting column revision_id to 0 in faqchanges table but no changes.
Wich table and column shall I update?
thanks
by Nonnus
Wed Nov 12, 2008 10:46 am
Forum: General discussions
Topic: any tutorial for a safe upgrade?
Replies: 5
Views: 7262

Thanks.
by Nonnus
Tue Nov 11, 2008 4:51 pm
Forum: General discussions
Topic: any tutorial for a safe upgrade?
Replies: 5
Views: 7262

any tutorial for a safe upgrade?

Is there any tutorial for a safe upgrade of phpmyfaq?
by Nonnus
Tue Nov 11, 2008 4:42 pm
Forum: General discussions
Topic: Special chars problem
Replies: 6
Views: 7709

Still getting bad chars in Instant Response search results.
The pdf is being generated with bad chars too.
Anyone could help?
by Nonnus
Wed Nov 05, 2008 10:56 am
Forum: General discussions
Topic: [SOLVED] Problem with div in admin menu
Replies: 7
Views: 9082

You're welcome.
I have to thank you too for developing this faq system, it's really helping me.
:)
by Nonnus
Tue Nov 04, 2008 11:08 am
Forum: General discussions
Topic: Special chars problem
Replies: 6
Views: 7709

The problem is that it don't happens in all the site, only in the instant response results and in the two examples above, as I noticed.
by Nonnus
Tue Nov 04, 2008 11:04 am
Forum: General discussions
Topic: Special chars problem
Replies: 6
Views: 7709

Here it is:

file: language_pt.php

$PMF_LANG["metaCharset"] = "iso-8859-1";
$PMF_LANG["metaLanguage"] = "pt";
$PMF_LANG["language"] = "Portuguese";

// two examples wich are not displaying right
// javascript alert
$PMF_LANG['ad_session_expiring'] = 'A sua sessão expira daqui a %d minutos ...
by Nonnus
Tue Nov 04, 2008 10:51 am
Forum: General discussions
Topic: Special chars problem
Replies: 6
Views: 7709

Hi, I use portuguese from portugal. I searched in the language file and everything seems ok.
by Nonnus
Mon Nov 03, 2008 6:16 pm
Forum: General discussions
Topic: Special chars problem
Replies: 6
Views: 7709

Special chars problem

I have some problems with special characters in version 2.0.8.

In the instant response results the special chars are displayed like that:
Tutoriais Básicos
when it should be displayed like that:
Tutoriais Básicos

The rest of the front site is ok but there are other cases like in javascript ...
by Nonnus
Tue Oct 28, 2008 6:58 pm
Forum: General discussions
Topic: [SOLVED] Problem with div in admin menu
Replies: 7
Views: 9082

Well I think I solved the problem.
It seems that in Firefox we have to clear the float from the parent div so here's the code:

Code: Select all

/* 2nd Administration Menu */
#subnavcontainer {
    margin-left: 20px;
    padding: 0;
    height: 24px;
    clear: both;
}
by Nonnus
Tue Oct 28, 2008 6:50 pm
Forum: General discussions
Topic: [SOLVED] Problem with div in admin menu
Replies: 7
Views: 9082

I was testing in my hosting server but in localhost there's no problem. (???)