Hello all, sorry if this is a redundant posting..
I use boonex 7.0 and find a bug when clicking pagination in groups, does anyone can help me to fix this?
I have searched the forum and the track also but still can't find the answer
Best regards,
Hello all, sorry if this is a redundant posting.. I have searched the forum and the track also but still can't find the answer
Best regards, |
I'll need a test you site! you need add General support enquiry ticket here http://www.boonex.com/unity/support/home. Make sure that owner of your ticket it's my business account - eSASe PS: If possible do not write me personally, please try to ask on the forum first |
Hello all, sorry if this is a redundant posting.. I have searched the forum and the track also but still can't find the answer
Best regards, which pagination? your quenstion is not really clear. can you make a screenshot for it? ^_^ => http://friends.smansakra.sch.id => friends community based dolphin 7 |
This is the screenshot, the error is in my recent public groups block , I add the block in account page (member.php). Hope this is clear enough... |
This is the screenshot, the error is in my recent public groups block , I add the block in account page (member.php). Hope this is clear enough... what do you mean that the pagination 'doesn't work' - sudah di click gak muncul apa apa atau gimana? how do you add this block to your account? by using deano tools or creating your own function on member.php? => http://friends.smansakra.sch.id => friends community based dolphin 7 |
<< Iya itu, setelah diklik, gak muncul apa2 yg seharusnya muncul next 4 groups >> The problem is there's nothing happen when the arrow is clicked, which is it should show the next 4 groups. I add this block using BxDolService and add manually to the database (INSERT INTO `sys_page_compose` ...) |
and which function did you insert ? 1. all groups bx_import('BxDolService'); return BxDolService::call('groups', 'homepage_block');
2. user groups bx_import('BxDolService'); return BxDolService::call('groups', 'profile_block', array($this->oProfileGen->_iProfileID));
3. joined group bx_import('BxDolService'); return BxDolService::call('groups', 'profile_block_joined', array($this->oProfileGen->_iProfileID)); 4. or the other? => http://friends.smansakra.sch.id => friends community based dolphin 7 |
user groups... |
user groups... You make custom block is not default functionality! I suggest you 1. Hire good expert for this trouble PS: If possible do not write me personally, please try to ask on the forum first |
user groups... ya, kayaknya ada yang salah dengan pagination url nya... hemmm.... => http://friends.smansakra.sch.id => friends community based dolphin 7 |
Yes you're right, it's because of the url, so I change this: $o->sUrlStart = getProfileLink($aProfile['ID']) . '?'; to this: $o->sUrlStart = BX_DOL_URL_ROOT.'member.php'.'?'; And it's work. Thanks |
Yes you're right, it's because of the url, so I change this: $o->sUrlStart = getProfileLink($aProfile['ID']) . '?'; to this: $o->sUrlStart = BX_DOL_URL_ROOT.'member.php'.'?'; And it's work. Thanks well , you done your self man!!! jangan lupa dukung tim nas garuda but, have you created another function for this? if you change that urlStart , that will affect all user groups pagination. => http://friends.smansakra.sch.id => friends community based dolphin 7 |