Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 38
  1. #11
    Join Date
    Dec 2010
    Posts
    71
    Plugin Contributions
    0

    Default Re: Facebook/Twitter Module

    Quote Originally Posted by kobra View Post
    Thanks for this Kobra, the only problem is there is so much to choose from, any recommendations from other which one i should pick? I just want to have simple myspace and facebook icons on the sidebar

  2. #12
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Facebook/Twitter Module

    Thanks for this Kobra, the only problem is there is so much to choose from, any recommendations from other which one i should pick? I just want to have simple myspace and facebook icons on the sidebar
    Jeesh....
    There are sone with sites as examples

    http: //www.lfswear.com/
    Zen-Venom Get Bitten

  3. #13
    Join Date
    Dec 2010
    Posts
    71
    Plugin Contributions
    0

    Default Re: Facebook/Twitter Module

    i'm sorry man, didn't want to annoy you with a simple question.. i only wanted to know if there were some user experiences with some plugins listed there

  4. #14
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Facebook/Twitter Module

    Quote Originally Posted by dddmx3 View Post
    that was the first thing i tried and i was surprised there was nothing there!
    and this one

    facebook twitter module in the downloads section.

  5. #15
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Facebook/Twitter Module

    Quote Originally Posted by grasmat
    wanted to know if there were some user experiences with some plugins listed there
    Granted some do not have good descriptions
    But also, some have sites as examples if one take the time to read
    Zen-Venom Get Bitten

  6. #16
    Join Date
    May 2006
    Location
    Queensland, Australia
    Posts
    248
    Plugin Contributions
    0

    Default Re: Facebook/Twitter Module

    Gettings;

    Great mod, however there are some issues,

    The image location need to be fixed, instead of
    Code:
    images/social/fb.png
    it should be
    Code:
    images/fb.png
    and the same with the twitter image.

    Also there is no headings on the box themselves.

  7. #17
    Join Date
    May 2006
    Location
    Queensland, Australia
    Posts
    248
    Plugin Contributions
    0

    Default Re: Facebook/Twitter Module

    I am modify the mod so that you have headings and alike, however cant seem to get the heading working, anyone know what is wrong with it ?

    Code:
    <?php
    /**
     * blank sidebox - allows a blank sidebox to be added to your site
     *
     * @package templateSystem
     * @copyright 2007 Kuroi Web Design
      * @copyright Portions Copyright 2003-2007 Zen Cart Development Team
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: blank_sidebox.php 2007-05-26 kuroi $
     */
    
      // test if box should display
      $show_social = true;
    
      if ($show_social == true) {
          $title =  BOX_HEADING_SOCIAL;
          $title_link = false;
          require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
     }
     ?>
     	<tr>
      	<td>
    	<center>
    		<div id="Facebook">
    		<div <a href="http://www.facebook.com/pages/Delights-of-the-Flesh/147018598659118?sk=wall"><img src="images/fb.png" width="50" height="50" alt="Facebook" /></a>&nbsp;&nbsp;<a href="http://twitter.com/YOUR-TWITTER-HERE"><img src="images/tw.png" width="50" height="50" /></a></div>
    		</div>
    	</center>
        </td>
      </tr>

  8. #18
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Facebook/Twitter Module

    Have you defined BOX_HEADING_SOCIAL in the module or defines file?


    And there is no reason to need table or center code in there; you especially should not have incomplete table code (missing the containing <table> and <tbody> tags).

    Just noticed you are missing the closing > here:

    <div <a href="http://
    <div> <a href="http://
    Last edited by gjh42; 17 Apr 2011 at 01:19 PM.

  9. #19
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Facebook/Twitter Module

    Or really, that <div is extra and needs to be removed.

  10. #20
    Join Date
    May 2006
    Location
    Queensland, Australia
    Posts
    248
    Plugin Contributions
    0

    Default Re: Facebook/Twitter Module

    Quote Originally Posted by gjh42 View Post
    Have you defined BOX_HEADING_SOCIAL in the module or defines file?


    And there is no reason to need table or center code in there; you especially should not have incomplete table code (missing the containing <table> and <tbody> tags).

    Just noticed you are missing the closing > here:

    <div <a href="http://
    <div> <a href="http://
    Greetings;

    Yea i added the following to extra_definitions

    Code:
    <?php
    /**
     * blank sidebox definitions - text for inclusion in a new blank sidebox
     *
     * @package templateSystem
     * @copyright 2007 Kuroi Web Design
      * @copyright Portions Copyright 2003-2007 Zen Cart Development Team
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: blank_sidebox.php 2007-05-26 kuroi $
     */
    
    define('BOX_HEADING_SOCIAL', 'Enter Heading Here');
    define('TEXT_SOCIAL', 'Replace this text with your HTML content.');
    
    ?>
    Also changed the Sidebox file to the following;

    Code:
    <?php
    /**
     * blank sidebox - allows a blank sidebox to be added to your site
     *
     * @package templateSystem
     * @copyright 2007 Kuroi Web Design
      * @copyright Portions Copyright 2003-2007 Zen Cart Development Team
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: blank_sidebox.php 2007-05-26 kuroi $
     */
    
      // test if box should display
      $show_social = true;
    
      if ($show_social == true) {
          $title =  BOX_HEADING_SOCIAL;
          $title_link = false;
          require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
     }
     ?>
     	<tr>
      	<td>
    	<center>
    		<div id="Facebook">
    		<a href="http://www.facebook.com/pages/The-Esoteric-Emporium/145421388812693?sk=wall"><img src="images/fb.png" width="50" height="50" alt="Facebook" /></a>&nbsp;&nbsp;<a href="http://twitter.com/YOUR-TWITTER-HERE"><img src="images/tw.png" width="50" height="50" /></a></div>
    		</div>
    	</center>
        </td>
      </tr>
    Last edited by Delights; 17 Apr 2011 at 01:55 PM.

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v151 Facebook, Twitter, Youtube
    By missnura_com in forum General Questions
    Replies: 1
    Last Post: 14 Jan 2013, 06:56 AM
  2. v150 Facebook google plus twitter
    By oitem in forum General Questions
    Replies: 0
    Last Post: 4 Jun 2012, 06:56 PM
  3. facebook and twitter buttons
    By alfonso99 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Jul 2011, 02:23 PM
  4. facebook and twitter
    By deemurphy in forum General Questions
    Replies: 2
    Last Post: 9 Apr 2010, 09:20 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