Closed (fixed)
Project:
Glossify
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2018 at 14:20 UTC
Updated:
25 Oct 2023 at 13:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
awolfey commentedPatch attached.
Comment #3
awolfey commentedComment #4
awolfey commentedThis preserves the raw tip with html.
Comment #5
awolfey commentedEven better, just add the raw tip to the existing theme hook.
Comment #6
keesje commentedThanks for the contribution. If someone can test/review this, please post results.
Comment #7
keesje commentedpatch probably needs rerolling agains current dev
Comment #8
awolfey commentedHere's a patch against latest dev.
Comment #9
joumTried against dev and can't seem to even access the
theme_glossify_tooltip(&$variables)hook.I wanted to do so to add another element to the variables to be used in the template, but it isn't working as intended. I might be missing something, though, so any pointers are welcome.
I'm currently only trying to kint() in the hook function.
I'm getting the following error:
Comment #10
sanduhrsComment #13
tim-dielsI've rewritten the patch against current dev.
But in my opinion the patch was not complete and:
It is not possible to create an interdiff as the patch needed a rewrite to work.
Comment #14
tim-dielsFeature request should happen to the 3.x branch.
Comment #15
tim-dielsRebased.
Comment #16
tim-dielsWe're using this for over a year now without any complains. Could someone do a final review of this to get this committed?
Comment #17
tim-dielsFor the people who still need this for the 2.x branch I created a patch from the MR.
Comment #18
tim-dielsAnd one for 3.x for composer usage.
Comment #19
sanduhrsComment #21
sanduhrsMerged, thanks!
Comment #22
awolfey commentedThank you!