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!
juango
BBCoder II
BBCoder II
Posts: 34
Joined: 30 May 2011, 20:44

phpBB Pretty Sociable

Post 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!
STrike
BBCoder I
BBCoder I
Posts: 2
Joined: 15 Jan 2012, 03:33
BBCodes: 2

phpBB Pretty Sociable

Post by STrike »

Thx i have looked so long for this mod ;)
motte
BBCoder I
BBCoder I
Posts: 1
Joined: 17 May 2012, 00:01

phpBB Pretty Sociable

Post 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 .....
User avatar
DigitalGuy
BBCoder I
BBCoder I
Posts: 4
Joined: 18 May 2012, 10:18
BBCodes: 72
Favourite BBCode: youtubehs
Favourite MOD: PrettyPhoto
Location: Midwest, United States

phpBB Pretty Sociable

Post 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.
User avatar
mikef35
BBCoder III
BBCoder III
Posts: 147
Joined: 23 Feb 2012, 21:45

phpBB Pretty Sociable

Post by mikef35 »

Now we need to figure out how to add google , custom share and image share.
pro_hunter
BBCoder II
BBCoder II
Posts: 17
Joined: 14 Aug 2011, 00:21
BBCodes: 10

phpBB Pretty Sociable

Post by pro_hunter »

:( this mod has stopped working :(

Any help ??
matthewtimothy
BBCoder II
BBCoder II
Posts: 31
Joined: 27 Jun 2012, 17:48
BBCodes: 1

phpBB Pretty Sociable

Post by matthewtimothy »

awesome mod
iamthestreets
BBCoder II
BBCoder II
Posts: 10
Joined: 27 Apr 2012, 01:42
BBCodes: 0

phpBB Pretty Sociable

Post 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.
iamthestreets
BBCoder II
BBCoder II
Posts: 10
Joined: 27 Apr 2012, 01:42
BBCodes: 0

phpBB Pretty Sociable

Post by iamthestreets »

Any Help?
User avatar
mikef35
BBCoder III
BBCoder III
Posts: 147
Joined: 23 Feb 2012, 21:45

phpBB Pretty Sociable

Post by mikef35 »

A link to the site will be needed
Locked