phpBB Pretty Sociable
Forum rules
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
phpBB Pretty Sociable
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
Thx i have looked so long for this mod
phpBB Pretty Sociable
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 .....
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 .....
- DigitalGuy
- 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
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.
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.
Many thanks to aChafik for this fix. I hope this helps others as well.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.
phpBB Pretty Sociable
Now we need to figure out how to add google , custom share and image share.
-
- BBCoder II
- Posts: 17
- Joined: 14 Aug 2011, 00:21
- BBCodes: 10
phpBB Pretty Sociable
this mod has stopped working
Any help ??
Any help ??
-
- BBCoder II
- Posts: 31
- Joined: 27 Jun 2012, 17:48
- BBCodes: 1
phpBB Pretty Sociable
awesome mod
-
- BBCoder II
- Posts: 10
- Joined: 27 Apr 2012, 01:42
- BBCodes: 0
phpBB Pretty Sociable
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.
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.
-
- BBCoder II
- Posts: 10
- Joined: 27 Apr 2012, 01:42
- BBCodes: 0
phpBB Pretty Sociable
Any Help?