Search:

Type: Posts; User: funkey

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    5,053
    Views
    991,274

    Re: Simple SEO URL [support thread]

    Thanks for the information, I thought that might be the case from looking at the code myself.

    How would I go about rewriting the URLs that way, can it be done all-at-once, or does it have to be...
  2. Replies
    5,053
    Views
    991,274

    Re: Simple SEO URL [support thread]

    A site I look after has had SSU installed recently after having trouble with the chemo SEO module.

    Works wonderfully well, but the owner wants to know if there is a way to shorten the URLs by...
  3. Replies
    1,455
    Views
    467,711

    Re: Chemo's Ultimate URL's

    I used the following SQL Code to remove the information for SEO 3.0.0-beta1 from a number of sites that are in the process of transitioning to SSU or Magic SEO.

    (This may or may not work for you,...
  4. Replies
    4
    Views
    6,017

    Re: need to replace logo header image

    What about changing the 'HEADER_LOGO_IMAGE' define in languages/english/header.php to the name of your new image and refreshing the page?

    I've had occasions where leaving the file called logo.gif...
  5. Re: AU_Post Shipping mod by Rod Gasson - Help on installing

    Did you go into your zen-cart admin and turn on the Australia Post Shipping Module (from the main menu, select Modules / Shipping) and make sure it's enabled (ie. has a green dot next to it).
  6. Re: Html entities displayed literally in zones dropdown

    I've used this particular solution too -- makes nordic/germanic/asian customers much happier.

    (Only wish i'd found this post four weeks ago :))
  7. Replies
    158
    Views
    39,357

    Re: CSS buttons v2.x

    Just to clarify -- are you trying to upgrade an existing Zen-Cart database with the SQL for CSS buttons, or is this a totally new database where you're installing CSS buttons for the first time?

    I...
  8. Replies
    8
    Views
    1,164

    Re: Short Description Problem

    I have had this module working on 1.2.7 and all of the 1.3.x series, were you just having an issue with the description not displaying on the product_info page (i.e, can you see the admin text-box...
  9. Replies
    1,237
    Views
    292,294

    Re: Admin Profiles Support Thread

    They certainly are, i've got tables for admin_menu_headers, admin_visible_headers, admin_menus and admin_allowed_tables.

    Anything else I should look for?
  10. Replies
    1,237
    Views
    292,294

    Re: Admin Profiles Support Thread

    Nope.

    The only change I made from the install instructions was to re-name the .sql file to mysql_admin_profiles_106.sql and put it in zc_install/sql/plugins/ in order to get it to run at the...
  11. Replies
    1,237
    Views
    292,294

    Re: Admin Profiles Support Thread

    Hi Kuroi,

    I've been using admin profiles 1.0.6 for a while, but have recently been trying to integrate it into a new shop at install time (with a bunch of other modifications, with yours + extra...
  12. Replies
    4
    Views
    1,404

    Re: Including Modules in ZC installation

    DrByte,

    Is there a reason they need to be prefixed with mysql_ ?

    I am trying to do a similar thing & had added the SQL files to /zc_install/sql/plugins/XXX_patch_name.sql (where XXX is a number...
  13. Replies
    4
    Views
    1,639

    Re: admin/includes/stylesheet.css: Not Found

    Are you using Internet Explorer to view the admin, and if so -- does the problem resolve itself if you try another browser? (Firefox, Safari, etc)

    I had an issue on a brand new zen-cart...
  14. Replies
    3
    Views
    1,030

    Re: Australia Post Rates Update

    They'll probably need updating actually -- In the 'new' (Austpost Improved 1.5.3) Australia Post Module, things like 'Registered Post Handling Fees' are configured in the module itself (Configuration...
  15. Replies
    3
    Views
    2,778

    Re: Hidden BOM throwing IE into quirks mode

    It's possible you are finding an FTP bug, more than a Zen-Cart one.

    ASCII mode transfers, especially in FTP clients like CuteFTP for Windows -- seem to mess with the character encoding of the...
  16. Replies
    10
    Views
    6,344

    Re: Not Acceptable error with Mac IE 5.2

    IE 5.2 on Mac platforms does have problems with MIME-type handling on occasion, perhaps you're falling into one of those.

    I had several users complain when I updated a shop to serve an XHTML 1.1...
  17. Thread: SID-Redirect

    by funkey
    Replies
    13
    Views
    5,415

    Re: SID-Redirect

    I'll confirm it works with SEO 3.0beta1 with the extra fixes mentioned in http://www.zen-cart.com/forum/showpost.php?p=350263&postcount=693

    Successfully using it on three shop-fronts :)

    Cheers,...
  18. Replies
    3
    Views
    1,889

    Re: Safari State field not hiding

    It appears some of the contributed templates have this problem -- the 'Nightfall' template is one such example, it needs the following code added to it's stylesheet.css file in order to get the...
  19. Replies
    158
    Views
    39,357

    Re: CSS buttons v2.x

    Also, i've attached a modified copy of the administrator CSS buttons file to look 'more' like the default template (the buttons are now white on jade-green, in a matching font with highlights on...
  20. Replies
    158
    Views
    39,357

    Re: CSS buttons v2.x

    Hi Paulm,

    Running 2.60 on a 1.3.7 shop, very nice work -- found a small bug (typo) in the CSS popups code though:

    The css_buttons_popups.php file should be in --


    ...
  21. Replies
    7,098
    Views
    1,856,867

    v138a Re: More details for the above message

    Shot in the dark...

    Do you have the Administration Profiles mod installed by any chance?

    If so -- you need to allow the image handler to have permission to run.

    If it's not that, your server...
  22. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    I think I see the problem:

    You seem to have modified the SQL to change your configuration prefix to zen_ -- but your database actually is looking for hotrod_zc1. (requires the dot)
  23. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    Do you have a URL where we can look at the code to see what is happening?

    A couple of other questions:

    * Did you upload the images to the images/ directory (i've seen this in the past where...
  24. Replies
    10
    Views
    3,991

    Re: [NOT A BUG] Product price displays wrong

    It'd be really nice if the installer could ask which currency you'd like to use, then do an automatic refresh of the currencies before allowing the user to continue to the admin pages.
  25. Re: Further Clarification

    In fact, anyone using 0.99.135 -- should also grab the SQL uninstall script from http://www.zen-cart.com/forum/showpost.php?p=312611&postcount=98 and run it before upgrading to the latest version.
    ...
  26. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    For those needing to uninstall the CAPTCHA validation SQL from your site (either to upgrade to the latest version, or to try TheOracle's idea) -- you can cut-and-paste the attached .SQL file into the...
  27. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    Xavier,

    If you are upgrading from one version to another, you do not need to run the install the .SQL file a second time.

    I have been meaning to put together an SQL 'uninstall' file that you...
  28. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    Amy,

    I've actually been looking into the addition of a 'contact us' version myself recently (simply because so many people have requested it).

    Unfortunately, it seems significantly harder to...
  29. Replies
    2,019
    Views
    431,353

    Re: Super Orders 2.0

    Just regarding SpamAssassin (i'm pretty sure it's not the problem unless you're removing mail that receives scores lower than 2.0) -- adding your admin account to your user_prefs file in the...
  30. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    How did you apply the .sql file? By cutting-and-pasting into the top section of the "Install SQL Patches" dialogue, or by uploading the actual .sql file itself?
  31. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    Hmmm, i'd hazard a guess this has to do with the way the "split login" modification was written.

    I've only taken a quick look, but the CAPTCHA module does most of it's 'user-based' work in the...
  32. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    Two things:

    * Did you enable the "Activate Validation on Login Page" in the Admin? (It should be on by default)

    * If you have a custom template installed, did you copy the...
  33. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    Just on that closing </fieldset> -- it appears to be a problem with the core Zen-Cart code, rather than anything the CAPTCHA modification has added, as it comes up on a fresh install of the original...
  34. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    Hi Stuart,

    In a vanilla install of 1.3.6, I can see an empty </fieldset> tag if I turn off "Account Validation" in the admin -- but no actual <fieldset> tag.

    Do you have a screenshot or some...
  35. Replies
    8
    Views
    1,705

    Re: Proper Case Support for 1.3.x

    I'll check it and let you know :)
  36. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    Just to let everyone know, an updated copy of the CAPTCHA modification that works out-of-the-box with 1.3.6 has just been uploaded to the contributions area.

    Existing users of the code don't need...
  37. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    Hi Xavier,

    The CAPTCHA code SQL file comes without a table prefix because that's the default for new Zen-Cart 1.3.x installs. If you have a Zen-Cart setup with a table prefix (such as yours)...
  38. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    OK.

    Out of interest, if you pick a U.S state from the dropdown box -- does it still do the reload?

    Just wondering if you're actually triggering one of the state selection bugs that were in...
  39. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    An easy way to tell, if you don't fill in another one of the required fields (say, the state), does:

    * a javascript window pop up titled "Errors have occurred during the processing of your form."...
  40. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    Ah, I probably should have made that clearer -- Use the .sql file in Post 50 instead of the one in the download, not as well as.

    I'm still waiting to hear from the other people who have e-mailed...
  41. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    I'll look into this, but i've had a few e-mail reports of the CAPTCHA form Javascript not working.

    If you disable Javascript in your browser, the code should use the standard MessageStack warning...
  42. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    I'm not really sure why, but something in my code seems to trip up the htmlspecialchars code in the /admin/configuration.php file.

    I've gone through the SQL file -- and several threads on the...
  43. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    Did you replace the tpl_module_create_account.php file with the one in the archive?

    If you are using a custom template, check that you've also copied the files there. i.e. If your template was...
  44. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    First off, did you use the 1.3.5 module from the downloads area?

    Secondly, did you apply the SQL file with the patch utility, or by cutting-and-pasting the code into the textarea field (which is...
  45. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    So, what was the problem? :)
  46. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    Although most of those differences are because of the difference between DOS (which most of zen-cart uses) and UNIX (which I use) linebreaks, especially the includes/modules/create_account.php one --...
  47. Re: e-mail templates, footer plaintext doesn't match HTML?

    ah, figured that'd be something like the answer :)

    Thanks DrByte -- would a patch be accepted by the ZC-team to fix this behaviour? ( after i've fixed it for me, i've got to fix it for 1.3.x too...
  48. Re: e-mail templates, footer plaintext doesn't match HTML?

    I'm aware of that, my thought process was more along the lines of 'maybe the spam/disclaimer messages are only included in the HTML message because the functions they are called from are sourced...
  49. Replies
    191
    Views
    76,131

    Re: User Verification (Anti-Robot / CAPTCHA)

    You're quite welcome.

    Also, this module has now been uploaded to the downloads section (thanks DrByte) -- so future new releases will be posted there.
  50. e-mail templates, footer plaintext doesn't match HTML?

    Hi everyone,

    I'm using ZC 1.2.7 (that's been customised everywhere *but* the e-mail functions) and i've been scratching my head trying to get the footer/disclaimer onto a plain text e-mail.

    In...
Results 1 to 50 of 85
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR