Stefan Kalscheuer
Forum Replies Created
-
Sorry for that, you’re absolutely right. The site actually has a album called “gallery”, so I messed this up here..
What I was talking about is a Gallery with a slash in it’s name. So the attribute
<prefix>_ngg_gallery.slugstill contains the slash.
Hence the link to the gallery within the album (created via shortcode[ngg_images album_ids="...]leads to a blank page telling “no images found”.Forum: Plugins
In reply to: [Statify Filter] Seit Einsatz des Plugin werden Admin-Besuche mitgezähltDanke für’s Melden 😉 Sollte mit 1.3.1 behoben sein.
Forum: Plugins
In reply to: [Statify] Statify counting admin visits after theme changeIt was the plugin’s fault, mea culpa!
Using the filter hook and returningfalsemade Statify leaving the filter chain even if blacklist is disabled or not applied. In fact it’s not only admin visits, but every built-in filter has been skipped. Changed that behaviour in Blacklist 1.3.1 release a few minutes ago.I could confirm the bug with different WP instances, hence I can’t imagine any correlation with the change of theme. Maybe just noticed by closer observation afterwards.
Forum: Plugins
In reply to: [Statify Filter] Seit Einsatz des Plugin werden Admin-Besuche mitgezähltKann ich bestätigen (auf mehreren 4.6 und 4.7 Installationen mit selbstgebauten Themes). Offenbar beendet der Filter Hook in Statify selbst die Ausführung, wenn ein Plugin ein Ergebnis zurückliefert.
Ich evaluiere gerade, ob ich lieber den Rückgabewert im Plugin anpassen oder den Hook Filter Hook in Statify selbst anpassen sollte. Fix sollte in den nächsten Tagen kommen.
- This reply was modified 9 years, 8 months ago by Stefan Kalscheuer.