You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So we have Profile and Message twig extensions we can use and these are provided by UsersModule userAvatar profileLinkByUserId profileLinkByUserName
etc...
These twig extensions at the end are calling additional modules 3rd party that provide actual content.
The problem is that hmm... if I want to create, a profile module that is complex and will provide complex and custom profile link - with js ajax CSS and much more, should I be able to do that?
At the moment Users module collects only plain url from ProfileModule and then add it's own HTML and stuff which is not overridable, customizable... shouldn't we use above twig calls as a proxy without additional markup?
I guess it is due to BC but let's be honest if we have only one twig method available like profileLinkByUserId and it does not even allow you to get plain url without additional markup something is wrong...
I'm making those issues with the intention to fix them. I do have a plan and a few solutions are already coded - as soon as I will test them properly and will have a time I will do commit.
So we have Profile and Message twig extensions we can use and these are provided by UsersModule
userAvatarprofileLinkByUserIdprofileLinkByUserNameetc...
These twig extensions at the end are calling additional modules 3rd party that provide actual content.
The problem is that hmm... if I want to create, a profile module that is complex and will provide complex and custom profile link - with js ajax CSS and much more, should I be able to do that?
At the moment Users module collects only plain url from ProfileModule and then add it's own HTML and stuff which is not overridable, customizable... shouldn't we use above twig calls as a proxy without additional markup?
I guess it is due to BC but let's be honest if we have only one twig method available like
profileLinkByUserIdand it does not even allow you to get plain url without additional markup something is wrong...I'm making those issues with the intention to fix them. I do have a plan and a few solutions are already coded - as soon as I will test them properly and will have a time I will do commit.