Dear kevin,
when we go on the mine link then we will get paging overthere,but when we go from page 1 to 2 then,it show the record in right sequence but back ground remove ,and we see the record without back ground.
have you got the problem.
shivam verma
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
sir,
if we unset the callback,when we click on paging then it will go in the else part of
:- mod/event_calendar/show_events.php
and it will create the new body page on the present page
Yes, that is exactly what:
$callback = get_input('callback','');
if (get_input('offset') != NULL) {
$callback='';
}
does!
Anyway, I tested this and it works as expected.
Thanks for the bug report. This fix will go into the next event calendar release.
sir,
but sir this code is not working. i am geting same problem,if i replace the code.
Shivam,
Can you please answer my question:
What do you do to get to this URL?
And I think that you should make sure that you have followed the instructions above to patch the code. If $offset is defined, the full page is now displayed. So you cannot get a partial page display if you made the change I suggested.
sir,
thanks resolve the problem.
thanks alot
Hi,
I hit exactly the same problem and was quite surprised to find an ongoing discussion on it. Jardine's patch seems to work fine for me, running 1.7.1.
- Previous
- 1
- 2
- 3
- Next
You must log in to post replies.