phpBB Pretty Sociable

Mods, snippets and styles postet and supported by the users
Forum rules
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
User avatar
mikef35
BBCoder III
BBCoder III
Posts: 147
Joined: 23 Feb 2012, 21:45

phpBB Pretty Sociable

Post by mikef35 »

Well it works for me, the only thing I could tell you is make sure you have all the files in the right directories.

Edit, I just visited your site and it is trying to work, the pretty sociable js script is not being properly. Verify all files are uploaded to the right place.

The way the code is setup it will only effect the circled area. You will notice when you put your mouse of the link it is no longer a hand but a bullseye now. The code is placed properly but it seems your files are not.

Untitled-2.jpg
And you also removed part of the prettysociable code.
iamthestreets
BBCoder II
BBCoder II
Posts: 10
Joined: 27 Apr 2012, 01:42
BBCodes: 0

phpBB Pretty Sociable

Post by iamthestreets »

I just want to say thanks again for the help. I only see the bullseye on IE. I also have verified my code and I uploaded the "script" folder to my root forum like it says on the first post. Should I put the code that's inside the script folder anywhere else? Also, keep in mind that I do no have this code added to the viewtopic_body.html file as you may already know i have added this to the overall_header.html file. Does that make any difference?

Code: Select all

<h2><!-- IF S_IS_BOT --><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- ELSE --><a href="#" rel="prettySociable;title: Drag to share:;excerpt:{TOPIC_TITLE}">{TOPIC_TITLE}</a><!-- ENDIF --></h2>
User avatar
mikef35
BBCoder III
BBCoder III
Posts: 147
Joined: 23 Feb 2012, 21:45

phpBB Pretty Sociable

Post by mikef35 »

If you have all the files placed properly in your directory this code should would work. Copy it all and paste it over the code in your overall_header.html, I don't know what else to tell you because like I said before I have it working on my test site using this.

Code: Select all

<!DOCTYPE html>
<!--[if lt IE 8]><html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" class="ie oldie ie7"><![endif]-->
<!--[if IE 8]><html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" class="ie oldie"><![endif]-->
<!--[if gt IE 8]><html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" class="ie"><![endif]-->
<!--[if !(IE)]><!--><html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"><!--<![endif]-->
   <html xmlns:fb="http://ogp.me/ns/fb#">
<head>
   <meta charset="{S_CONTENT_ENCODING}">
   {META}
   <!-- IF S_ENABLE_FEEDS -->
      <!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
      <!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
      <!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
      <!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
      <!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->
      <!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
      <!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF -->
   <!-- ENDIF -->
