User Info Admin Block causing white page
GeekDrop
![]()
Joined: 2008-05-12
Posts: 21 |
![]() |
|||
Using G 3.0.9 and User Info 2, when I try to add the "User Information" block to my dashboard (whether as a side block or center block) it just shows this (http://snag.gy/oRYiR.jpg) after enabling it, when trying to show my Dashboard page. This happening to anyone else? GeekDrop.com | GeekDrop Facebook Fan Page | GeekDrop Twitter
|
||||
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
|||
The code for the pagination needs a rewrite. <!--Second Row - List the Page Numbers for Pagination if there are records in the Database --> <? if ($number_of_records) { ?> <tr> <td align="center" colspan="6"><?= $pager ?></td> </tr> <? } ?> from admin_block_user_info.html.php and increase the Number of records to display per page setting. Dave |
||||
GeekDrop
![]()
Joined: 2008-05-12
Posts: 21 |
![]() |
|||
Thanks floridave, that took care of it. GeekDrop.com | GeekDrop Facebook Fan Page | GeekDrop Twitter |
||||
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
|||
I have updated the module to have: So if you run the experimental version of G3 then this updated module will be better. Dave |
||||