Search found 19 matches
- Tue Nov 18, 2008 10:46 am
- Forum: General discussions
- Topic: any tutorial for a safe upgrade?
- Replies: 5
- Views: 7262
- 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
- Thu Nov 13, 2008 5:14 pm
- Forum: General discussions
- Topic: any tutorial for a safe upgrade?
- Replies: 5
- Views: 7262
- Wed Nov 12, 2008 11:04 am
- Forum: General discussions
- Topic: [SOLVED] How to reset faq changelog?
- Replies: 4
- Views: 5780
- Wed Nov 12, 2008 10:50 am
- Forum: General discussions
- Topic: [SOLVED] How to reset faq changelog?
- Replies: 4
- Views: 5780
- Wed Nov 12, 2008 10:46 am
- Forum: General discussions
- Topic: any tutorial for a safe upgrade?
- Replies: 5
- Views: 7262
- 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?
- Tue Nov 11, 2008 4:42 pm
- Forum: General discussions
- Topic: Special chars problem
- Replies: 6
- Views: 7709
- Wed Nov 05, 2008 10:56 am
- Forum: General discussions
- Topic: [SOLVED] Problem with div in admin menu
- Replies: 7
- Views: 9082
- Tue Nov 04, 2008 11:08 am
- Forum: General discussions
- Topic: Special chars problem
- Replies: 6
- Views: 7709
- Tue Nov 04, 2008 11:04 am
- Forum: General discussions
- Topic: Special chars problem
- Replies: 6
- Views: 7709
- Tue Nov 04, 2008 10:51 am
- Forum: General discussions
- Topic: Special chars problem
- Replies: 6
- Views: 7709
- 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 ...
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 ...
- 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:
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;
}
- Tue Oct 28, 2008 6:50 pm
- Forum: General discussions
- Topic: [SOLVED] Problem with div in admin menu
- Replies: 7
- Views: 9082