Hello
Can someone please help me solve this urgent problem:
After upgrading to version 1.4.2 of backlinks have changed.
The backlinks were the following:
`
example </ a>`
After the update, have been transformed in this way:
`a href = &T; "http://www.example.com" example & T & T / A & T`
The transformation occurred only in the theme (ZenMasonery).
Let me explain.
In my site I wrote the texts, and in these texts, I put this backlink:
`
example </ a>`
After the update has become so:
`a href = &T; "http: //www.example.com" example& T & T / A & T`
Comments
It also happens with "Default" and "Zenpage". Other themes I have not tried.
</ a> example </ a>
In the public part reads as follows:
a href = &T; "http://www.example.com" example & T & T / A & T </ a>.
The public theme (zenMasonery) reads directly from HTML without translating the backlink.
After trying two other themi little while ago, I realized that the cause of the problem, and elsewhere.
The links are located on the side of each photograph of the site.
For instance, I do not understand what you mean by `backlinks`. I would have thought those referred to breadcrumbs or such, but those you do not provide in the administrative part of. so your ` example ` makes no sense t me. (BTW, it is also not correct html.)
I could not answer yesterday.
To give a simple answer and understandable. I ask you to copy this text in the source code of Zenphoto:
`
Example </ a>
`After copying the text in the source code. In the text editor you will see this:
`&t; a href="http://www.example.com"> Example &t;/ a&t;`
In theme you will see this:
`&t;a href="http://www.example.com"&t; Example &t;/ a&t;`
Before upgrading to version 1.4.2. So you could see in the theme:
`< a href="http://www.example.com"> Example </ a>`
The Zenpage Text Editor works well.
I apologize for my bad English
your code here
` or back ticks otherwise our forum executes all that is allowed markup (which is noted below the form).Here is the message changed:
To give a simple answer and understandable. I ask you to copy this text in the source code of Zenphoto:
`
< a href="http://www.example.com"> Example </ a>
`After copying the text in the source code. In the text editor you will see this:
`< a href="http://www.example.com"> Example </ a>`
In theme you will see this:
`
&t;a href="http://www.example.com"&t; Example &t;/ a&t;
`
Before upgrading to version 1.4.2. So you could see in the theme:
`< a href="http://www.example.com"> Example </ a>`
The Zenpage Text Editor works well.
You should not have spaces in your tags.
`< a href...` should be `` should be ``. It could cause errors.
@crylian:
You might want to take a look at the breadcrumb in the Zenpage theme after clicking on one of the pages in the sidebar.
Something is not right.
What do you mean with the Zenpage theme? Trunk or what. On my test side everything works fine.
The space I put that only in this text to make it readable
Might be related to one of my recent tickets where I got some plain HTML output under the Albums tab.
In the Zenpage breadcrumb I now have `»` as delimeter instead of "»". This only happens with "pages".
EDIT: SVN Trunk and Development
I have problems only with the text editor Zenphoto
But not as serious as this problem that I am dealing now with you.
I may be somewhat confused by your description, but I "think" that you are saying that you entered the code
`
Example
` in the formatted text part of the TinyMce editing box.If you did do that, you would find (if you look at the HTML that TinyMce can show) that what is stored is `
``&``lt;a href="http://www.example.com"``&``gt;Example
`In other words, TinyMCE has html encoded the `<` and `>` characters you entered. There may be a way to change the configuration of TinyMCE with respect to this.
However, you really should not be entering markup code in the formatted text textbox. That is what the `HTML` button of the editor is provided to do.
Better yet, since you seem to be entering an URL link, use the URL insert button.
Note: the HTML you enter via the HTML editor must be correct html. The spaces in your HREF are not allowed.
I tried everything but I could not solve the problem.
The only solution for the time to redo everything.
Regarding the cancellation of the album, the cause was not updated to version 1.4.2. The cause was that I had renamed.