Looking for a little help from a coder here. God I wish I had the knowledge but I don't and have no time to learn it. I can do basic stuff but that's about it.
During my search for a resolution to the calendar block problem I was having on my calendar block, I saw a post from a mod author who had fixed a similar problem with his mod that was calling the user profiles to display.
In my case, the calendar mod I currently use is attempting a function related to displaying a member's birthday on the calendar and reporting errors each time the calendar is displayed because the profile variable used by the block has changed in SMF 2.1.1.
I wrote the mod author requesting help with fixing the issue and this is what he told me:
you could add it manually to the index.english.php file located in the language folder of your used theme
add it anywhere as long it's under the global var.
$txt['profile_of'] = 'profile of';
I have no idea what exactly he is asking me to do and he hasn't responded to my request to clarify what I need to do. It would seem a code change to the calendar block is all this is needed but he didn't offer that in his response. Can anyone tell me what I need to do to fix the code in the calendar block I use shown above using the info he related?
Any help would be appreciated.
Take care