Page 9 of 27 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 264
  1. #81
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoTweet [support]

    Update: AutoTweet version 1.01 has just been submitted to zen cart for review and should be available soon.

    It is basically updated to better integrate with zen cart version 1.3.9a and future releases. Also I have included some minor fixes for bugs/issues discovered on this forum including:
    • issue with descriptions not posting to twitter.
    • issue with 'cannot redeclare class' error.


    Anyone wishing to install the upgrade now may do so at: http://htmyell.com/autotweet-v-1-01/

    As always, please let me know what you think/if there's any problems.

    Thanks,
    Jamie

  2. #82
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoTweet [support]

    Just an FYI AutoFacebook is now available at: http://www.zen-cart.com/index.php?ma...oducts_id=1623

  3. #83
    Join Date
    Mar 2008
    Posts
    46
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    Hi,
    great modules. save lot of my time.
    i think there's a minor bugs in this module.
    Right after after inserting new products into my website. The number of visitors showed quite a big number sometime '20++ guest' online, sometime '30++ guest online'.
    before this, the number never exceed 10 guests in one time.
    Am i missing something?
    My Online Store
    Sumri (The Founder)

  4. #84
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoTweet [support]

    Haha that's the beauty of twitter. I notice regular tweeting can make a huge impact on the number of visitors I receive a day. All this mod does is shorten and send a link to twitter... it doesnt have any affect on your online visitors counter. So I wouldnt call it a bug, more like the purpose of this mod.

  5. #85
    Join Date
    May 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    I still got the problem with the products_name in my tweet....

    The name of the product is not shown.

    My tweet looks like this:
    New Product available: "" Check it out at http://bit.ly/9mRfmk

    I know i has been passed a few times in this topic, but i haven't seen any good explanations to fix it.

  6. #86
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoTweet [support]

    try this:

    Around line 19 of autoTweet.php (if you have the updated version of AutoTweet) find the line that looks like this:
    PHP Code:
    $my_product_name $_POST['products_name'][1]; 
    and change it to:
    PHP Code:
    $my_product_name implode(" "$_POST['products_name']); 
    Try it again, let me know if that doesnt work.

  7. #87
    Join Date
    May 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    Quote Originally Posted by jamielife View Post
    try this:

    Around line 19 of autoTweet.php (if you have the updated version of AutoTweet) find the line that looks like this:
    PHP Code:
    $my_product_name $_POST['products_name'][1]; 
    and change it to:
    PHP Code:
    $my_product_name implode(" "$_POST['products_name']); 
    Try it again, let me know if that doesnt work.
    Thanks! it works for me

  8. #88
    Join Date
    Jun 2008
    Posts
    255
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    "Zen Cart 1.3.9a Users: upload everything inside the admin folder to where ever your admin folder is on your server, and that's it... you're finished!" (v1.01)

    For 1.3.9b:
    This should be corrected to upload only "twitter" folder on admin. The update_product.php has somehow commented out line 198 (don't know if this is intentional) but it resulted in getting a screen of the category without the controls after one inserts a product.

    see pic on this forum post:
    http://www.zen-cart.com/forum/showth...412#post884412

  9. #89
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: AutoTweet [support]

    Quote Originally Posted by sunflowertami View Post
    "Zen Cart 1.3.9a Users: upload everything inside the admin folder to where ever your admin folder is on your server, and that's it... you're finished!" (v1.01)

    For 1.3.9b:
    This should be corrected to upload only "twitter" folder on admin. The update_product.php has somehow commented out line 198 (don't know if this is intentional) but it resulted in getting a screen of the category without the controls after one inserts a product.

    see pic on this forum post:
    http://www.zen-cart.com/forum/showth...412#post884412
    For AutoTweet to work you still need this piece of code in admin/includes/modules/update_product.php after

    $db->Execute("insert into " . TABLE_PRODUCTS_TO_CATEGORIES . "
    (products_id, categories_id)
    values ('" . (int)$products_id . "', '" . (int)$current_category_id . "')");
    (found around lines 82-84):

    ///////////////////////////////////////////////////////
    //// INSERT PRODUCT-TYPE-SPECIFIC *INSERTS* HERE //////

    include_once("twitter/autoTweet.php");

    //// *END OF PRODUCT-TYPE-SPECIFIC INSERTS* ////////
    ///////////////////////////////////////////////////////
    Only uploading the admin/twitter folder may render the mod useless.

  10. #90
    Join Date
    Jun 2008
    Posts
    255
    Plugin Contributions
    0

    Default Re: AutoTweet [support]

    That's right!

    I should say just uncomment line 198 before uploading.

 

 
Page 9 of 27 FirstFirst ... 789101119 ... LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  2. v151 Autotweet Errors/Not Posting
    By Little Red Crane in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 Mar 2014, 04:56 PM
  3. is there any AutoTweet addon or autofacebook addon work well with EasyPopulate?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Dec 2010, 03:17 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR