Thread: Ask A Question

Results 1 to 10 of 399

Hybrid View

  1. #1
    Join Date
    Mar 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ask A Question

    Quote Originally Posted by swguy View Post
    The original URL you provide was

    www.mysybertemplates.com

    with the arguments

    index.php?main_page=product_info&cPath=1&products_id=1&zenid=bla-bla-bla

    what Linda is saying is, be sure to delete the zenid=bla-bla-bla portion.

    Your problem you posted about is a result of not following this part of the README:

    These directions and file paths all assume your template is named "custom."
    If your template has another name, please change the directory name "custom"
    to the name of your template in ALL places.

    For instance,

    ./includes/templates/custom/buttons/english/button_ask_question.gif

    must be put in your cart in the directory

    ./includes/templates/YOUR_TEMPLATE/buttons/english/button_ask_question.gif
    Hi,

    Not to sound like a smarty pants or anything but I do understand how to install the modules and I have put the proper files into the proper folders as you have directed and I just doubled checked as well. When you click on the text the proper contact us page shows with no errors so I'm not sure why the image won't show.

  2. #2
    Join Date
    Mar 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ask A Question

    Is there a way to put a CAPTCHA on the email form to stop spammers?

  3. #3
    Join Date
    Mar 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ask A Question

    Quote Originally Posted by SyberTemplates View Post
    Hi,

    Not to sound like a smarty pants or anything but I do understand how to install the modules and I have put the proper files into the proper folders as you have directed and I just doubled checked as well. When you click on the text the proper contact us page shows with no errors so I'm not sure why the image won't show.
    I got it to work i put

    define('ASK_A_QUESTION', 'Ask a question about this product');
    define('BUTTON_IMAGE_ASK_A_QUESTION','button_ask_question.gif');
    define('BUTTON_ASK_A_QUESTION_ALT', 'Ask a question');

    into my /languages/english/english.php file. I think it has something to do with the way my template was created/setup. Now I have go figure out how to get the image to show.

  4. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Ask A Question

    Hey Scott, I've got a question...........This mod pulls the Page Title from the Contact Us page, which end up putting a Title on top of the page like: Ask a Question: Store Title/Tagline - Mozilla FireFox.

    What I was wanting to know is how can I make it display the Title like it would for the product page......ie...
    Ask a Question: Sterling Silver Money Clip - Mozilla Firefox ?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #5
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Ask A Question

    Quote Originally Posted by Get Em Fast View Post
    Hey Scott, I've got a question...........This mod pulls the Page Title from the Contact Us page, which end up putting a Title on top of the page like: Ask a Question: Store Title/Tagline - Mozilla FireFox.

    What I was wanting to know is how can I make it display the Title like it would for the product page......ie...
    Ask a Question: Sterling Silver Money Clip - Mozilla Firefox ?
    take includes\modules\meta_tags.php and copy over to your template folder then line 186-187
    Code:
     //  case 'product_info':
      case (strstr($_GET['main_page'], 'product_') or strstr($_GET['main_page'], 'document_')):
    add to the end
    Code:
      //  case 'product_info':
      case (strstr($_GET['main_page'], 'product_') or strstr($_GET['main_page'], 'document_') or strstr($_GET['main_page'], 'ask_a_question')):
    Working out for me so far...
    Dave
    Always forward thinking... Lost my mind!

  6. #6
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Ask A Question

    @ davewest........that's absolutely beautiful! Thank you.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  7. #7
    Join Date
    May 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Ask A Question

    Hello to the forum,

    i could use some help over here with this addon, i have successfully installed the sidebox but it appears to be a conflict with the signin, sign out pages. when the user inserts his signin data and presses the login button a blank page appears, but if he clicks the back button at his browser the page is loaded correctly and he is signed in. The same happens at sign out process.

    If i uninstall the sidebox, all the features of the site seems to function as they should be.....so, I'm sure that there is conflict with the sidebox. Can anyone point me to a direction?

  8. #8
    Join Date
    Jun 2009
    Posts
    389
    Plugin Contributions
    0

    Default Re: Ask A Question

    Hello, can someone be so kind to tell me which captcha works best with this addon?

    Thanks!

 

 

Similar Threads

  1. Ask A Question module
    By okibi in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 18 Apr 2007, 01:55 PM
  2. Ask a question 1.7
    By Kodam in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 4 Apr 2007, 11:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg