Search found 18 matches

by SaNkA
Fri May 26, 2006 3:45 am
Forum: Proposals
Topic: Relation between articles
Replies: 2
Views: 9270

Hi Thorsten.

Great !

Thank you.
by SaNkA
Thu May 18, 2006 10:39 pm
Forum: Proposals
Topic: Relation between articles
Replies: 2
Views: 9270

Relation between articles

Hi.

I don't know if this was suggested before (I try search but I don't see anything in english).
If yes, sorry.

I'm sure you know about MediaWiki system.
In this system, there is a fantastic option which permits to make relation between articles.

For example if there is an article named Blabla ...
by SaNkA
Thu May 18, 2006 5:01 pm
Forum: Bug reports
Topic: How to edit articles in 1.6 version ?
Replies: 20
Views: 31184

Hi Andreas.

My problem was simply caused because of .htaccess restriction on inc/ directory.
by SaNkA
Mon May 15, 2006 5:26 am
Forum: Proposals
Topic: French language
Replies: 1
Views: 7568

French language

Hi Thorsten.

After comparaisons and errors excepted, I noticed that French language was not completed since 1.6.0.
Humbly, I would like to propose these modifications/additions for next PMF's version.


// added v1.6.0 - 2006-02-02 by Thorsten
$PMF_LANG['ad_entry_solution_id'] = 'Réf&eacute ...
by SaNkA
Fri Apr 28, 2006 10:27 am
Forum: Bug reports
Topic: How to edit articles in 1.6 version ?
Replies: 20
Views: 31184

Problem solved.

All was my fault.

Thank's !
by SaNkA
Thu Apr 27, 2006 2:38 pm
Forum: Bug reports
Topic: How to edit articles in 1.6 version ?
Replies: 20
Views: 31184

Thorsten wrote:du you have JS enabled?
Sure :o
Always...

I've tried with IE and Opera too (I use Firefox - 1.5.0.2 - in normal time) and... same problem : nothing is expanded. I'm desperated... lol
by SaNkA
Thu Apr 27, 2006 12:37 pm
Forum: Bug reports
Topic: How to edit articles in 1.6 version ?
Replies: 20
Views: 31184

Ok :)

...
* under the License.
*/

function Picture(pic,title,width,height)
{
popup = window.open(pic, title, 'width='+width+', height='+height+', toolbar=no, directories=no, status=no, scrollbars=no, resizable=yes, menubar=no');
popup.focus();
}

function checkAll(checkBox)
{
var v = checkBox ...
by SaNkA
Thu Apr 27, 2006 12:10 pm
Forum: Bug reports
Topic: How to edit articles in 1.6 version ?
Replies: 20
Views: 31184

Hi Thorsten.

No.

But I can't yet edit article. When I click on link it happens nothing...
by SaNkA
Wed Apr 26, 2006 11:55 pm
Forum: Bug reports
Topic: How to edit articles in 1.6 version ?
Replies: 20
Views: 31184

I've checked source code and it seems ok. I can see faq entries in HTML Code.
But I can't yet view them on page...

I reupload entire admin directory but problem persists !

When I click on category to try to expand it, link is like this :

.../admin/index.php?uin={session ID}&aktion=view#cat_12 ...
by SaNkA
Wed Apr 26, 2006 10:24 pm
Forum: Bug reports
Topic: How to edit articles in 1.6 version ?
Replies: 20
Views: 31184

matteo wrote:You've upgraded PMF to 1.6.0 starting from which version of PMF?
1.5.8
"Dico" is a category, right?
Yes.
Do you have only one "root" category?
No.
Actually, there are 7 root (main) categories.

Thank you.
by SaNkA
Wed Apr 26, 2006 10:10 pm
Forum: Bug reports
Topic: How to edit articles in 1.6 version ?
Replies: 20
Views: 31184

matteo wrote:...
Could you try to delete your browser cache?
Sure.

But it's not the problem :(
by SaNkA
Wed Apr 26, 2006 9:47 pm
Forum: Bug reports
Topic: How to edit articles in 1.6 version ?
Replies: 20
Views: 31184

Good evening matteo and thank you for reply.

But I tested before start this topic :P

The problem is that I can't expand any category and faq entries aren't showed !

Thank's
by SaNkA
Wed Apr 26, 2006 9:29 pm
Forum: Bug reports
Topic: How to edit articles in 1.6 version ?
Replies: 20
Views: 31184

How to edit articles in 1.6 version ?

Hello.

I don't understand what happens.

Since I upgraded to 1.6 version, and when I try to edit an article, I can't do it.

Please, see screenshot below :
Image

Thank you for help.

Regards,
by SaNkA
Wed Nov 16, 2005 2:44 pm
Forum: General discussions
Topic: [How to] Delete date area and lang area
Replies: 3
Views: 6173

Hi Thorsten ;)


1) Look for the function generateNews() in the file inc/functions.php and remove the folloing line:

$output .= sprintf('</div><div class="date">%s</div>', makeDate($row->datum));


I had :

$output .= "</div><div class="date">".makeDate($row->datum)."</div>\n";


Then, I ...
by SaNkA
Wed Nov 16, 2005 10:08 am
Forum: General discussions
Topic: [How to] Delete date area and lang area
Replies: 3
Views: 6173

[How to] Delete date area and lang area

Hello Thorsten and all members :)

I use phpMyFAQ only for french support.

1) I would like to remove news's date because I use like a static annonce.

2) I would like to remove [lang] precision. Exemple :
Article name [lang]

Thank you ;)

Best regards,
Thomas.

#Edit : Question 2) solved :wink ...