Search found 61 matches

by rickliveops
Tue Aug 28, 2007 10:55 pm
Forum: General discussions
Topic: Memory problem (Add/Edit record pages not loading completely
Replies: 9
Views: 12540

Ah, that might explain why there is the problem of the User list not populating beyond a certain number of users (in the User admin page, which I reported a while ago).
by rickliveops
Tue Aug 28, 2007 8:39 pm
Forum: General discussions
Topic: Memory problem (Add/Edit record pages not loading completely
Replies: 9
Views: 12540

Not so many that I think this would impact performance: Visits 18165 Articles 451 Comments 2 Open Questions 251 mysql> select count(*) from faquser; +----------+ | count(*) | +----------+ | 5363 | +----------+ Surely, php and mySQL should be able to handle 100 times this amount of data with no probl...
by rickliveops
Mon Aug 27, 2007 9:24 pm
Forum: General discussions
Topic: Memory problem (Add/Edit record pages not loading completely
Replies: 9
Views: 12540

Memory problem (Add/Edit record pages not loading completely

We ran into this problem today: One of my editors reported not being able to add a new record or edit an existing one. The add/edit pages didn't load completely: the FCK Editor WYSIWYG icons didn't appear; neither did the Save, Preview and Cancel buttons. A quick search in the Apache error log showe...
by rickliveops
Thu Aug 23, 2007 7:25 pm
Forum: General discussions
Topic: How do I link to an Anchor in an article?
Replies: 25
Views: 30182

Oh! I see now. I had been trying index.php#anchor?... but I realize the anchor can be appended to the end of the query string, like this: index.php?action=artikel&cat=1&id=28&artlang=en#anchor I had no idea that was legal syntax. UI for this would be nice. Or at least, documentation. Tha...
by rickliveops
Thu Aug 23, 2007 5:37 pm
Forum: General discussions
Topic: How do I link to an Anchor in an article?
Replies: 25
Views: 30182

No, it doesn't work because the anchor resolves as /index.php#anchor, which of course, doesn't exist. The anchor is part of the article. Try this simple test and let me know if it works for you: Create a new article, call it "anchor test". Paste this code into the HTML window of the articl...
by rickliveops
Wed Aug 22, 2007 11:29 pm
Forum: General discussions
Topic: How do I link to an Anchor in an article?
Replies: 25
Views: 30182

How do I link to an Anchor in an article?

I want to link to a specific subsection of an article. How do I do this? The normal html anchor doesn't seem to work. The TinyMCE editor allows me to create an anchor tag in my article content. E.g. <a name="options" title="options"></a> The editor also provides a way to link to ...
by rickliveops
Sat Jul 21, 2007 1:44 am
Forum: General discussions
Topic: Related Entries Aren't Related
Replies: 11
Views: 11586

Well, you could "fat finger" (manually do UPDATE queries) on the database tables, but that could be "royal pain in the ..."
by rickliveops
Wed Jul 11, 2007 4:40 pm
Forum: General discussions
Topic: What is fixed in 2.0.2?
Replies: 1
Views: 3692

What is fixed in 2.0.2?

Is it possible to see the exact bugs that were fixed in each version (specifically in 2.0.2)?

Thanks
by rickliveops
Wed Jul 11, 2007 1:25 am
Forum: General discussions
Topic: Registered users not visible
Replies: 7
Views: 9590

Registered users not visible

We're still using version 2.0.1. We have 458 users in the faquser table. I can no longer see the list of users in the User Administration page (https://athena.liveops.com/admin/index.php?action=user). The scrolling list is completely blank. I cannot select a user to grant rights, groups, etc. Does 2...
by rickliveops
Wed Jun 27, 2007 12:41 am
Forum: General discussions
Topic: Ask a Question sends multiple email notifications
Replies: 1
Views: 4222

Ask a Question sends multiple email notifications

When a user submits a new question, email is sent to the category owner as well as to the general administrator email address. In my case, this causes unnecessary spam to the admin email. Can I turn this off and still keep the admin address in the Configuration screen? Steps to reproduce: Create a C...
by rickliveops
Thu Jun 21, 2007 10:22 pm
Forum: General discussions
Topic: Category/Article owner lists should not include general user
Replies: 1
Views: 4120

Category/Article owner lists should not include general user

Currently, if you set the ownership permission for a category or article, you see the entire list of registered users. This is not a scalable approach for sites that require registration to use the FAQ, but who have only limited number of administrators. We will have approx. 10 - 20 thousand registe...
by rickliveops
Thu Jun 21, 2007 4:51 pm
Forum: General discussions
Topic: Approve FAQ UI is confusing or broken
Replies: 5
Views: 7072

Danke, Thorsten Just to clarify: this is more than a UI suggestion. I think the page is broken. E.g. I cannot use the keyword or category search on the Edit FAQ page either. If I search on a word I know appears in the article or the title (thema) nothing is found. If I select anything other than all...
by rickliveops
Thu Jun 21, 2007 6:42 am
Forum: General discussions
Topic: Approve FAQ UI is confusing or broken
Replies: 5
Views: 7072

Hi Thorsten (First off, let me say that my organization is THRILLED by what phpMyFAQ can do for us! The basic product is very well built and highly functional. We have modified the look and feel to fit our needs and it looks really great! So, thanks!) My expectation for approving new FAQ suggestions...
by rickliveops
Thu Jun 21, 2007 6:15 am
Forum: General discussions
Topic: I don't understand permissions, or it doesn't work correctly
Replies: 3
Views: 5725

For me the bug is much simpler:

I created a group (called Editor).
I created a category (called Editor Resources)
I marked this category as accessible only to Editor group.
I put my user account into the Editor group.
But I can't see Editor Resources category.
by rickliveops
Thu Jun 21, 2007 1:28 am
Forum: General discussions
Topic: Approve FAQ UI is confusing or broken
Replies: 5
Views: 7072

Approve FAQ UI is confusing or broken

Maybe I'm not understanding how it is supposed to work, but I find the "Approve FAQ" UI very confusing. I created several test FAQ submissions but could never find them in the Approve FAQ screen. I expected to see them in the bottom section of that page (under Approve FAQ header) but it sa...