Zen Cart Logo

FAQ Manager

Views: 88,845

Results 101 to 120 of 369
21 Jun 2007, 5:06 PM
#101
helpme avatar

helpme

Totally Zenned

Join Date:
Apr 2007
Posts:
632
Plugin Contributions:
0

FAQ Manager

helpme:

Anyone out there that knows what I can do? "if you look at my faqs pages everything is at the bottom of the page, is this how it is suppose to look and also you have to click on the first question and the second question to get the answer." This module would be really great if I can get it right!! Thank you in advance!
Any have any ideas?? I still can't get it to work!

11 Jul 2007, 2:36 AM
#102
cj_internet_sales avatar

cj_internet_sales

New Zenner

Join Date:
Mar 2007
Location:
Orlando, Florida
Posts:
30
Plugin Contributions:
0

Re: FAQ Manager

Couple of issues with this module that I need help with.

  1. On the page index.php?main_page=faqs_all I am missing an image for BUTTON_IMAGE_SUBMIT_FAQ. It is not in the download.

I tried finding other Zen Cart installs using this module so I could simply copy the image and past it into my cart. Couldn't find anyone in this thread who is currently using the module (who had a link in their thread).

Would someone please either supply this button or give me a chance to copy it from their site?

  1. After going to the page that allows a visitor to input their question, when I click the link that is supposed to take me to the Question and Answer page I get this error includes/templates/template_default/templates/tpl_index_default.php on line 39.

Any ideas on these issues would be appreciated.

25 Jul 2007, 4:27 PM
#103
fluffy_bunny avatar

fluffy_bunny

New Zenner

Join Date:
May 2007
Posts:
76
Plugin Contributions:
0

Re: FAQ Manager

Anyone that can help us? I'm having issues aswell, could anyone make an updated version please

26 Jul 2007, 12:42 AM
#104
seamstobesew avatar

seamstobesew

Zen Follower

Join Date:
Nov 2005
Location:
Germany
Posts:
110
Plugin Contributions:
0

Re: FAQ Manager

A new one has been uploaded in the downloads area, which is the same script updated, but now named Faq Module. I tried installing it but ran into a problem where it gave me a blank page for my entire site, it turns out that the button_names.php file which should go in includes/languages/english is under just the languages folder, and probably needs to be moved to the english folder. It was the only way I got my site back up and running.

Either or, the script is now uninstalled again, I'd love a patch that removes the sql entries as this is something I am unclear on how to do.

I will not try a reinstall again without it nor, will I reinstall till I hear others have it working properly.

Either or, if you have the same thing happen, try moving that button_names.php into the english folder before giving up, and if you have to rename because an original is suppose to be there, I'd try putting it in a template override folder. (This is where I would have put it in the first place).

Another thing...

He's put all the template stuff under template_default, instead of a template_override folder for design. The old one had the templates go to the classic folder under includes/templates. I'm sure it's fine under template_default, but I would have rather seen it go to my template override folder.

Hope these suggestions help for anyone thinking of trying the newest version.

Marian

4 Sep 2007, 10:06 PM
#105
lina0962 avatar

lina0962

Zen Follower

Join Date:
Jun 2006
Posts:
403
Plugin Contributions:
0

Re: FAQ Manager

hello,

I intalled FAQ manager on my new zencat 1.37.

https://www.wholesale.thesbeauty.com

In the FAQ list and FAQ new page, the "send now" button is missing. I don't know how to fix it.

Can somebody give me a tip? Thanks

Lina

5 Sep 2007, 10:55 AM
#106
dehaw avatar

dehaw

Zen Follower

Join Date:
Feb 2005
Location:
Lochgelly :: Fife :: Scotland :: UK
Posts:
423
Plugin Contributions:
0

Re: FAQ Manager

Did you follow the instructions?

It may be that the button is issing from your buttons folder within your template, just copy it in there.

Then make sure the button define is defined properly.

Derek

6 Sep 2007, 8:45 PM
#107
chrisr avatar

chrisr

New Zenner

Join Date:
Nov 2006
Posts:
34
Plugin Contributions:
0

Re: FAQ Manager

Hi Derek

