Pagination Not working v3.0 r515

Bug #580963 reported by Pats
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Jisko
Fix Released
Medium
Marcos Garcia

Bug Description

Hi

Pagination is not Working, upon clicking Next or link of 2, 3 it goes back to home (page not found)

Findings: i found pagination working on jisko.net and further found that the link is different...
in my installation link for page 2/3 is formed like /notes?page=3 whereas in jisko.net its formed like /notes/public?page=3 .

I tried http://mydomain.xxx/notes/public?page=3 and found its working and loads page 3

pls let me know the quick fix... :)

thanks,
Pats

Changed in jisko:
milestone: none → 3.0beta1
assignee: nobody → Marcos Garcia (marcosgdf)
importance: Undecided → Medium
Revision history for this message
Marcos Garcia (marcosgdf) wrote :

Done in the last revision of Jisko 3.0. It will be fixed for the release of Jisko 3.0 :)

Thanks another time for your interest in Jisko!

Changed in jisko:
status: New → Confirmed
status: Confirmed → In Progress
status: In Progress → Triaged
status: Triaged → Fix Released
Revision history for this message
Pats (pats) wrote :

yes... working now in v3.0 r526 :)

Thanks again for your interest in improving Jisko :p

Revision history for this message
Marcos Garcia (marcosgdf) wrote : Re: [Bug 580963] Re: Pagination Not working v3.0 r515

Haha :)

El 16/05/2010 6:35, "Pats" <email address hidden> escribió:

yes... working now in v3.0 r526 :)

Thanks again for your interest in improving Jisko :p

--
Pagination Not working v3.0 r515
https://bugs.launchpad.net/bugs/580963
You received this bug notification because you are a bug assignee.

Revision history for this message
Andivista (andi19642004) wrote :

I added some new code in notes.php ( theme folder ). Now it`s working for me.

<?php if ($this->params_page == 'public' or $this->params_page == 'public'): ?>

<?php getPaginationString(array('notes/public/'), $this->notes_count, $this->current_page); ?>
<?php else: ?>

<?php getPaginationString(array('notes'), $this->notes_count, $this->current_page); ?>
<?php endif; ?>

Greetings from Berlin
Andreas

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.