Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

buildr

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi All,

Using Buildr template and wanted to add 'written by' to the author field in blog posts. I can't find any info on how to do this. I looked into language overrides but I didn't find it there.

I'm sure it's something simple that I'm just missing.

Any help would be great!

Joanne
  • joanne721's Avatar
  • joanne721
  • 6 Month Developer
  • 285 posts
  • Karma: 0
The administrator has disabled public write access.
Is 'show author' enabled?

Go to articles. In upper right corner, click options...


joomla-author.jpg
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Thanks, Blueshift,

Yes, I had show author enabled but it only shows the authors name. I wanted it to say 'written by' and then the authors name but I can't figure out where to put the 'written by' text.


Joanne
  • joanne721's Avatar
  • joanne721
  • 6 Month Developer
  • 285 posts
  • Karma: 0
The administrator has disabled public write access.
I would grok it in custom css. I don't see a link to your site, but if the author name class was (say, '.author-name') then:
.author-name::before {
  content: "Written by";
  padding-right: 4px;
  <other declarations such as color, etc. can be added here>
}

I don't know the class used by the template, but adding the ::before will stick this in front of it.

More here: https://www.w3schools.com/cssref/sel_before.asp
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
That's a good idea! I'll try that with CSS.

Thanks for the help. I appreciate it,

Joanne
  • joanne721's Avatar
  • joanne721
  • 6 Month Developer
  • 285 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks Blueshift

Have a great weekend
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Joanne shout back if you need any help with this

Have a great weekend

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers