Search found 35 matches

by sergey.khodjamirian
Mon Sep 04, 2006 9:23 am
Forum: General discussions
Topic: setting up a user
Replies: 1
Views: 4262

setting up a user

Hi Thorsten,

I am trying to set up a user here at the forums so that the person that takes over my project when i leave can contact you guys if there are any bugs to report. However the e-mail address that I have created for this web application: emea.rfpq&akb@bankofamerica.com - Im not able to ...
by sergey.khodjamirian
Sat Sep 02, 2006 2:30 pm
Forum: Webserver and configuration
Topic: migration
Replies: 3
Views: 15214

should I leave those blank?
by sergey.khodjamirian
Fri Sep 01, 2006 5:16 pm
Forum: Webserver and configuration
Topic: migration
Replies: 3
Views: 15214

migration

Hi

I am trying to upload a .csv file to the mysql server. so I have accessed phpMyAdmin (version 2.8.2.4). I select my database.

At the bottom of the page there is not "import text file" link.

However there is an import button on the top panel. I click it, browse the file, when it asks me for ...
by sergey.khodjamirian
Fri Sep 01, 2006 9:43 am
Forum: General discussions
Topic: register
Replies: 2
Views: 5422

register

Hi,

I am trying to register a new user at these forums, but when I click "I confirm that I am over 13 years of age" I get:

Sorry, but this username has already been taken.

Please help!

Sergey
by sergey.khodjamirian
Wed Aug 30, 2006 6:15 pm
Forum: General discussions
Topic: category in e-mail
Replies: 8
Views: 14856

Sorry Thorsten,

Turns out I don't need any of this. Hope there was no inconvenience.

Cheers,

Sergey
by sergey.khodjamirian
Wed Aug 30, 2006 9:08 am
Forum: General discussions
Topic: category in e-mail
Replies: 8
Views: 14856

Yea, so when a user wants to submit a new Q&A as well as ask a question he/she can only select main categories.

Plus when....

...user adds a Q&A - email subject line reads: "[selected main category] - Approve"

...user asks a questions - email subject line reads: "[selected main category] - Answer ...
by sergey.khodjamirian
Tue Aug 29, 2006 12:24 pm
Forum: General discussions
Topic: category in e-mail
Replies: 8
Views: 14856

Okay great.

The e-mail notifications work. However...

When I click add question or ask question and pick a sub-category, the subject line of the e-mail runs:

" - Approve" or " Answer"

So I tried picking a main category instead. What happened then was that for ask question action, the subject ...
by sergey.khodjamirian
Tue Aug 29, 2006 11:39 am
Forum: General discussions
Topic: category in e-mail
Replies: 8
Views: 14856

Thorsten,

Thanks. I have sent those to be uploaded and we'll see what happens.

A few quick questions:

I have removed the right hand column from index.tpl. Now that bit is blank, but I wish the middle column to stretch out to fill that blank space. Do I change stuff in style.css?

Also, phpmyFAQ 1 ...
by sergey.khodjamirian
Tue Aug 29, 2006 9:35 am
Forum: General discussions
Topic: category in e-mail
Replies: 8
Views: 14856

category in e-mail

I have made some changes to the way e-mails are sent from the app.

My goal is to make it so that when a user either submits an faq, asks a question or comments on an faq, the following happens:

An email is sent, where the subject contains the category name.

The way I understand it.

save.php ...
by sergey.khodjamirian
Fri Aug 25, 2006 4:03 pm
Forum: General discussions
Topic: comments needed: more modifications
Replies: 16
Views: 24307

Okay. I have changed some more things. I want the following:

when a user either submits an faq, asks a question or comments on an faq:

an email is sent. the subject should contain the category name + either " - Approve", " - Answer" or " - Review" (depending on which of these.

the way I ...
by sergey.khodjamirian
Fri Aug 25, 2006 3:05 pm
Forum: General discussions
Topic: comments needed: more modifications
Replies: 16
Views: 24307

Matteo thanks.

$commentMail = "User: ".$comment_by_user.", mailto:".$comment_by_mail."\n".
$PMF_LANG["msgCategory"].": ".$categories[$selected_category]["name"]."\n".
"has requested a review of http://".$_SERVER["HTTP_HOST"].$_SERVER["PHP_SELF"]."?action=artikel&cat=".$cat."&id=".$id."&artlang ...
by sergey.khodjamirian
Fri Aug 25, 2006 1:11 pm
Forum: General discussions
Topic: comments needed: more modifications
Replies: 16
Views: 24307

$commentMail = "User: ".$comment_by_user.", mailto:".$comment_by_mail."\n"
"has requested a review of http://".$_SERVER["HTTP_HOST"].$_SERVER["PHP_SELF"]."?action=artikel&cat=".$cat."&id=".$id."&artlang=".$lang.
"\n\n".
wordwrap($_POST["comment"], 72);

Line 47 is the second line in the above ...
by sergey.khodjamirian
Fri Aug 25, 2006 12:51 pm
Forum: General discussions
Topic: comments needed: more modifications
Replies: 16
Views: 24307

Here is the print out of errors

[Fri Aug 25 04:02:38 2006] [notice] Digest: done
[Fri Aug 25 04:02:38 2006] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Fri Aug 25 04:02:38 2006] [notice] LDAP: SSL support unavailable
[Fri Aug 25 04:02:38 2006] [notice] mod_python: Creating 4 session mutexes based ...
by sergey.khodjamirian
Fri Aug 25, 2006 11:18 am
Forum: General discussions
Topic: comments needed: more modifications
Replies: 16
Views: 24307

Cool, will do that then.


No I actually haven't received it. Please try sending it to sergey.khodjamirian@gmail.com

Thanks!
by sergey.khodjamirian
Fri Aug 25, 2006 11:11 am
Forum: General discussions
Topic: comments needed: more modifications
Replies: 16
Views: 24307

Ahhh!! Yes. Thank you! You guys are great.

So this is fine then?

// Help
$PMF_LANG["msgHelpText"] = "If you need help using the RFP Q&A Knowledgebase, please consult the TMSO/TMSA instructions manual. If you have misplaced this document you can download it <a href=\"tmsatmsomanual.doc\">here</a ...