zpMasonry v1.4..2

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

  • Am I correct in understanding tht this happens only in the ZenMasonery theme (and not one of the distributed themes?)
  • Unfortunately not.
    It also happens with "Default" and "Zenpage". Other themes I have not tried.
  • In the administrative part of the theme there are no problems. It reads like this:
    </ 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.
  • acrylian Administrator, Developer
    How is this link added? In the source code? Via the text editor on an album description? Do you have a link so we can take a look?
  • I thought the problem was caused by the new version of ZenMasonery.
    After trying two other themi little while ago, I realized that the cause of the problem, and elsewhere.
  • Some added directly in the source code, others with the publisher of the text.
    The links are located on the side of each photograph of the site.
  • You will really need to supply some details. We are not seeing anything like this, so we need to know exactly (i.e. step by step) how to produce it.

    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.)
  • Thank you very much for your response.
    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
  • acrylian Administrator, Developer
    Your code example is not usable. You need to use either standard html `your code here` or back ticks otherwise our forum executes all that is allowed markup (which is noted below the form).
  • fretzl Administrator, Developer
    I edited your post to be more readable.
  • Thank you for your advice.
    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.
  • Thanks for the help fretzel
  • fretzl Administrator, Developer
    @gigi:
    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.
  • I know
    The space I put that only in this text to make it readable
  • fretzl Administrator, Developer
    @crylian:
    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 tried in different ways but did not work then I put the space
  • With the pages I had no such problems.
    I have problems only with the text editor Zenphoto
  • I had other problems after upgrading to version 1.4.2 of the text type erasure of images of an entire album.
    But not as serious as this problem that I am dealing now with you.
  • gigi:

    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.
  • Thank you for your help.
    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.
Sign In or Register to comment.