It seems you have been following this thread the most. I have been trying to install the FAQ module today and have come up with all the same issues everyone has been having from the 1064 syntax error, duplicate key error and when overcomming that the FAQ sidebox would only work in the left column. As soon as you put it on the right side and hit anythin in the catagory, document box it would come up with a p. error that everyone was getting as well. Just so you all know I have no exp with PHP but have been playing with various ways of installing this today and have come up with the following: Hope it helps you out. If anyone sees what I have done will make a mess of something else please let us know as I have no idea.

Step 1:
Follow the instructions to install the files in the Admin and Include files as per the insatll guide.

Step2:
In order to stop the first error you get when using the cart Install SQL patches to run the faq_manager.sql patch (which is a syntax error) you need to change the last section of the script: Lines 2- 6 and line 8. All the end bits that say (array('true', 'false'),'); change to (array("true", "false"),'); and all the (array('0', '1'),'); change to (array("0", "1"),'); this should sort out the syntax error.

Step 3:
If you have installed a previous version or tried this version already and had problems , you must remove all the FAQ files that were created in the database before going to step 4 or you will get the duplicate error.

Step 4:
before running the scrip you need to go tp MyPHP and to the _configuration table. click on the configuration_group_id, press the edit button or pencil. Now go to the "Null" field and change the "NOT NULL" to "NULL" Click on save

Step5:
You can now go to the admin panel in your Zen cart and go to the Tools Menu and click on "Install SQL patches" In the upload file section at the bottom , browse for the faq_manager.sql you changed and select this file. now click on UPLOAD. The scrip should run fine now without any errors.

Step 6:
Now do as in step 4 above and change the "NULL" back to "NOT NULL"

Step 7: Derek this is where u come in plse
I found that if you goto the tpl_faq_catagories.php in the directory includes/templates/template_default/sideboxes and add to // in front of the code in lines 98,99,100 as shown
//$show_this = $db->Execute("select p.faqs_id
// from " . TABLE_FAQS . " p
// where p.faqs_status = 1 " . $display_limit . " limit 1");

You should be able to place the Sidebox on the right hand side without anymore issue.
I must stress that I have no idea what this piece of code does but once eliminated the side box works. Derek as this is now narrowed down perhaps you or someone else can help. Unfortunately if you are using other languages there is still a graphic issue but probably not to difficult to sort out.

Step8: FAQ Send Button
If you go to the includes/modules directory and edit the faqs_all_listing.php and the faqs_new_listing.php both at around line 122 from zen_image_button('BUTTON_IMAGE_SUBMIT_FAQ', BUTTON_SEND_ALT) change to zen_image_button('button_ask_a_question.gif', BUTTON_SEND_ALT)

This should give you the "Ask a question" button supplied in the module.

I hope this was clear enough for all to achieve. Derek or anyone else please come back on the remmed code above if possible. I will keep testing to see if anything else still goes wrong. Any other feedback would also be appreciated.

Good Luck!!! hope it helps

9 Sep 2007, 11:44 PM
#108
kruna avatar

kruna

Zen Follower

Join Date:
Sep 2006
Posts:
405
Plugin Contributions:
0

Re: FAQ Manager

Hi all,

sorry for double post:blush:, I know it is not appreciated, but soemhow I dont get any answer, hopefully have more luck here....dont know what I did wrong, but seems that I am not the only one

http://www.zen-cart.com/forum/showthread.php?t=60486&highlight=faq%2A

so please take a look at

http://clickyshop.com/newzen/index.php?main_page=faq

this is the error i get, any idea what will fix it?
Help is much appreciated..

Tahnks in advanced,

regards,
kruna

10 Sep 2007, 3:15 AM
#109
xiongzhi555 avatar

xiongzhi555

New Zenner

Join Date:
Sep 2007
Posts:
5
Plugin Contributions:
0

Re: FAQ Manager

ChrisR:

Hi Derek

Step2:
In order to stop the first error you get when using the cart Install SQL patches to run the faq_manager.sql patch (which is a syntax error) you need to change the last section of the script: Lines 2- 6 and line 8. All the end bits that say (array('true', 'false'),'); change to (array("true", "false"),'); and all the (array('0', '1'),'); change to (array("0", "1"),'); this should sort out the syntax error.

