Page 1 of 9

[CDB] Share On

Posted: Thu Nov 07, 2013 2:59 am
by _Vinny_
Extension Name: Share On
Author: _Vinny_

Description:
Share On is an extension that allows users to share topics and posts in the following social networks:
  • Facebook
  • Twitter
  • Digg
  • Reddit
  • Delicious
  • VK
  • Tuenti
  • Sonico
  • Friendfeed
  • Tumblr
  • Google+
Version: 1.0.0

Screenshots:
ACP
Share Topic
Share Posts
Mobile#1
Mobile#2

Download: https://www.phpbb.com/customise/db/extension/shareon/
Support: https://www.phpbb.com/customise/db/exte ... on/support

Installation:
  1. Copy the entire contents of the repository to phpBB/ext/vinny/shareon/
  2. Navigate in the ACP to Customise -> Extension Management -> Extensions.
  3. Click Enable.
Github Repository: https://github.com/vinny/Share-On/tree/extension

Re: [DEV] Share On

Posted: Sat Dec 21, 2013 4:28 am
by aleha
A good option for this would be to disable text and show only the icons.

Re: [DEV] Share On

Posted: Sat Dec 21, 2013 7:19 pm
by _Vinny_
aleha wrote:A good option for this would be to disable text and show only the icons.
Sorry, wrong screenshot :oops:

Currently, the MOD has two display options:
1 - Default: https://www.phpbb.com/customise/db/download/id_85236
2 - After first post: https://www.phpbb.com/customise/db/download/id_85235

The extension will only have the default option.

Re: [DEV] Share On

Posted: Thu Jan 23, 2014 1:05 am
by _Vinny_
Download available. :)

Note: use only for testing purposes.

Re: [DEV] Share On

Posted: Sat Jan 25, 2014 2:14 pm
by leschek
When I try to enable it I get this message:

Code: Select all

The selected extension is not available for this board, please verify your phpBB and PHP versions are allowed (see the details page).
I'm using phpBB 3.1 a2 downloaded from here.

Re: [DEV] Share On

Posted: Sat Jan 25, 2014 6:58 pm
by _Vinny_
leschek wrote:When I try to enable it I get this message:

Code: Select all

The selected extension is not available for this board, please verify your phpBB and PHP versions are allowed (see the details page).
I'm using phpBB 3.1 a2 downloaded from here.
Sorry, extension is missing PHP version requirement.
Open shareon/composer.json, find:

Code: Select all

		"phpbb/phpbb": "3.1.*@dev"
Before add:

Code: Select all

		"php": ">=5.3.3",
Or just download again and replace this file with the new one.

Re: [DEV] Share On

Posted: Sat Jan 25, 2014 10:09 pm
by leschek
Thank you. It's working now.
But when I change position setting to "After the first post" it seems that it doesn't change anything in a topic. Also, it would be nice if there is tooltip for "standard" button.

EDIT: It seems that "Delete post", "Information" and "Report this post" Buttons are under your main button in post. I would like to have option to show those button separately.

Image

Re: [DEV] Share On

Posted: Sun Jan 26, 2014 12:19 am
by _Vinny_
leschek wrote:Thank you. It's working now.
But when I change position setting to "After the first post" it seems that it doesn't change anything in a topic. Also, it would be nice if there is tooltip for "standard" button.
Remembering that it is a development release, in addition I will remove the position option.

leschek wrote:EDIT: It seems that "Delete post", "Information" and "Report this post" Buttons are under your main button in post. I would like to have option to show those button separately.

Image
This occurs due of the responsive style, I need to find a way to avoid it.

Re: [DEV] Share On

Posted: Sun Jan 26, 2014 1:05 am
by leschek
Thank you for answer,

I installed it only on testing board, because I didn't use it before and because it is so easy to try the extensions on phpBB 3.1.

Re: [DEV] Share On

Posted: Sun Jan 26, 2014 1:23 am
by _Vinny_
I'll update the extension only after the approval/release of MOD version 2.2.0. ;)

Re: [DEV] Share On

Posted: Thu Jul 17, 2014 9:29 pm
by Volksdevil
On RC2 i get:
The “vinny/shareon” extension is not valid.
Required meta field license has not been set.

Re: [DEV] Share On

Posted: Thu Jul 17, 2014 9:53 pm
by _Vinny_
Volksdevil wrote:On RC2 i get:
The “vinny/shareon” extension is not valid.
Required meta field license has not been set.
Extension is outdated, sorry. :oops:

Re: [DEV] Share On

Posted: Thu Jul 17, 2014 9:56 pm
by Volksdevil
No problem Vinny, I'll keep an eye on it for any updates. :)

EDIT: Ah, I see that it needs a small language change:

in composer.json change: licence to license

Although I get the same error as the member above, even though I have that line and I'm using php5.3.3. RC2 board version.

Re: [DEV] Share On

Posted: Sat Jul 19, 2014 4:48 am
by _Vinny_
Updated. Still unfinished, missing some features and contains bugs, but it works on RC2. ;)

Re: [DEV] Share On

Posted: Sat Jul 19, 2014 1:34 pm
by Volksdevil
Vinny, how do I delete the current version? (I know I can possibly??? overwrite with the newer version but I'd like to learn how to delete an extension anyway)

In the ACP i see:
COMPLETLY REMOVING AN EXTENSION FROM YOUR BOARD
1/ Disable the extension
2/ Delete the extension’s data
3/ Delete the extension’s files from the filesystem
But I don't understand what step 2 means? :?

EDIT: Ah I see from disabling another extension that a new option appears 'Delete Data'. All good then 8-)