Bugfix
Member
Hello!
I have an addon where I have an own tab in profile:
http://domain.com/members/admin.1/#mytab
Everything works fine (view, ...) but now I wanted to add paging via xen: pagenav.
One curious thing now is happening:
Everytime I add &page=2 to my url, it is deleted.
For example:
http://domain.com/members/admin.1/?page=2#mytab
-> i get: http://domain.com/members/admin.1/#mytab
http://domain.com/members/admin.1/?jump=1&page=2#mytab
-> i get: http://domain.com/members/admin.1/?jump=1#mytab
http://domain.com/members/admin.1/?page=2&page2=3#mytab
-> i get: http://domain.com/members/admin.1/?page2=3#mytab
Why is this?
Where do I have to look for the error?
I have an addon where I have an own tab in profile:
http://domain.com/members/admin.1/#mytab
Everything works fine (view, ...) but now I wanted to add paging via xen: pagenav.
One curious thing now is happening:
Everytime I add &page=2 to my url, it is deleted.
For example:
http://domain.com/members/admin.1/?page=2#mytab
-> i get: http://domain.com/members/admin.1/#mytab
http://domain.com/members/admin.1/?jump=1&page=2#mytab
-> i get: http://domain.com/members/admin.1/?jump=1#mytab
http://domain.com/members/admin.1/?page=2&page2=3#mytab
-> i get: http://domain.com/members/admin.1/?page2=3#mytab
Why is this?
Where do I have to look for the error?