Page 2 of 5

phpBB Pretty Sociable

Posted: 30 Dec 2011, 02:48
by juango
even if they share from private forums, i don't think it will show only some words might show or have you tried it? only a part of it will show i think, and if someone comes to visit your forum because of it, they won't be able to see it cause it's private!

phpBB Pretty Sociable

Posted: 15 Jan 2012, 15:47
by STrike
Thx i have looked so long for this mod ;)

phpBB Pretty Sociable

Posted: 17 May 2012, 00:16
by motte
Hi, thanks for your great MOD. Now i have installed it on my Board, but now i need some Help. Well i like to create an jQuery based smoothe Menu on my new Board.

I tried it the same Way like your MOD but it does not work. Pleas can you help me, and show me the right way to include the Menu to my Page?

If you have any Questions to me please contact me because its not allow to post links here to show you my Problems and the Menu!!!!


Thanks a lot .....

phpBB Pretty Sociable

Posted: 18 May 2012, 10:52
by DigitalGuy
Hello. I am newly registered here but have been lurking for a long while. phpBB Pretty Sociable is great but I was having an issue with it working in Internet Explorer. I'd thought I'd share the fix that made it work.

The issue is with the ps_tooltip variable. Global variables and DOM element ids share the same namespace. Since ps_tooltip is declared as both a variable AND as an ID for a DOM element, the two conflict with each other, which is what's causing issues in IE.
In jquery.prettySociable.js, replace:
ps_tooltip = $('<div id="ps_tooltip"> with
var ps_tooltip = $('<div id="ps_tooltip">
The 'var' keyword scopes the ps_tooltip variable to tooltip.show(), resolving the conflict.
Many thanks to aChafik for this fix. I hope this helps others as well.

phpBB Pretty Sociable

Posted: 18 May 2012, 18:54
by mikef35
Now we need to figure out how to add google , custom share and image share.

phpBB Pretty Sociable

Posted: 22 Jun 2012, 23:28
by pro_hunter
:( this mod has stopped working :(

Any help ??

phpBB Pretty Sociable

Posted: 10 Aug 2012, 17:37
by matthewtimothy
awesome mod

phpBB Pretty Sociable

Posted: 26 Aug 2012, 23:25
by iamthestreets
Hi,

I have my topic title setup to be displayed in the overall header. Can you please help with the changes that need to be made for this to work? Thanks!

If you need a link to my site please let me know.

Edit: I have tried to place the code in viewtopic_body.html as well with no luck working there.

phpBB Pretty Sociable

Posted: 30 Aug 2012, 03:03
by iamthestreets
Any Help?

phpBB Pretty Sociable

Posted: 30 Aug 2012, 04:15
by mikef35
A link to the site will be needed