ZenphotoCMS Forum
zpMasonry v1.4..2 - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: zpMasonry v1.4..2 (/thread-9588.html)

Pages: 1 2


zpMasonry v1.4..2 - gigi - 2012-02-06

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

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

After the update has become so:
a href = &T; "http: //www.example.com" example& T & T / A & T




zpMasonry v1.4..2 - sbillard - 2012-02-06

Am I correct in understanding tht this happens only in the ZenMasonery theme (and not one of the distributed themes?)




zpMasonry v1.4..2 - gigi - 2012-02-06

Unfortunately not.
It also happens with "Default" and "Zenpage". Other themes I have not tried.




zpMasonry v1.4..2 - gigi - 2012-02-06

In the administrative part of the theme there are no problems. It reads like this:
example
In the public part reads as follows:
a href = &T; "http://www.example.com" example & T & T / A & T .
The public theme (zenMasonery) reads directly from HTML without translating the backlink.




zpMasonry v1.4..2 - acrylian - 2012-02-06

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?




zpMasonry v1.4..2 - gigi - 2012-02-06

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.




zpMasonry v1.4..2 - gigi - 2012-02-06

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.




zpMasonry v1.4..2 - sbillard - 2012-02-06

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.)




zpMasonry v1.4..2 - gigi - 2012-02-07

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:

`[size=small] Example [/size]

`

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

The Zenpage Text Editor works well.

I apologize for my bad English




zpMasonry v1.4..2 - acrylian - 2012-02-07

Your code example is not usable. You need to use either standard html [code]your code here[/code] or back ticks otherwise our forum executes all that is allowed markup (which is noted below the form).




zpMasonry v1.4..2 - fretzl - 2012-02-07

I edited your post to be more readable.




zpMasonry v1.4..2 - gigi - 2012-02-07

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:

`[size=small]< a href="http://www.example.com"> Example [/size]

`

After copying the text in the source code. In the text editor you will see this:

< a href="http://www.example.com"> Example

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

The Zenpage Text Editor works well.




zpMasonry v1.4..2 - gigi - 2012-02-07

Thanks for the help fretzel




zpMasonry v1.4..2 - fretzl - 2012-02-07

@gigi:
You should not have spaces in your tags.
< a href... should be `




zpMasonry v1.4..2 - acrylian - 2012-02-07

I agree to fretzl's comment (the first link is missing the start ``tag but that could be the forum).

What do you mean with the Zenpage theme? Trunk or what. On my test side everything works fine.




zpMasonry v1.4..2 - gigi - 2012-02-07

I know
The space I put that only in this text to make it readable




zpMasonry v1.4..2 - fretzl - 2012-02-07

@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




zpMasonry v1.4..2 - gigi - 2012-02-07

I tried in different ways but did not work then I put the space




zpMasonry v1.4..2 - gigi - 2012-02-07

With the pages I had no such problems.
I have problems only with the text editor Zenphoto




zpMasonry v1.4..2 - gigi - 2012-02-07

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.