Search found 19 matches

by sivakumar
Tue Oct 12, 2010 9:21 am
Forum: General discussions
Topic: New Question display
Replies: 8
Views: 5257

Re: New Question display

Hi Thorsten

Disable visibility of new questions -------Un Checked

Activate a new records (default: deactivated) -------Checked

Allow comments for new records (default: disallowed) -------Checked

This is my configuration in Admin backend. Can you please tell me what other configuration is there?
by sivakumar
Tue Oct 12, 2010 8:06 am
Forum: General discussions
Topic: New Question display
Replies: 8
Views: 5257

Re: New Question display

How can i display the faq record without admin approval.. I need to display the records automatically whatever added in the Proposal page.
by sivakumar
Tue Oct 12, 2010 7:05 am
Forum: General discussions
Topic: New Question display
Replies: 8
Views: 5257

New Question display

If i am adding new FAQ without login from normal mode . The question is not getting display under that category. But i have enabled the Activate new question in Admin Configuration. What is the issue here .Pls help me,
by sivakumar
Wed Oct 06, 2010 10:27 am
Forum: General discussions
Topic: How to configure mail settings
Replies: 6
Views: 4248

Re: How to configure mail settings

thanks
by sivakumar
Wed Oct 06, 2010 10:27 am
Forum: General discussions
Topic: How to configure mail settings
Replies: 6
Views: 4248

Re: How to configure mail settings

hi error details phpMyFAQ warning [2]: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in Builtin.php on line 74 phpMyFAQ warning [2]: Cannot modify header information...
by sivakumar
Wed Oct 06, 2010 10:19 am
Forum: General discussions
Topic: How to configure mail settings
Replies: 6
Views: 4248

Re: How to configure mail settings

i dont want to send any mails . how to configure this..
by sivakumar
Wed Oct 06, 2010 10:17 am
Forum: General discussions
Topic: How to configure mail settings
Replies: 6
Views: 4248

Re: How to configure mail settings

when i add faq from the top menu(Add FAQ link) ..page title is "Proposal for a new FAQ"
by sivakumar
Wed Oct 06, 2010 7:59 am
Forum: General discussions
Topic: How to configure mail settings
Replies: 6
Views: 4248

How to configure mail settings

Hi

please give me the details about mail configurations. I am getting error due to wrong mail setting when i add FAQ.
by sivakumar
Wed Oct 06, 2010 7:14 am
Forum: General discussions
Topic: Error page when wrong password
Replies: 1
Views: 2344

Error page when wrong password

Hi, I am using LDAP authenication . If i give correct username password it works great. But if i give wrong username or password it gives the following warning in the page . how to aviod this? phpMyFAQ warning [2]: ldap_bind() [function.ldap-bind]: Unable to bind to server: Invalid credentials in Ld...
by sivakumar
Tue Oct 05, 2010 7:07 am
Forum: General discussions
Topic: How remove language selection box
Replies: 1
Views: 1958

How remove language selection box

Hi ,

I dont want language dropdown whereever it is displays. I need only English language. How can i make this change ..Pls suggest.
by sivakumar
Thu Sep 30, 2010 8:38 am
Forum: General discussions
Topic: LDAP Login User Access
Replies: 7
Views: 5737

Re: LDAP Login User Access

Hi,

I can't find any group links in admin page. Please help me how to create group ?
by sivakumar
Thu Sep 30, 2010 8:05 am
Forum: General discussions
Topic: LDAP Login User Access
Replies: 7
Views: 5737

LDAP Login User Access

Is there any i can configure default access to users (Login using LDAP Authentication).
by sivakumar
Wed Sep 29, 2010 10:36 am
Forum: General discussions
Topic: LDAP Authentication
Replies: 10
Views: 7675

Re: LDAP Authentication

Thanks Very much ..Really wonderful help from your side..
by sivakumar
Wed Sep 29, 2010 10:27 am
Forum: General discussions
Topic: LDAP Authentication
Replies: 10
Views: 7675

Re: LDAP Authentication

Hi Thorsten, Thanks for your help ....Finally i got the setup correct ..I need to give the following configuration. $PMF_LDAP['ldap_mapping'] = array ( 'name' => 'cn', 'username' => 'uid', 'mail' => 'mail'); But i have one question..WHen i login using LDAP i am again able to see only the Login scree...
by sivakumar
Wed Sep 29, 2010 10:05 am
Forum: General discussions
Topic: LDAP Authentication
Replies: 10
Views: 7675

Re: LDAP Authentication

HI Thorsten, For more information in one our application, we use LDAP authentication by writing following code..' $ldap_connector=ldap_connect("ldap.domain.com"); $result=ldap_bind($ldap_connector, "uid=".$_SERVER['PHP_AUTH_USER'].",ou=active,ou=employees,ou=people,o=domain....