iMattPro / topicpreview

Topic Preview mouse-over preview effect for phpBB3
https://www.phpbb.com/customise/db/extension/topicpreview/
GNU General Public License v2.0
22 stars 14 forks source link

Rewrite qTip2 #1

Closed Pico closed 12 years ago

Pico commented 12 years ago

The current version is optimized - it includes qTip2 script only once. The previous version put qTip2 on each link.

iMattPro commented 12 years ago

@Pico88 Thanks for this fix. I had to make a couple more commits after it for XHTML validation and AutoMOD success.

Pico commented 12 years ago

I noticed that when I tried install it by AutoMod I got error "line not found" - by the fact there were lines, which we looked for. Manual instalation is ok.

I have a look on it, because I want to move all jquery to footer (like in 3.1), so I must find solution for topic preview feature.

Pico commented 12 years ago

text: $("#sp_" + $(this).attr('id')), this line should have tp instead of sp (for subsilver2)

iMattPro commented 12 years ago

@Pico88 I caught that error in subsilver2 thanks.