By Scott Webb on Friday, 20 April 2018
Posted in Technical Issues
Replies 1
Likes 0
Views 480
Votes 0
Hi...I have been asked by my client to add a link over to another url in which they also post additional blogs. They would like it in the blog description. When I go to "EasyBlog", "Settings", "General" and then to "Blog Description"...it does not support an html entry to add an active link. Can you let me know the best way to accomplish this?

Thanks!
Scott
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Unfortunately currently that was not possible to add HTML in blog description from backend.

But you can try modify this file -> JoomlaFolder/components/com_easyblog/themes/wireframe/toolbar/default.php

Under this line of code :


<div class="eb-brand-bio"><?php echo JText::_($desc);?></div>


You can change this <?php echo JText::_($desc);?> this code to your HTML code.

Once you change already, you can override this file into your JoomlaFolder/templates/YourCurrentTemplate/html/com_easyblog/toolbar/default.php , those new folder/file you have to manually create it.
·
Saturday, 21 April 2018 09:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post