[ABD] WhatsApp Share

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

[ABD] WhatsApp Share

Post by Bruninoit »

It permits to user to share posts on WhatsApp, with permissions configurable.

Image

Here
  • simple support
  • feedback
  • CDB at end of develop
On my forum
  • advanced support
  • personalisation
Last edited by Bruninoit on Tue Dec 22, 2015 9:04 pm, edited 4 times in total.
User avatar
motte
Registered User
Posts: 70
Joined: Wed Jan 30, 2013 10:15 pm
Name: Ralph
Contact:

Re: [DEV] WhatsApp Share

Post by motte »

*edit*
phpbb 3.1.6 just work, but better when the Text (link) under the Post still showen on mobile divices.
Renault Scenic Forum 🚘 since 2003 ...

... lover of Modeltrains πŸš‚πŸšƒπŸšƒ
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

Re: [DEV] WhatsApp Share

Post by Bruninoit »

Yes. Ad soon as possibile I'll hide it from non-responsive layout
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

Re: [DEV] WhatsApp Share

Post by Bruninoit »

Now it was displayed only in responsive mode
Ps. Edit the line $this->max_char = 100; to edit the number of character displayed in text on whatsapp.
User avatar
uruguayito
Registered User
Posts: 266
Joined: Mon Dec 13, 2010 2:46 pm
Location: Montevideo - Uruguay

Re: [DEV] WhatsApp Share

Post by uruguayito »

Hi brunino...good idea :mrgreen:

If possible put in other place more visible?? :roll:

for example at the TOP of message, no in the bottom
I speak spanish
Sorry for my bad english
User avatar
uruguayito
Registered User
Posts: 266
Joined: Mon Dec 13, 2010 2:46 pm
Location: Montevideo - Uruguay

Re: [DEV] WhatsApp Share

Post by uruguayito »

In my forum, when I visit a member profile, appears this error

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php on line 164: call_user_func() expects parameter 1 to be a valid callback, class 'bruninoit/washare/event/washare' does not have a method 'profile_list_wvtt'
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 473: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 474: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 473: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 474: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
I speak spanish
Sorry for my bad english
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

Re: [DEV] WhatsApp Share

Post by Bruninoit »

uruguayito wrote:Hi brunino...good idea :mrgreen:

If possible put in other place more visible?? :roll:

for example at the TOP of message, no in the bottom
You can change the name of the file in ext/bruninoit/washare/styles/all/template/event with a name taken from blue boxes from: http://brunino.altervista.org/area51/ph ... teevents=1
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

Re: [DEV] WhatsApp Share

Post by Bruninoit »

uruguayito wrote:In my forum, when I visit a member profile, appears this error

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php on line 164: call_user_func() expects parameter 1 to be a valid callback, class 'bruninoit/washare/event/washare' does not have a method 'profile_list_wvtt'
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 473: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 474: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 473: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 474: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
Fixed, thanks.
User avatar
uruguayito
Registered User
Posts: 266
Joined: Mon Dec 13, 2010 2:46 pm
Location: Montevideo - Uruguay

Re: [DEV] WhatsApp Share

Post by uruguayito »

Brunino wrote:
uruguayito wrote:Hi brunino...good idea :mrgreen:

If possible put in other place more visible?? :roll:

for example at the TOP of message, no in the bottom
You can change the name of the file in ext/bruninoit/washare/styles/all/template/event with a name taken from blue boxes from: http://brunino.altervista.org/area51/ph ... teevents=1

ok. Perfect.
And what about put the icon Image by side ;)
I speak spanish
Sorry for my bad english
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

Re: [DEV] WhatsApp Share

Post by Bruninoit »

Yes I will add it
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

Re: [DEV] WhatsApp Share

Post by Bruninoit »

Do you want the icon before the text or at the place of text?
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

Re: [DEV] WhatsApp Share

Post by Bruninoit »

Old version had a bug. New version... See the first post to download it
User avatar
motte
Registered User
Posts: 70
Joined: Wed Jan 30, 2013 10:15 pm
Name: Ralph
Contact:

Re: [DEV] WhatsApp Share

Post by motte »

Well, i installed your new Version, but now i can't see it, it showen nothing .... ??? *looked on Smartphone*

**edit**

sorry, my mistake, just forgot to set the Permissions.

You know the ext?->https://www.phpbb.de/community/viewtopi ... 9&t=232974 I Think it looks good in the same row ...
Renault Scenic Forum 🚘 since 2003 ...

... lover of Modeltrains πŸš‚πŸšƒπŸšƒ
User avatar
CyberBoy
Registered User
Posts: 16
Joined: Sun Oct 18, 2015 1:28 pm
Location: Localhost

Re: [DEV] WhatsApp Share

Post by CyberBoy »

:?: Can't upload with "Upload Extensions" auto uploader.
Upload isn't completing..

Because there, "washare" folder has duplicated.
Holger
Registered User
Posts: 1883
Joined: Tue Mar 12, 2002 3:54 pm
Location: Hannover

Re: [DEV] WhatsApp Share

Post by Holger »

What is the difference to this one?
viewtopic.php?f=456&t=2320511&hilit=whatsapp
Locked

Return to β€œAbandoned Extensions”