Step 3:
If you have installed a previous version or tried this version already and had problems , you must remove all the FAQ files that were created in the database before going to step 4 or you will get the duplicate error.

Step 4:
before running the scrip you need to go tp MyPHP and to the _configuration table. click on the configuration_group_id, press the edit button or pencil. Now go to the "Null" field and change the "NOT NULL" to "NULL" Click on save

Step5:
You can now go to the admin panel in your Zen cart and go to the Tools Menu and click on "Install SQL patches" In the upload file section at the bottom , browse for the faq_manager.sql you changed and select this file. now click on UPLOAD. The scrip should run fine now without any errors.

always failed from step 2 to step 5.

here is the information of the error:
1062 Duplicate entry 'SHOW_FAQ_COUNTS' for key 2
in:
[INSERT INTO zen_configuration VALUES ('', 'Show FAQ Category Counts', 'SHOW_FAQ_COUNTS', 'true', 'Count recursively how many FAQs are in each FAQ category', @t4, 9, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

10 Sep 2007, 9:07 AM
#110
chrisr avatar

chrisr

New Zenner

Join Date:
Nov 2006
Posts:
34
Plugin Contributions:
0

Re: FAQ Manager

xiongzhi555:

always failed from step 2 to step 5.

here is the information of the error:
1062 Duplicate entry 'SHOW_FAQ_COUNTS' for key 2
in:
[INSERT INTO zen_configuration VALUES ('', 'Show FAQ Category Counts', 'SHOW_FAQ_COUNTS', 'true', 'Count recursively how many FAQs are in each FAQ category', @t4, 9, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

I always got this error if I did not first clear any files created with the first installation attempt. For some reason you only get the syntax error the first time and then if you keep running the script without first clearing the data base files created from the first time you ran the script it will give you the duplicate error all the time but never show you the syntax error from the first try. Did you remove all FAQ files created in the datga base before running the script again.

10 Sep 2007, 9:11 AM
#111
dehaw avatar

dehaw

Zen Follower

Join Date:
Feb 2005
Location:
Lochgelly :: Fife :: Scotland :: UK
Posts:
423
Plugin Contributions:
0

Re: FAQ Manager

ChrisR:

Hi Derek

Step 7: Derek this is where u come in plse
I found that if you goto the tpl_faq_catagories.php in the directory includes/templates/template_default/sideboxes and add to // in front of the code in lines 98,99,100 as shown
//$show_this = $db->Execute("select p.faqs_id
// from " . TABLE_FAQS . " p
// where p.faqs_status = 1 " . $display_limit . " limit 1");

You should be able to place the Sidebox on the right hand side without anymore issue.
I must stress that I have no idea what this piece of code does but once eliminated the side box works. Derek as this is now narrowed down perhaps you or someone else can help. Unfortunately if you are using other languages there is still a graphic issue but probably not to difficult to sort out.

This problem was sorted in another thread, let me dig out mwhat it was and i'll post it here.

Derek

13 Sep 2007, 12:37 AM
#112
cjsmiff avatar

cjsmiff

Zen Follower

Join Date:
Jul 2006
Location:
UK
Posts:
170
Plugin Contributions:
0

Re: FAQ Manager

Hi,

I have installed on zencart 1.3.7 and am getting these 2 errors in admin:

1, Warning: Missing argument 1 for fckeditor() in /home/sites/countryviewworld.co.uk/public_html/admin/includes/fckeditor.php on line 44

This is my line 44:

function FCKeditor( $instanceName )

2, Fatal error: Call to undefined function: createfckeditor() in /home/sites/countryviewworld.co.uk/public_html/admin/includes/modules/faq/collect_info.php on line 200

This is my line 200:

          $oFCKeditor->CreateFCKeditor( 'faqs_description[' . $languages[$i]['id'] . ']', '99%', '230

Any ideas please?

Cheers
Claire

16 Sep 2007, 11:06 PM
#113
starcad avatar

starcad

New Zenner

Join Date:
Jul 2007
Posts:
53
Plugin Contributions:
0

Re: FAQ Manager

Hi Derek, hey I thought I'd give this one a try late last night. Installed the scripts and up loaded the DB and got ready for a longer night. Opened my page to find it sitting there right where I put it. Gave it a quick test and low and behold it was working perfectly without any of the errors that have been addressed in this thread. Guess I'm blessed or something, but great script. Glad you ported it over to Zen and helped point out some of the errors in it. Thank you.

Now for a quick question. Can a link to the faq's be added to the information box instead of having it as a separate box? Thanks again for all your help with this contribution.:clap:

Guy

16 Sep 2007, 11:41 PM
#114
starcad avatar

starcad

New Zenner

Join Date:
Jul 2007
Posts:
53
Plugin Contributions:
0

Re: FAQ Manager

Sorry Derek, one more hopefully simple question. Is there a way to turn off Bread Crumbs in the faq's. Thanks Guy

21 Sep 2007, 11:05 PM
#115
oxxyfx avatar

oxxyfx

New Zenner

Join Date:
Sep 2007
Posts:
77
Plugin Contributions:
0

Re: FAQ Manager

Hello,

I am not even sure how many times I tried deleting the faq sql tables and rerunning the sql script. Every time I am getting this error:

"1062 Duplicate entry 'SHOW_FAQ_COUNTS' for key 2 in:
[INSERT INTO zen_configuration VALUES ('', 'Show FAQ Category Counts', 'SHOW_FAQ_COUNTS', 'true', 'Count recursively how many FAQs are in each FAQ category', @t4, 9, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields."

Also Step 4 from the previous pages do not seem to stick - every time I change it to "null" when it comes back it is "not null" again.

Lastly all faq's are showing up on the bottom of the screen, and I have to click the question twice before I can get an answer - still on the bottom of the screen. Please help me to fix this...

Thanx, Ox.

22 Sep 2007, 3:06 PM
#118
kruna avatar

kruna

Zen Follower

Join Date:
Sep 2006
Posts:
405
Plugin Contributions:
0

Re: FAQ Manager

Hello,

currently I am in two threads concerning the FAQ mod, because there seems to be no help.

Mostly the mod is working fine except the this part here
I dont know what is causing this error

Sorry to put my two cents here, but oxxyfx, you also have the same error, yake a look here

Starcad...yours works, would love to know what would be the fix...

regards,
kruna

23 Sep 2007, 7:19 AM
#119
lankeeyankee avatar

lankeeyankee

Totally Zenned

Join Date:
Jan 2007
Posts:
1,514
Plugin Contributions:
1

Re: FAQ Manager

Kruna:

Hello,

currently I am in two threads concerning the FAQ mod, because there seems to be no help.

Mostly the mod is working fine except the this part here
I dont know what is causing this error

Sorry to put my two cents here, but oxxyfx, you also have the same error, yake a look here

Starcad...yours works, would love to know what would be the fix...

regards,
kruna

I checked /index.php?main_page=faq on my test site and it does the same thing. I've played around with tpl_faq_default as well as modules/pages/faq/header_php.php and had success in changing a bit of the text around and even got it to display the main page contents but no luck in getting it corrected. It seems odd since I was even copying the header code from other faq pages and it did change main_page=faq to whatever page I copied it from but they all said "no questions available" and then after I entered in an faq through the admin panel I get

"1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND language_id = '1'' at line 3
in:
[select faq_categories_name from zen_faq_categories_description where faq_categories_id = AND language_id = '1']"

I tried pasting the contents of tpl_faq_info into tpl_faq_default to match up with the same swap in modules/pages/faq/ (I copied the contents of modules/pages/faq_info into pages/faq) but no joy.

I'm certainly no programmer and I don't know where else to look to change.

But my main question is to all of this: How did you get to main_page=faq to begin with? I couldn't see where there is a link anywhere on my site to take me to that page, so how did you get there from your website?

Matt

23 Sep 2007, 4:44 PM
#120
oxxyfx avatar

oxxyfx

New Zenner

Join Date:
Sep 2007
Posts:
77
Plugin Contributions:
0

Re: FAQ Manager

Well, what mosty bothers me regarding this module, is that I cannot bring is up to the top of the page. It looks like it all runs in the footer... That way it is unsuable to me... Does anyone know what files to remove exactly to uninstall this module?

Unless somebody comes out with some resolution to this - I cannot put it to good use....