Ismayil Khayredinov
Ismayil Khayredinov
I think we need to break this down into two parts: 1. Autolinking @mentions, #hashtags etc. Don't care if this is done client side or server side. Regex server side...
Whoever undertakes this might find this helpful: https://github.com/hypeJunction/hypeScraper/blob/master/classes/hypeJunction/Scraper/Extractor.php I have spent some time with regex'es to get them to work with both html and plain text.
Perhaps plugins could register metadata names and attributes to scan for mentions, then on create event, we would automatically send notifications
We really need to make a clear distinction between file type icons and image thumbnails. On Nov 28, 2015 3:48 AM, "Steve Clay" [email protected] wrote: > Surely someone does this...
And we need to normalize file thumbs to same sizes used elsewhere On Nov 28, 2015 9:17 AM, "Ismayil Khayredinov" [email protected] wrote: > We really need to make a clear...
I would vote for getting rid of icons and replacing them with owner icon and adding simpletype to subtitle. On Nov 28, 2015 4:40 PM, "Steve Clay" [email protected] wrote: >...
I tend to group settings into array, because a) it's easier to manage in a form, b) retreiving plugin settings is currently a costly operation (I know Steve has done...
Can confirm that it's a tough one to implement. IMO 2 things need to happen: 1. Something along the lines of `elgg_user_gatekeeper()` that triggers a hook 2. Improve enemies code...
Anyone willing to pick this up? Some initial work has been done in #7962