<!--
   phpBB style name:    Artodia Ultra Blue
   Based on style:      prosilver (this is the default phpBB3 style)
   Prosilver author:    Tom Beddard ( http://www.subBlue.com/ )
   Ultra Blue author:   Vjacheslav Trushkin ( http://www.artodia.com/ )

   NOTE: This page was generated by phpBB, the free open-source bulletin board package.
         The phpBB Group is not responsible for the content of this page and forum. For more information
         about phpBB please visit http://www.phpbb.com
-->
    <title><!-- IF SCRIPT_NAME != 'index' -->{PAGE_TITLE} - <!-- ENDIF -->{SITENAME}</title>
    <link rel="shortcut icon" href="favicon.ico" />
   <link rel="stylesheet" href="{T_STYLESHEET_LINK}">
   <!-- INCLUDE scripts_header.html -->
   
   <script type="text/javascript" src="{T_TEMPLATE_PATH}/grey_out.js"></script>
<script type="text/javascript">
// <![CDATA[
function logout_confirmation()
{
   grayOut(true);
   if (confirm('{L_LOGOUT_CONFIRMATION}'))
   {
      grayOut(false);
      return true;
   }
   else
   {
       grayOut(false);
      return false;
   }
}
// ]]>
</script>

<!-- INCLUDE mods/reimg_content.html -->

<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/crawl.js">
// Image Crawler Script (c)2009 John Davenport Scheuer
// This Notice Must Remain for Legal Use
</script>
<link href="{T_THEME_PATH}/last_img_style.css" rel="stylesheet" type="text/css" />

<script type="text/javascript">
// <![CDATA[
      function spoile(id){
       if (document.getElementById) {
        var s = document.getElementById(id);
        s.style.display = (s.style.display=='block'?'none':'block');
        } 
      }
// ]]>
</script>
   
   <!--phpBB Pretty Sociable by Slash & Stoker www.wiizard.it www.phpbb3bbcodes.com-->

<!-- IF SCRIPT_NAME == "viewtopic" or SCRIPT_NAME == "viewforum" -->
<script type="text/javascript" src="{ROOT_PATH}script/prettySociable/js/jquery.prettySociable.js"></script>
<!-- ENDIF -->

<script type="text/javascript">
// <![CDATA[
$(document).ready(function(){
   <!-- IF SCRIPT_NAME == "viewtopic" or SCRIPT_NAME == "viewforum" -->
   $.prettySociable();
   <!-- ENDIF -->   
});
// ]]>
</script>
<!--[if lte IE 6]><script src="{ROOT_PATH}script/prettySociable/js/DD_belatedPNG.js" type="text/javascript"></script><![endif]-->

<!-- IF SCRIPT_NAME == "viewtopic" or SCRIPT_NAME == "viewforum" -->
<link rel="stylesheet" href="{ROOT_PATH}script/prettySociable/css/prettySociable.css" type="text/css" media="screen" />
<!-- ENDIF -->

<!--phpBB Pretty Sociable by Slash & Stoker www.wiizard.it www.phpbb3bbcodes.com-->

   
</head>
<body class="phpbb section-{SCRIPT_NAME}">
   <!-- Update your html tag to include the itemscope and itemtype attributes -->
<html itemscope itemtype="http://schema.org/forum">

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=225481757498539";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=225481757498539";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<div class="wrap-top" id="wrap">
   <!-- <div class="wrap-top-top"><div><div></div></div></div> -->
   <div class="wrap-top-mid">
      <!-- <div class="left"><div class="right"></div></div> -->
         
      </div>
      </div>

<div class="content-wrapper">

<div class="logo">
      <a href="{U_INDEX}"><img src='{T_THEME_PATH}/images/msl_logo_4.png' onmouseover="this.src='{T_THEME_PATH}/images/msl_logo_3.png'" onmouseout="this.src='{T_THEME_PATH}/images/msl_logo_4.png'"/></a>

   <div style="float: right; width: 155px; padding-top: 45px;">
      <!-- AddThis Button BEGIN -->
   <div class="addthis_toolbox addthis_default_style addthis_32x32_style">
      <!-- Place this tag where you want the +1 button to render -->
         <g:plusone annotation="none"></g:plusone>

      <!-- Place this render call where appropriate -->
         <script type="text/javascript">
              (function() {
                   var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
                   po.src = 'https://apis.google.com/js/plusone.js';
                   var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
                    })();
         </script>
      <a class="addthis_button_preferred_1"></a>
      <a class="addthis_button_preferred_2"></a>
      <a class="addthis_button_preferred_3"></a>
   </div>
   <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
   <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4ef2b1070d147b63"></script>
   <!-- AddThis Button END -->
   </div>

   </div>
   
<div class="navmenu">
      <ul>
         <li><a href="{U_INDEX}" title="{L_INDEX}" class="menu-home"><span>{L_INDEX}</span></a></li>
         <!-- IF U_RESTORE_PERMISSIONS --><li><a href="{U_RESTORE_PERMISSIONS}" class="menu-login"><span>{L_RESTORE_PERMISSIONS}</span></a></li><!-- ENDIF -->
         <!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
            <!-- IF S_DISPLAY_PM -->
               <li<!-- IF SCRIPT_NAME == 'ucp' and $UCP_PM --> class="active"<!-- ENDIF -->><a href="{U_PRIVATEMSGS}" class="menu-pm">{PRIVATE_MESSAGE_INFO}</a></li>
            <!-- ENDIF -->
            <li<!-- IF SCRIPT_NAME == 'ucp' and not $UCP_PM --> class="active"<!-- ENDIF -->><a href="{U_PROFILE}" title="{L_PROFILE}" class="menu-ucp"><span>{L_PROFILE}</span></a></li>
         <!-- ENDIF -->
         <!-- IF S_DISPLAY_SEARCH -->
            <li class="popup-trigger<!-- IF SCRIPT_NAME == 'search' --> active<!-- ENDIF -->">
               <a href="{U_SEARCH}" title="{L_SEARCH}" class="menu-search"><span>{L_SEARCH}</span></a>
               <div class="popup searchpopup">
                  <form action="{U_SEARCH}" method="post">
                  <fieldset class="nowrap">
                     <input class="inputbox" type="text" name="keywords" maxlength="128" value="{SEARCH_WORDS}" required>
                     <input class="button1" type="submit" value="{L_SEARCH}">
                  </fieldset>
                  {S_SEARCH_HIDDEN_FIELDS}
                  </form>
                  <p class="right nowrap"><a class="link" href="{U_SEARCH}">{L_SEARCH_ADV}</a></p>
               </div>
            </li>
         <!-- ENDIF -->
         <!-- IF not S_IS_BOT and S_DISPLAY_MEMBERLIST -->
            <li<!-- IF SCRIPT_NAME == 'memberlist' --> class="active"<!-- ENDIF -->><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST}" class="menu-users"><span>{L_MEMBERLIST}</span></a></li>
         <!-- ENDIF -->
         <li<!-- IF SCRIPT_NAME == 'faq' --> class="active"<!-- ENDIF -->><a href="{U_FAQ}" title="{L_FAQ}" class="menu-faq"><span>{L_FAQ}</span></a></li>
         <!-- IF not S_USER_LOGGED_IN and (S_REGISTER_ENABLED or S_LOGIN_ACTION) -->
            <li class="popup-trigger<!-- IF SCRIPT_NAME == 'ucp' and not S_USER_LOGGED_IN --> active<!-- ENDIF -->">
               <a href="{U_LOGIN_LOGOUT}" class="menu-login"><span>{L_LOGIN_LOGOUT}<!-- IF S_REGISTER_ENABLED --> <em>|</em> {L_REGISTER}<!-- ENDIF --></span></a>
               <div class="popup login">
                  <!-- IF S_LOGIN_ACTION -->
                     <form action="{S_LOGIN_ACTION}" method="post">
                     <fieldset>
                     <dl>
                        <dt>{L_USERNAME}:</dt>
                        <dd><input class="inputbox" type="text" name="username" value="" required></dd>
                     </dl>
                     <dl>
                        <dt>{L_PASSWORD}:</dt>
                        <dd><input class="inputbox" type="password" name="password" value="" required></dd>
                     </dl>
                     <p class="right">
                        <input class="button1" type="submit" name="login" value="{L_LOGIN}">
                        <!-- IF S_AUTOLOGIN_ENABLED --><p class="nowrap right"><label style="color: #EEE;"><input type="checkbox" name="autologin"> {L_LOG_ME_IN}</label></p><!-- ENDIF -->
                     </p>
                     <!-- IF U_SEND_PASSWORD -->
                        <p class="right"><a class="link" href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a></p>
                     <!-- ELSE -->
                        <p class="right" style="display: none;" id="phpbb-sendpass">
                           <span class="data-register">{U_REGISTER}</span>
                           <span class="data-forgot">{L_FORGOT_PASS}</span>
                        </p>
                     <!-- ENDIF -->
                     </fieldset>
                     </form>
                  <!-- ELSE -->
                     <p class="right">
                        <a class="button1" href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED --> <a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF -->
                     </p>
                  <!-- ENDIF -->
               </div>
            </li>
         <!-- ELSE -->
            <li<!-- IF SCRIPT_NAME == 'ucp' and not S_USER_LOGGED_IN --> class="active"<!-- ENDIF -->><a href="{U_LOGIN_LOGOUT}" class="menu-login" <!-- IF S_USER_LOGGED_IN --> onclick="return logout_confirmation();"<!-- ENDIF -->><span>{L_LOGIN_LOGOUT}</span></a></li>
         <!-- ENDIF -->
         <!-- IF S_DISPLAY_SEARCH and (U_SEARCH_ACTIVE_TOPICS or S_USER_LOGGED_IN) and not S_IS_BOT -->
         <li class="popup-trigger"><a href="javascript:void(0);" class="menu-down">Menu</a>
            <div class="popup tools popup-list">
               <ul class="show-levels">
               <!-- IF U_SEARCH_UNANSWERED --><li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li><!-- ENDIF -->
               <!-- IF S_LOAD_UNREADS --><li><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a></li><!-- ENDIF -->
               <!-- IF U_SEARCH_NEW and S_USER_LOGGED_IN and not S_IS_BOT --><li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li><!-- ENDIF -->
               <!-- IF U_SEARCH_ACTIVE_TOPICS --><li><a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li><!-- ENDIF -->
               <!-- IF S_USER_LOGGED_IN --><li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li><!-- ENDIF -->
               <!-- IF U_MARK_FORUMS and not S_IS_BOT --><li><a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
               </ul>
            </div>
         </li>
         <!-- ENDIF -->
      </ul>
   </div>
   

   
   
   <div class="pagetitle">
   <!-- IF FORUM_ID == 4 --><img src="{T_THEME_PATH}/images/newsgossip.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 5 --><img src="{T_THEME_PATH}/images/tvmovienews.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 6 --><img src="{T_THEME_PATH}/images/celebrityeyecandy.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 7 --><img src="{T_THEME_PATH}/images/musicnews.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 8 --><img src="{T_THEME_PATH}/images/hiphopnews.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 9 --><img src="{T_THEME_PATH}/images/hiphopbeauties.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 10 --><img src="{T_THEME_PATH}/images/videogamenews.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 11 --><img src="{T_THEME_PATH}/images/streetgearkicks.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 12 --><img src="{T_THEME_PATH}/images/random.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 13 --><img src="{T_THEME_PATH}/images/cellspc.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 14 --><img src="{T_THEME_PATH}/images/graphics.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 15 --><img src="{T_THEME_PATH}/images/business.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 16 --><img src="{T_THEME_PATH}/images/fitness.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 17 --><img src="{T_THEME_PATH}/images/askquestion.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 19 --><img src="{T_THEME_PATH}/images/nfl.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 20 --><img src="{T_THEME_PATH}/images/nba.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 21 --><img src="{T_THEME_PATH}/images/mlb.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 22 --><img src="{T_THEME_PATH}/images/ncaaf.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 23 --><img src="{T_THEME_PATH}/images/ncaab.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 24 --><img src="{T_THEME_PATH}/images/nhl.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 25 --><img src="{T_THEME_PATH}/images/boxing.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 26 --><img src="{T_THEME_PATH}/images/soccer.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 28 --><img src="{T_THEME_PATH}/images/nsfwpicsvideos.png" alt="" /><!-- ENDIF -->
   <!-- IF FORUM_ID == 29 --><img src="{T_THEME_PATH}/images/carsrims.png" alt="" /><!-- ENDIF -->
   <!-- IF TOPIC_TITLE --><h2><!-- IF S_IS_BOT --><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- ELSE --><a href="#" rel="prettySociable;title: Drag to share:;excerpt:{TOPIC_TITLE}">{TOPIC_TITLE}</a><!-- ENDIF --></h2><!-- ENDIF -->
      <!-- <h1>{PAGE_TITLE}</h1> -->
   </div>
   <!-- IF FORUM_ID == 1 --><img src="IMAGE LINK" alt="" /><!-- ENDIF -->
   
   <div class="page-content">

      <!-- IF S_USER_LOGGED_IN -->
      <p class="time first">
         {LAST_VISIT_DATE}
      </p>
      <p class="time">
         {CURRENT_TIME}
      </p>
      <!-- ENDIF -->

            
      <div class="clear"></div>
      
      <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
      <div id="information" class="rules">
         <div class="inner"><span class="corners-top"><span></span></span>
            <strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
         <span class="corners-bottom"><span></span></span></div>
      </div>
      <!-- ELSEIF S_USER_LOGGED_IN and (S_USER_NEW_PRIVMSG or S_USER_UNREAD_PRIVMSG) -->
      <div id="information" class="rules">
         <div class="inner"><span class="corners-top"><span></span></span>
            <!-- IF S_USER_NEW_PRIVMSG -->
               <a href="{U_PRIVATEMSGS}"><!-- IF S_USER_NEW_PRIVMSG > 1 -->{L_YOU_NEW_PMS}<!-- ELSE -->{L_YOU_NEW_PM}<!-- ENDIF --></a>
            <!-- ELSE -->
               <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a>
            <!-- ENDIF -->
         <span class="corners-bottom"><span></span></span></div>
      </div>
      <!-- ENDIF -->
      <div class="navbar">
<center><script type="text/javascript"><!--
google_ad_client = "ca-pub-9403396525855836";
/* Header Ad 1 */
google_ad_slot = "9295263122";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center>
</div>


<ul class="menu left">
         <li class="nav-jumpbox<!-- IF SCRIPT_NAME == 'index' and not .navlinks --> active<!-- ENDIF -->"><a href="{U_INDEX}" title="{L_INDEX}" class="menu-home"><span>{L_INDEX}</span></a></li>
         <!-- BEGIN navlinks(-2) -->
            <li class="nav-forum <!-- IF navlinks.S_LAST_ROW --> active<!-- ENDIF -->"><a href="{navlinks.U_VIEW_FORUM}" class="menu-forum"><span>{navlinks.FORUM_NAME}</span></a></li>
         <!-- END navlinks -->
         <!-- BEGIN navlinks(-1) -->
         <li class="nav-forum <!-- IF navlinks.S_LAST_ROW --> active<!-- ENDIF -->"><!-- IF S_IS_BOT --><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- ELSE --><a href="#" rel="prettySociable;title: Drag to share:;excerpt:{TOPIC_TITLE}">{TOPIC_TITLE}</a><!-- ENDIF --></span></li>
            <!-- END navlinks -->
      </ul>

<div class="sitenav">
      <div class="links">
         <!-- put your links here -->
         <!-- 
         <a href="http://www.artodia.com/index.html">Artodia.com</a>
         <a href="http://www.colorizeit.com/index.html">ColorizeIt.com</a>
         -->         
      </div>
      <h2 style="padding-left:10px;"> <!-- IF S_USER_LOGGED_IN --><span style="color: #444A57">Welcome, <a href="{U_PROFILE}"><span style="color: #015BA7; text-decoration: none !important;">{S_USERNAME}</span></a>!</span><!-- ELSE --><span style="color: #444A57">Welcome Guest! Please</span> <a href="http://www.mystreetlife.com/forum/ucp.php?mode=login" title="Login" accesskey="x"><span style="color: #015BA7; text-decoration: none !important;">Login</span></a> <span style="color: #444A57">or</span> <a href="{U_REGISTER}"><span style="color: #015BA7; text-decoration: none !important;">register</span></a><!-- ENDIF --> <br /><div class="fb-like" style="padding: 5px;" data-href="https://www.facebook.com/pages/MyStreetLifecom/133681003405230" data-send="true" data-width="450" data-show-faces="false" data-font="verdana"></div> </h2>
      
      <!-- <h2>{SITE_DESCRIPTION}&nbsp;<span style="color: #444A57">{S_WELCOME}</span>&nbsp;<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT --><span style="color: #444A57">Please</span>&nbsp;<b><a href="http://www.mystreetlife.com/forum/ucp.php?mode=login" title="Login" accesskey="x"><span style="text-decoration: underline">Login</span></a></b>&nbsp;<span style="color: #444A57">or</span>&nbsp;<!-- ENDIF --><!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><b><a href="{U_REGISTER}"><span style="text-decoration: underline">{L_REGISTER}</span></a></b><!-- ENDIF --><div class="fb-like" data-href="https://www.facebook.com/pages/MyStreetLifecom/133681003405230" data-send="true" data-width="450" data-show-faces="false" data-font="verdana"></div></h2> -->
      
   </div>
matesy
BBCoder I
BBCoder I
Posts: 1
Joined: 23 May 2013, 09:19
BBCodes: 5

phpBB Pretty Sociable

Post by matesy »

Hey guys,

Im new here and have come across this mod

I have been looking for a social networking share topic mod like this for a while, my question is, how would i change it from dragging the topic name to share to adding a share button that can be clicked then the selected social network clicked from there?

any help would be greatly appreciated and im sure other users would also love that option.
Ashley_X
BBCoder II
BBCoder II
Posts: 7
Joined: 24 May 2013, 02:49
BBCodes: 4

phpBB Pretty Sociable

Post by Ashley_X »

wow great mod Slash, Stoker , I'm surprised nobody has said Awesome music or asked you what song that is lol ... i guess i will ask ... what song is in the video ? :D
Tahoebuff
BBCoder II
BBCoder II
Posts: 11
Joined: 01 Aug 2011, 08:43

phpBB Pretty Sociable

Post by Tahoebuff »

Whole Lotta Love - Led Zeppelin
User avatar
dmzx
BBCoder II
BBCoder II
Posts: 23
Joined: 02 Mar 2014, 14:30
BBCodes: 0
Contact:

phpBB Pretty Sociable

Post by dmzx »

i have the problem that the mod works only when iam not logged in into the forum.
when i login the drag disappears.

any ideas about this?

thanks
User avatar
dmzx
BBCoder II
BBCoder II
Posts: 23
Joined: 02 Mar 2014, 14:30
BBCodes: 0
Contact:

phpBB Pretty Sociable

Post by dmzx »

found <script type="text/javascript" src="{ROOT_PATH}mchat/jquery-1.10.2.min.js"></script> to be the problem,when delete it starts to work.

is there a solution for this?
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

phpBB Pretty Sociable

Post by martin123456 »

Use another version of jquery

Code: Select all

<script type="text/javascript" src="{ROOT_PATH}script/jquery-1.8.3.min.js"></script>
place script folder in root or use the mchat path.
root.zip
(33.13 KiB) Downloaded 130 times
User avatar
dmzx
BBCoder II
BBCoder II
Posts: 23
Joined: 02 Mar 2014, 14:30
BBCodes: 0
Contact:

phpBB Pretty Sociable

Post by dmzx »

yes started to work but... chat alert stop working
Locked