Joomla how edit registration message in joomla - joomla3.0

I want to edit registration message, I used Joomla 3 template beez 3
I want to change the style (css) message Registration 3 joomla COM_USERS_REGISTRATION_COMPLETE_VERIFY. I know that changing Registration message content from the en-FR.com-users.ini (French), but how to change the colors of text and rear map and make hyperlinks and separate sentences with white line

no need to hack ;)
In the back-end of your site :
Under the « Extensions » menu select « Language(s) » sub-menu.
In the left panel choose « Overrides »
In the filter select your languages that you want to override
Select the « New » button to create your override
At the right part you'll see « Search text you want to change. »
You can search for a « Constant » with « COM_USERS_REGISTRATION_COMPLETE_VERIFY » or you can search the « value » like the sentence that you want to replace.
After selection your constant or value you will have to enter in the « Text » field your alternative text and click « Save & Close »
By following this links you can find more visual examples :
(French) http://cinnk.com/joomla/3/trucs-et-astuces/comment-surcharger-une-langue
(English) https://www.ostraining.com/blog/joomla/languge-manager/
(English) https://docs.joomla.org/J3.x:Language_Overrides_in_Joomla

Related

html-react-parser don't render math tags

I'm on an application that needs to display all text that contains tags from the database. (The CMS uses tinyMCE)
Only, it seems that the tag is not interpreted.
I tried other libraries but all of them had a problem (missing brackets, unhandled line breaks...)
Do you have a solution so that the display of my equations are rendered the same way as when editing text with TinyMCE?
Here's what i would like :
Here's what it is :

SpelEvaluationException: EL1007E '#' not well managed when trying to develope a dialog answering with 'emails'

I'm writing a Dialog that identifies some required capabilities and provides as output the name and the email of the person having those capabilities.
I wrote a dialog node that provides an output like this: "The person you are looking for is name-surname and the email is xxxxx#yyyy.com" , but if I run it I receive the following error "SpelEvaluationException: EL1007E"
The error disappear when replacing the '#' in the answer with any other character
I also tried to build a context variable containing the email and building the answer using the variable but the error is the same.
Any suggestion?
Thanks
You need to escape the # by adding \\ so it should be x\\#y.com

global text into a link drupal 7

I have a view and has created fields like a title and gglobal text that contains an image.
The field title has enabled the option " Link This field to the original the piece of content" that makes it a link to the node , but want to convert the picture also a link to when you click on the image leads to the url the node .
how could I do this?
thanks
you may use the rewrite option to make image field as link in drupal views with replacement pattern.

JCK Editor Cleans the Code upon save

I am using JCK Editor in Joomla 3 but when i try to put this code in article and
press save, it cleans up the code and i only get nothing except the word 'Home'
Please help as possible
Thanking you in anticipation
<i class="fa fa-home"></i>Home
You can quickly configure Joomla from stripping away your HTML tags by configuring your user groups ‘Filter Type’ to: ‘No Filtering’ or to your own preference for the respective Filter Groups.
By default JCK will strip the Glyphicons.
You can also set Global Config - Editor to 'none' which will do the same thing.
Personally I use JCE Editor which I find to be more capable.

error in loading skin in dotnetnuke

I get this error when I load a page that uses a specific skin ,it was working very well befor .
Could Not Load Skin: /Portals/_default/Skins/MM-SubSites-Arb/inner.ascx Error: The ID 'dnnCOPYRIGHT' is already used by another control.
The error is telling you exactly what to look for: there is more than one control in the inner.ascx file that has an ID attribute of "dnnCOPYRIGHT."
Open the file in a text editor and do a search for "dnnCOPYRIGHT" to find the elements with that ID, and delete all but one of them.

Resources