Search found 61 matches

by rickliveops
Thu Jun 07, 2007 5:37 pm
Forum: Bug reports
Topic: Bad key mapping causes possible data loss ("Command Arr
Replies: 2
Views: 5760

Browser is FF 2.0.0.4

Sorry, my browser is Firefox 2.0.0.4. Mac OS X 10.4.9
by rickliveops
Wed Jun 06, 2007 10:02 pm
Forum: Bug reports
Topic: Bad key mapping causes possible data loss ("Command Arr
Replies: 2
Views: 5760

Bad key mapping causes possible data loss ("Command Arr

On a Macintosh, in every other editing context (including, ironically, this forurm page) pressing the "Command (aka "Open Apple")" key together with the left arrow key causes the cursor to move to the beginning of the current line. Similarly

In phpMyFAQ 2.0, however, the Command Arrow keys seem to ...
by rickliveops
Tue Jun 05, 2007 4:07 pm
Forum: General discussions
Topic: Supporting multiple FAQ domains
Replies: 5
Views: 9029

You must install or configure phpMyFAQ 2 with medium security in order for the groups stuff to show up, though, right?
by rickliveops
Mon Jun 04, 2007 9:42 pm
Forum: General discussions
Topic: Can I update from 2.0.0 to 2.0.1 with anonymous cvs?
Replies: 1
Views: 4174

Can I update from 2.0.0 to 2.0.1 with anonymous cvs?

I have done a cvs update on my phpMyFAQ source tree (checked out using the anonymous cvs instructions found here: http://phpmyfaq.de/download.php

When I use the Online Version Check in the admin home page, it says I still have phpMyFAQ 2.0.0-RC2.

Do I need to remove the sticky tags from my current ...
by rickliveops
Wed May 30, 2007 12:47 am
Forum: General discussions
Topic: Related Entries Aren't Related
Replies: 11
Views: 12889

Related Entries Aren't Related

How does phpMyFAQ determine related entries? It appears to be random in most cases. Is it because most of my entries don't have keywords or tags yet? (I have 140 entries, so tagging them all is taking some time).
by rickliveops
Thu May 24, 2007 11:29 pm
Forum: General discussions
Topic: Major problem with layout on IE 6 and 7
Replies: 12
Views: 16356

Unfortunately, I won't be able to implement phpMyFAQ on a machine with no specified port number for several more weeks. So it would be great if there were a fix to the path problem in IE soon. Do you have any idea when 2.1 will be available? (I know, we haven't even gotten to 2.0 Final yet. Sorry!)
by rickliveops
Thu May 24, 2007 7:06 am
Forum: General discussions
Topic: Major problem with layout on IE 6 and 7
Replies: 12
Views: 16356

Hi Thorsten

Do you think things will work better with a virtual host, so I don't need to use the port number?

Rick
by rickliveops
Wed May 23, 2007 10:46 pm
Forum: General discussions
Topic: Major problem with layout on IE 6 and 7
Replies: 12
Views: 16356

Some answers

I have tracked this down a bit further:

The stylesheets are loaded if I put explicit, absolute links in place of the relative ones. E.g.:
@import url(http://dev8-pai.liveops.com:10577/faq/template/{stylesheet}.css);
@import url(http://dev8-pai.liveops.com:10577/faq/template/colors.css);

works ...
by rickliveops
Wed May 23, 2007 8:37 pm
Forum: General discussions
Topic: Major problem with layout on IE 6 and 7
Replies: 12
Views: 16356

Unfortunately, my installation is behind our VPN. I will have to ask for permission to give you access (and you'd have to install our VPN client). I will see if there is any easier way to do this.
by rickliveops
Wed May 23, 2007 6:41 pm
Forum: General discussions
Topic: Major problem with layout on IE 6 and 7
Replies: 12
Views: 16356

Changed CSS

Yes, I changed colors.css to match our corporate color scheme more closely, but that was about it.

I also changed artikel.tpl to move some content areas around.

Everything works fine on Firefox on both Mac and Win.

I put everything back the way it was (did a cvs up, located all the modified ...
by rickliveops
Tue May 22, 2007 11:42 pm
Forum: General discussions
Topic: Major problem with layout on IE 6 and 7
Replies: 12
Views: 16356

Suspicious stuff in style sheet declaration?

I've found some things that looked suspicious in the style declarations, but cannot fix the problem.

Suspicious thing #1
Neither style.css nor colors.css had Windows line endings. But replacing the Unix \n with CRLF (chr(13)chr(10)) made any difference.
The other css files had Windows line endings ...
by rickliveops
Tue May 22, 2007 10:45 pm
Forum: General discussions
Topic: Major problem with layout on IE 6 and 7
Replies: 12
Views: 16356

Major problem with layout on IE 6 and 7

Well, this was a shock: I've been developing phpMyFAQ on Mac, using Firefox and everything looks fine. However, on Windows XP on IE 6 and IE 7, the style sheets are not being read and none of the links actually work. I will enclose a screen shot below. The content is rendered in one long page, no ...
by rickliveops
Tue May 22, 2007 8:07 am
Forum: Proposals
Topic: Requests: RSS, configuration, permissions, record ordering
Replies: 2
Views: 9663

Requests: RSS, configuration, permissions, record ordering

I have a number of requests I hope you can address in the near future:

1. RSS feed per FAQ category - we have many user types; allowing RSS feeds for FAQ categories would help segment their access to content.

2. Make ability to comment a group attribute (e.g. only users in "Commenters" group can ...
by rickliveops
Thu May 17, 2007 5:12 pm
Forum: Bug reports
Topic: Users with no Admin rights should not see Administration
Replies: 5
Views: 8233

Thank you

No problem! Thanks for fixing that so quickly.

By the way, the word you used, "oversaw" means to supervise or be in charge of. I think you meant to say you "overlooked" it, meaning, you missed seeing it or didn't notice it. English is a very strange language! :lol:
by rickliveops
Thu May 17, 2007 5:02 pm
Forum: General discussions
Topic: What happened to the Glossary?
Replies: 6
Views: 11226

Very cool! (but I found a bug)

Ah, I see. Very nice!

However, there are a few issues with this feature:

1) If the term is followed by any punctuation, it is not seen as a glossary term. E.g. "PHP" would work as you state above but not "PHP." So you can't put your term at the end of a sentence, or quote it in your text, etc ...