Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Apr 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Twitter sidebox only on home page

    Hi Misty I have read all that forum but still no luck. I know i have to edit

    /includes/modules/sideboxes/mydfa/blank_sidebox.php

    but i don't know where and what else i have to add???

  2. #2
    Join Date
    Apr 2008
    Location
    Athens
    Posts
    84
    Plugin Contributions
    0

    Default Re: Twitter sidebox only on home page

    I found the solution for this one,

    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


 

 

Similar Threads

  1. turn off left or right side bar on home page only [and only certain EZ pages]
    By thebigkick in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Jun 2012, 10:23 PM
  2. Sidebox on home page only moved, how to move it back
    By shirtsatl in forum Basic Configuration
    Replies: 5
    Last Post: 5 Jan 2011, 05:46 PM
  3. How to show a custom sidebox only on my home page?
    By SandraSD in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Dec 2009, 08:43 AM
  4. home page only sidebox
    By Minnie Mouse in forum Templates, Stylesheets, Page Layout
    Replies: 27
    Last Post: 12 Oct 2009, 12:38 PM
  5. Specials Sidebox showing on home page only
    By divinelighting in forum General Questions
    Replies: 34
    Last Post: 13 Feb 2009, 05:40 AM

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