Pagination in groups mod doesn't work

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,

Quote · 20 Dec 2010

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
Quote · 20 Dec 2010

 

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,

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
Quote · 20 Dec 2010

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...

pagin.png · 50.7K · 78 views
Quote · 21 Dec 2010

 

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
Quote · 21 Dec 2010

<< 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` ...)

Quote · 21 Dec 2010

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
Quote · 21 Dec 2010

user groups...

Quote · 21 Dec 2010

 

user groups...

You make custom block is not default functionality! I suggest you

1. Hire good expert for this trouble
2. Create ticket on unity's support page

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 21 Dec 2010

 

user groups...

ya, kayaknya ada yang salah dengan pagination url nya...

hemmm....

=> http://friends.smansakra.sch.id => friends community based dolphin 7
Quote · 21 Dec 2010

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

Quote · 22 Dec 2010

 

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
Quote · 22 Dec 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.