Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Ah, ok you should be able to just override those language strings with your HTML. See the below on how to use language overrides in CB.The default CB install has a menu at the top of "My Profile". This menu has two items in it: edit and connections. I would like to replace the word 'edit' with a FA profile image (fa fa-profile). And then I would like to hide the 'connections', link since that is covered elsewhere in the page.
Use CSS to replace the first element then hide all of its siblings would be the way to do that. I'm working on upgrading CB to Bootstrap 4 and it's a single element in B4 so will be easier then.Also, the connections icon on the bottom right of the canvas, I would like to change that, as well. In this case, 3 separate bar icons are used. So I want to replace it with one icon (fas fa-code-branch) - where do I do that? Will it be a problem that the php is already wired to output 3 icons?
Currently there's no management for CB Menu (planned in later CB release). So the only way to add new menu items is with API. Easiest way is to use CB Auto Actions to do this.How would I go about putting in a new icon link? What if I wanted to do this: place a new bullhorn icon (fas fa-bullhorn) on the page that linked to a custom page that has audio files on it - how would I do this? Is it adding a new field or tab that does this magic in CB?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
No, inline translations don't exist (in Joomla or CB). To do inline replacements like that you could use CB Replacer Bot which works anywhere that Joomla content bots work and allows replacing content inline either as a string replacement or REGEXP replacement.Follow up question: if I do a substitution for the word "edit" is that going to do that across the board (i.e. if a user puts the word "edit" into a field, like their "about me" field [which on my site I encourage people to put poetry, etc.] will the substitution replace that, as well?
Please Log in or Create an account to join the conversation.