twitter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Slayerz
    Member
    • Jul 2009
    • 37
    • 3.8.x

    twitter

    This twitter object started appearing on my left side,
    I checked coding, settings and deleted styles just to remove it, yet it wont.

    Any true fix?

    also it's not plugin or product.
    Attached Files
  • Miko
    Senior Member
    • May 2002
    • 136
    • 4.0.x

    #2
    That is Tweetboard: http://tweetboard.com/alpha/

    Surely you must have installed it..... You even need to request an invite to get it in first place.
    If not someone with access to your your admincp is having fin with you.

    Look in your foooter template for:

    Code:
    <script type="text/javascript"> 
    var _tbdef = {user: 'otakunations'};
    (function(){
    var d = document;var tbjs = d.createElement('script'); tbjs.type = 'text/javascript'; tbjs.async = true;
    tbjs.src = 'http://tweetboard.com/tb.js'; 
    var tbel = d.getElementsByTagName('body')[0]; if(!tbel) tbel = d.getElementsByTagName('head')[0];
    tbel.appendChild(tbjs);
    })();
    </script>

    Comment

    • Slayerz
      Member
      • Jul 2009
      • 37
      • 3.8.x

      #3
      Code:
      $ad_location[ad_footer_start]
      
      <br />
      <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
      <br />
      
      $spacer_close
      <!-- /content area table -->
      
      <form action="$vboptions[forumhome].php" method="get" style="clear:$stylevar[left]">
      
      <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
      <tr>
          <if condition="$show['quickchooser']">
              <td class="tfoot">
                  <select name="styleid" onchange="switch_id(this, 'style')">
                      <optgroup label="$vbphrase[quick_style_chooser]">
                          $quickchooserbits
                      </optgroup>
                  </select>
              </td>
          </if>
          <if condition="$show['languagechooser']">
              <td class="tfoot">
                  <select name="langid" onchange="switch_id(this, 'lang')">
                      <optgroup label="$vbphrase[quick_language_chooser]">
                          $languagechooserbits
                      </optgroup>
                  </select>
              </td>
          </if>
          <td class="tfoot" align="$stylevar[right]" width="100%">
              <div class="smallfont">
                  <strong>
                      <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if>
                      <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
                      <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
                      <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
                      <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
                      $template_hook[footer_links]
                      <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
                      <if condition="$vboptions[tosurl]"><a href="$vboptions[tosurl]">$vbphrase[terms_of_service]</a> -</if>
                      <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
                  </strong>
              </div>
          </td>
      </tr>
      </table>
      
      <br />
      
      <div align="center">
          <div class="smallfont" align="center">
          <!-- Do not remove this copyright notice -->
          $vbphrase[powered_by_vbulletin]
          <!-- Do not remove this copyright notice -->
          </div>
      
          <div class="smallfont" align="center">
          <!-- Do not remove cronimage or your scheduled tasks will cease to function -->
          $cronimage
          <!-- Do not remove cronimage or your scheduled tasks will cease to function -->
      
          $vboptions[copyrighttext]
          </div>
      </div>
      
      </form>
      
      $ad_location[ad_footer_end]
      
      <if condition="$show['dst_correction']">
      <!-- auto DST correction code -->
      <form action="profile.php?do=dst" method="post" name="dstform">
          <input type="hidden" name="s" value="$session[sessionhash]" />
          <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
          <input type="hidden" name="do" value="dst" />
      </form>
      <script type="text/javascript">
      <!--
          var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
          var utcOffset = new Date().getTimezoneOffset() / 60;
          if (Math.abs(tzOffset + utcOffset) == 1)
          {    // Dst offset is 1 so its changed
              document.forms.dstform.submit();
          }
      //-->
      </script>
      <!-- / auto DST correction code -->
      
      </if>
      <script type="text/javascript">
      <!--
          // Main vBulletin Javascript Initialization
          vBulletin_init();
      //-->
      </script>
      Is my footer.

      No matter if new or old style the twitter shows up.

      Comment

      • Lynne
        Former vBulletin Support
        • Oct 2004
        • 26255

        #4
        Try disabling your modifications/plugins and see if you still have this problem.
        Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

        PHP Code:
        define('DISABLE_HOOKS'true); 

        Please don't PM or VM me for support - I only help out in the threads.
        vBulletin Manual & vBulletin 4.0 Code Documentation (API)
        Want help modifying your vbulletin forum? Head on over to vbulletin.org
        If I post CSS and you don't know where it goes, throw it into the additional.css template.

        W3Schools &lt;- awesome site for html/css help

        Comment

        • Ace
          Senior Member
          • Apr 2004
          • 4051
          • 4.2.X

          #5
          Originally posted by Slayerz
          This twitter object started appearing on my left side,
          I checked coding, settings and deleted styles just to remove it, yet it wont.

          Any true fix?

          also it's not plugin or product.
          You would need to have whoever it is that looks after your vbseocp to turn it off. (Looks like this has been done now.. but it doesn't just pop up by itself. Somebody turned it on.. and it is a plugin.)
          My Live vB5 Site - NZEating.com
          vBulletin Hosting | vBulletin Services - Need hosting for your vB? Need it installed? Something else? Let me take that hassle off your hands.

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...