I am trying to create logos for my system similar to the ones that are created on MS teams. Basically, each users Initials are made into a picture and is displayed throughout the system when referring to that user, instead of showing the users full name. it is also used as the users profile picture. Please note that my system is a K2 developed system
1
There are 1 best solutions below
Related Questions in K2
- K2 Workflow Deadlock Issue while calling stored procedure
- Email notifications of item expiration on K2 (Joomla)
- Getting Base64 string from ImageAttachment Control in K2
- Sort Categories for sj_k2_categories_ii Module in Page
- Joomla multilingual site HTML tag attributes don't change after install k2 component 2.10.3
- K2 auto-complete contrl can't auto complete
- How to make a column in listview editable in K2 Five?
- Data not Returned in Deserialized Typed Array from JSON
- REST api does not Return Values in SmartObject tester
- Message : Error issuing app only token; ServiceName *_sharepoint_com_sites_ipmcomdocs;
- Creating an icon with Users Initials
- How Did I get a solution for Joomla K2 Image problem HASH
- How to create a custom template for k2 category and assign this template into Joomla backed?
- Using Nuget referenced DLL in K2 Smartforms
- jQuery scrollTop only works when DevTools is open in Edge
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I found a post that explains how to do what i needed fairly well, if anybody was also trying to accomplish this
https://www.c-sharpcorner.com/article/create-default-profile-image-dynamically-from-first-and-last/