By Tony Young on Saturday, 21 June 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 560
Votes 0
Using the Vintage theme my client wants to change in the top of the blog previews to say " written by her name" rather than just "by her name". What file can I look in to find where to make that change?

Also she wants to remove the links in the bio area under the full post to remove the author links (View authors profile etc). I know I can turn this off in the admin but it turns off the bio as well. Where can I make this change?

http://letthelionroar.com/index.php/blog
hey tony,

to change the word "by" into "written by" it's best to use joomla language overrides, otherwise you would need to modify the language file again after every update. you can find more about language overrides here: http://stackideas.com/blog/how-to-override-joomla-language-strings

for the links below the bio area you can take a look at the file at components/com_easyblog/themes/default/author.info.php

hope that helps and have a nice day
·
Saturday, 21 June 2014 06:01
·
0 Likes
·
0 Votes
·
0 Comments
·
In case I am wrong that Changing itemprop="author" has anything to do with it, do I have to do all that to change "by" to "written by"?
·
Saturday, 21 June 2014 06:48
·
0 Likes
·
0 Votes
·
0 Comments
·
hey tony,
the itemprop="author" has nothing do with the "by" text and also nothing with the customizations you want to do at the links. this is used for schema.org metadata so you can completely ignore it

to change the word "by" you can do this in your language file. for english it's in the file language/en-GB/en-GB.com_easyblog.ini - search for: COM_EASYBLOG_BY="by" - and change it to your liking. I just recommend the language overrides because if you change it in the file directly it will be overridden with the next easyblog update and you would have to do it again.

hope that helps
·
Saturday, 21 June 2014 06:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post