Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gurks

Pages: [1]
1
Sorry, my mistake.

My shortcode looks like this:

Code: [Select]
[easyreview title="MyTitle" cat1title="MyCategory" cat1detail="This is the <a href='http://en.wikipedia.org/wiki/Detail' target='_blank'>detail</a>" cat1rating="5" tablecss="easyReviewWrapper"]
It would be nice if it could look like this (escape sequence for quotation marks):

Code: [Select]
[easyreview title="MyTitle" cat1title="MyCategory" cat1detail="This is the <a href=\"http://en.wikipedia.org/wiki/Detail\" target=\"_blank\">detail</a>" cat1rating="5" tablecss="easyReviewWrapper"]
As the missing escape sequences for shortcode is not the fault of the Easy Review Builder plugin I hoped to find a suitable workaround here.

2
First of all I would like to honor the Easy Review Builder. With the help of this plugin it's really easy to create a nice review table.

But there is a problem with this plugin I always wonder about: How do I correctly deal with quotation marks in attributes. Sometimes I would like to add links in the category detail text. That works fine if I use ' instead of " for the html code (a tag). But lately I wanted to add a link to wikipedia and that did not even work with ' (could not figure out what's the problem with this link).

I then had a look into the code of the plugin and found out that it's because of the wordpress shortcode syntax that links are difficult to add. There is no escape sequence for the quotation mark.

Does anybody else have this requirment? Is there a workaround I could use for my problem?

Pages: [1]