gridder-ajax icon indicating copy to clipboard operation
gridder-ajax copied to clipboard

break current url

Open ali0une opened this issue 9 years ago • 1 comments

Hi!

Very nice plugin, but it breaks existing url.

if my url for the gridder is domain.tld/?p=lang=en&p=page if i click an image the url becomes domain.tld/?item=item-1 and all parameters are lost.

it would be great if the url could become domain.tld/?p=lang=en&p=page#item-1 instead.

Keep up the good work.

ali0une avatar Apr 04 '15 19:04 ali0une

You can always use HTACCESS to rewrite your first 2 url parameters into: domain.tld/en/page/?item-1.

Anyway, I'm aware of this problem. It should not be too hard to fixed, I'll try to get it done soon.. Thanks for pointing it out. :)

I will be adding hash-linking + dynamic content to Gridder V1

orion3dgames avatar Apr 12 '15 23:04 orion3dgames