Pagination in page http://www.demozzz.com/dolphin711b/m/spy is wrong, leading to homepage:
http://www.demozzz.com/dolphin711b/?type=all&page=2&per_page=10.
This bug existing in 7.1 and now in 7.1.1.
Pagination in page http://www.demozzz.com/dolphin711b/m/spy is wrong, leading to homepage: http://www.demozzz.com/dolphin711b/?type=all&page=2&per_page=10. This bug existing in 7.1 and now in 7.1.1. |
same as this thread which has been reported: http://www.boonex.com/forums/topic/Wrong-link-on-Notification-page.htm caredesign.net |
one thing I did notice, and not sure if this is the problem, but in the spy module, classes folder, BxSpyModule.php, around line 434: function serviceGetSpyBlock($sPage = 'index.php', $iProfileId = 0) what if you change the index.php to m/spy - would that work I would try it myself, but I cant seem to get anything to show up in my notifications for the spy. Never used it before, so not sure how to get things to show up in it. caredesign.net |
I would try it myself, but I cant seem to get anything to show up in my notifications for the spy. Never used it before, so not sure how to get things to show up in it.
Mine was blank as well but then i logged out and went to /m/spy and everything was there. Must not show your own notifications. http://ModMyCMS.com --> Dolphin Hacks &Mods |
OK, i have to ask this in regards to the spy - is it meant for the spy to be accessed by going to domain.com/m/spy? the reason I ask is because there is no link to get to the spy module from the user side of the site. In my case going to domain.com/m/spy gives me a blank notification block, but putting the spy block on the homepage into the active area, shows everything there. So, if it is not meant to access the spy module from the client side, then the above proposed suggestion of changing the link from index.php to m/spy would not work, as it seems the spy is ONLY to be on the home (index.php) page. If the spy is only to be on the home page, then that explains why the pagination returns the user to the home page. In your case and the case of the other thread I posted, If you do what you did before, it should return you to the home page, but page 2 of the spy block caredesign.net |
@btiesman - i tried logging out and then back in, and still a blank notifications when going to mtsco.net/m/spy - but the spy block shows all on mtsco.net. I set it to only display 1 per page so i could check the pagination EDIT sorry - i misread your post.Just logged out - but didnt log in and it shows everything at mtsco.net/m/spy this further makes me believe that the spy is not meant to be accessed except for the home page. but creates an issue: why isnt the /m/spy coded so that it either does not work when using domain.com/m/spy or full functionality of the pagination, along with a navigation menu link to the page caredesign.net |
This is what I see on your /m/spy page http://ModMyCMS.com --> Dolphin Hacks &Mods |
thats what i get when not logged in - odd though that it cant be seen when logged in, but then again, if its not technically meant to be accessed other than the homepage, then it doesnt matter anyways - other than someone who knows about it going to that page (domain.com/m/spy).But with no navigation menu link, normal users wouldnt know to use that url to begin with. caredesign.net |
As it says when you access the spy page directly "Notifications", its probably not gonna notify you of your own changes on this page but I'm sure it will show notifications here of other member changes. Thats why they show up when you log out, it doesnt recognize you as the owner of the notifications anymore. EDIT: or its bugged and not working correctly. http://ModMyCMS.com --> Dolphin Hacks &Mods |
or it wasnt meant to be viewed that way (domain.com/m/spy) - cause in the coding, it does look for user id and things specific to that user // logged member's Id; $this -> iMemberId = getLoggedId(); $iProfileId = (int) $iProfileId; those are just three instances; there are more in BxSpyModule.php caredesign.net |