Pageinator.....

I'm having a minor problem with viewing multiple pages of photos, profiles and music gallery entries (and I'm guessing my other pages that would have a "pageinator" function).....I'm hoping there is a simple admin solution for this as I'm still struggling to learn proper coding.  What happens is this.  On any page (such as photos) where there are more than 10 entries and there is the option to go to a "page 2" it doesn't go to page 2 when clicking the page 2 button or the forward arrow, it just refreshes "page 1".  right now it's a minor issue since the menu allows for expanding the items per page to a number that is greater than anything currently on my site, but I can see this becoming an issue as we grow.

 

Any assistance would be greatly appreciated.....

Quote · 4 Jun 2008

Can you post the url. Need to check the links.

----
Quote · 5 Jun 2008

www.filipinadreamz.com  Thank you for looking at this Praveen! 

Quote · 6 Jun 2008

It seems those links for photos were disabled. So I couldn't check it.

----
Quote · 7 Jun 2008

I forgot to give you a user name and password to sign in with.  I'm sorry about that.  If you have the time to go back for another look you can sign in with username troubleshooting and password 1234567.

 

Thanks Praveen

Quote · 8 Jun 2008

Here is the solution, This is a bug in dolphin,

Open the file inc/classes/BxDolSharedMedia.php

Find

$sReloc = "'$sRequest&page=$iCurPage&per_page=' + this.value";
$sLinkTempl = $sRequest . "&page={page}&per_page=$iPerPage";

In that replace teh & with &

so the final will be

$sReloc = "'$sRequest&page=$iCurPage&per_page=' + this.value";
$sLinkTempl = $sRequest . "&page={page}&per_page=$iPerPage";

Regards,

Praveen

http://cpanel.happy-hosting.com

----
Quote · 9 Jun 2008

Okay.....that solved the problem with the profile pages, but I still have the same problem with the photo and shared music pages.....

 

Thank you for your help so far!

 

 

Quote · 11 Jun 2008

In that file check for & and replace it with &.

Replace only in the links.

----
Quote · 11 Jun 2008

Praveen.....

 

Thank you for all your help.  It is much appreciated.....

 

 

Quote · 20 Jun 2008

You are welcome.

----
Quote · 21 Jun 2008
 
 
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.