just installed, the result is a cross! how to decide? help please!El_Lagarto wrote: Thu Feb 14, 2019 3:00 pmI'm in the same boat. Not a permissions issue, as there are no permissions to set. I do see a small "x" at the lower right hand corner of every post, but it doesn't do anything.Tin Soldier wrote: Sat Feb 02, 2019 7:46 pmThanks.jefmcg wrote: Sat Feb 02, 2019 6:23 pmI've had it working for several versions, including 3.2.5. Nothing broke when I upgraded from 3.2.4.Tin Soldier wrote: Sat Feb 02, 2019 2:44 pm Tried installing on 3.2.5. and while I see settings available on the extensions tab after being enabled, I see no integration on the board. No like options on any posts. Is there an issue with 3.2.5. or am I missing something?
Sorry I can't be more helpful.
Well, I've enabled and disabled, deleted and reinstalled, and not seeing the buttons on posts, nor index info on likes (I don't want the latter, mind you. I'd disable that). Not sure if there's a conflict with another extension, or what.
Volksdevil wrote: Sun Aug 17, 2014 9:02 pm Thanks for looking![]()
Weird, for me in Chrome I see a misalignment. If I look at the code produced I see:
<div style="float: right;">
<span title="" style="font-size: 1.3em; vertical-align: top;" id="like_94">0</span>
<span style="font-size: 1.3em; vertical-align: top;">x </span>
[color=#FF0000]<a href="./app.php/postlove/togle/94" data-ajax="togle_love"><span class="like" id="likeimg_94"></span></a>[/color]</div>
And If I change it around to this (Moving the link above the <spans> it shows just fine (Aligned)
<div style="float: right;">
[color=#FF0000]<a href="./app.php/postlove/togle/94" data-ajax="togle_love"><span class="like" id="likeimg_94"></span></a>[/color]
<span title="" style="font-size: 1.3em; vertical-align: top;" id="like_94">0</span>
<span style="font-size: 1.3em; vertical-align: top;">x </span>
</div>
-master
ext/anavaro/postlove/