I would like to add a button in every post that before clicking on it will be gray and after clicking on it will be green for all users !!
This means that as soon as one user clicks on it he will color for everyone.
And that I can know who pressured him ...
Is it possible to insert such an element with the user ID that clicked on it?
How to add some extra info for the TAGs?
-
Well, it's definitely possible, though a little involved, the tag page is just a normal page. You would need a plugin to add/fetch additional data, add middleware to the page, and add a custom template, and push the additional data to it.
-
@yariplus said in How to add some extra info for the TAGs?:
Well, it's definitely possible, though a little involved, the tag page is just a normal page. You would need a plugin to add/fetch additional data, add middleware to the page, and add a custom template, and push the additional data to it.
cool, are there any plugin like this for reference ?