Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Apr 2008
    Location
    Athens
    Posts
    84
    Plugin Contributions
    0

    Default Re: Twitter Updates Sidebox Contribution Support Thread

    Because of the security alert I decided to display the twitter sidebox only in main page here is how I done that

    go where the twitter sidebox is ,

    mine is at /includes/modules/sideboxes/twitter_sidebox.php

    edit the file

    find this argument
    Code:
    $show_blank_sidebox = true;
    delete it and replace with

    Code:
     if ($this_is_home_page) {
        $show_blank_sidebox = true;
      } else {
        $show_blank_sidebox = false;
      }


    i found the solution from here

    https://www.zen-cart.com/tutorials/i...hp?article=270


  2. #12
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Twitter Updates Sidebox Contribution Support Thread

    Quote Originally Posted by soki View Post
    Because of the security alert I decided to display the twitter sidebox only in main page here is how I done that

    go where the twitter sidebox is ,

    mine is at /includes/modules/sideboxes/twitter_sidebox.php

    edit the file

    find this argument
    Code:
    $show_blank_sidebox = true;
    delete it and replace with

    Code:
     if ($this_is_home_page) {
        $show_blank_sidebox = true;
      } else {
        $show_blank_sidebox = false;
      }


    i found the solution from here

    https://www.zen-cart.com/tutorials/i...hp?article=270

    I had my home page previously like this... however, IE 8 still got security warnings. Make sure you previously didn't allow the page to load with security setting ignored etc.. this may have stored in your cookies thus you don't get warning anymore.

    Make sure your checking all browsers and versions etc.

    CHrome, firefox and IE7 below are ok.

    Haven't tried the BEAT IE 9 Yet.

    Many people use IE 8 and with me removing the twitter sidebox sales seem to be climbing slightly.. too soon to notice if much damage was done from warnings.
    That wasn't the plan!

  3. #13
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,365
    Plugin Contributions
    23

    Default Re: Twitter Updates Sidebox Contribution Support Thread

    As I have said before, this is not the best solution for a twitter sidebox.

    I have another solution but have not had time to package it for upload to the contributions. I have always provided my mods for free but it's getting harder and harder for me to find the nonpaying time to get them ready for the general public.

    The new box uses jquery and I have found that due to the twitter api not always being available, it occasionally doesn't load.

    Personally I would not use this twitter sidebox on an ecommerce site at all.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  4. #14
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Twitter Updates Sidebox Contribution Support Thread

    Thanks Delia!

    I blame the twitter API not you :)
    That wasn't the plan!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Better Together Contribution Support Thread
    By swguy in forum Addon Order Total Modules
    Replies: 698
    Last Post: 30 May 2024, 03:56 PM
  2. LiveChat Sidebox - Support Thread
    By b.kubiak in forum Addon Sideboxes
    Replies: 13
    Last Post: 15 Mar 2012, 08:00 PM
  3. CampaignMonitor Sidebox Support Thread
    By lukemcr in forum Addon Sideboxes
    Replies: 11
    Last Post: 21 May 2010, 06:14 AM
  4. Windows Live Product Search Contribution Support Thread
    By numinix in forum All Other Contributions/Addons
    Replies: 209
    Last Post: 3 Jul 2009, 08:23 PM
  5. LinkConnector Affiliate Contribution Support Thread
    By hyperdogmedia in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Jun 2007, 06:33 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