Hi,
I’m trying to combine TVTagCloud and Ditto as in repository.
I’m facing an issue that I can’t figure out. The &tags=tags1 parameter is not appended to the pagination url.
I’m using ditto 1.0.2 and the call is similar to the sample given in tvTagcloud snippet
[!ditto? &startID=`1` &tagData=`tvdocTags` &tagDelimiter=`,`!]
I’ve looked at ditto class and paginate function (I m not a developper) but didn’t seem that the case is covered in the code.
did i miss a point ??
thx for your advice.
You are correct, there is no case for this. Please file a bug report so I can take care of this for the next release.
I parsed the GET array with a foreach loop and then appended all values to the links except q,id,and start.
sorry for stupid question, but I have the same problem .. where can I get solution ?