By Antonio Riccioni on Friday, 05 May 2017
Posted in General
Replies 3
Likes 0
Views 276
Votes 0
Hello
Where I can transalte some string of text I want to change in the composer and also in the component itself (frontend)? I try to change it in the "xx-XX.com_easyblog.ini" but while in the past easyblog version I succeed now it's seems like my modification are not displayed. Also how can I restore the old version icons in the top bar and eliminate the registration link in the sigin box as highlighted with the red box on the image attached. Thank you
Hello Antonio,

This is actually the new toolbar design for EasyBlog and it isn't possible to change those text. Having said that, those text makes a lot more sense than icons as it is much clearer

As for removing the registration link, you may edit the file /components/com_easyblog/themes/wireframe/toolbar/default.php and remove the codes at line 232,

[gist]
<?php if (EB::isRegistrationEnabled()) { ?>
<div class="popbox-dropdown__meta">
If you are new here, <a href="<?php echo EB::getRegistrationLink();?>"><?php echo JText::_( 'COM_EASYBLOG_REGISTER' );?></a> </div>
<?php } ?>
[/gist]

As for the translations, could you please upload your it-IT.com_easyblog.ini file here?
·
Friday, 05 May 2017 23:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark
I liked the toolbar icons !
In the attachments you can find the it-IT.com_easyblog.ini file,
thank you
Antonio
·
Thursday, 11 May 2017 21:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Antonio,
The following translation below are responsible for the ones in the toolbar.

COM_EASYBLOG_TOOLBAR_LATEST_POSTS="Home"
COM_EASYBLOG_TOOLBAR_CATEGORIES="Categories"
COM_EASYBLOG_TOOLBAR_TAGS="Tags"
COM_EASYBLOG_TOOLBAR_BLOGGERS="Authors"
COM_EASYBLOG_TOOLBAR_TEAMBLOGS="Team Blogs"
COM_EASYBLOG_TOOLBAR_ARCHIVES="Archives"
COM_EASYBLOG_TOOLBAR_CALENDAR="Calendar"
In order to protect your changes from future updates, remember to override them from Joomla's language override page.
Documentation for language override: https://stackideas.com/docs/easyblog/administrators/how-tos/how-to-create-language-string-override
·
Friday, 12 May 2017 13:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post