Download Modifications for phpBB3phpBB Pretty Sociable

Downloads for phpBB3
Previous topicNext topic
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx Online
Founder
Founder
Status: Online
User theme: Dark
Posts: 6485
Joined: Jan 13th, '14, 20:45
    unknown unknown

phpBB Pretty Sociable

Post by dmzx »

PhpBB Pretty Sociable
Authors:Slash, Stoker

Description:With a really nice effect, allows you to share topics and forums on the main social networks

open: styles/prosilver/themplate/overall_header.html

Find This may be a partial find and not the whole line

Code: Select all

</head>
Add before Add these lines on a new blank line before the preceding line(s) to find

Code: Select all

<!--phpBB Pretty Sociable by Slash & Stoker http://www.wiizard.it http://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 http://www.wiizard.it http://www.phpbb3bbcodes.com-->

open: styles/prosilver/themplate/viewtopic_body.html
Find This may be a partial find and not the whole line

Code: Select all

<h2><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h2>
Replace with Replace the preceding lines with the following

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>
open: styles/prosilver/themplate/viewforum_body.html
Find This may be a partial find and not the whole line

Code: Select all

<h2><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2>
Replace with Replace the preceding lines with the following

Code: Select all

<h2><!-- IF S_IS_BOT --><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a><!-- ELSE --><a href="#" rel="prettySociable;title:Drag to share;excerpt:{FORUM_NAME}">{FORUM_NAME}</a><!-- ENDIF --></h2>

rebuilt.phpBB Pretty Sociable(1).7z
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

TWEagle
Users
Users
Status: Offline
User theme: Dark
Posts: 74
Joined: Nov 23rd, '14, 19:38
    Windows 8.1 Opera

Re: phpBB Pretty Sociable

Post by TWEagle »

Good afternoon

When I unpack it with 7zip it says to me that the files (images) are corrupt
Image

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5123
Joined: Apr 6th, '14, 14:12
    Linux Chrome

Re: phpBB Pretty Sociable

Post by martin »

phpBB Pretty Sociable.rar
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

TWEagle
Users
Users
Status: Offline
User theme: Dark
Posts: 74
Joined: Nov 23rd, '14, 19:38
    Windows 8.1 Opera

Re: phpBB Pretty Sociable

Post by TWEagle »

Thnx

that works like a charm

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5123
Joined: Apr 6th, '14, 14:12
    Linux Chrome

Re: phpBB Pretty Sociable

Post by martin »

Yw just for the record i got them from stokers site donation section i think.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5123
Joined: Apr 6th, '14, 14:12
    Linux Chrome

Re: phpBB Pretty Sociable

Post by martin »

Now have this working on 3.1.5 il post if any one wants it.

Pretty sociable is here for 3.1.5

Previous topicNext topic