phpBB Pretty Sociable
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
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
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 .....
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
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.