Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 07-26-2013, 06:37 AM
Infernette Infernette is offline
CODE CODE CODE CODE CODE
 
Join Date: Jan 2013
Location: Where I live? I live home.
Posts: 164
Gender: Female
Credits: 23,942
Infernette is on a distinguished road
Default Pages on myadopts not working?

One of my users is a bit of a hoarder, and I originally removed the pages option because I found it bothersome. I put it back in and.... nothing.

It limits the adopts and everything- just for some reason when clicked the page does not pull up the adopts for the next page- it keeps them the same.

I even took code from a fresh file and it didn't work.
__________________
No, I have no idea what I'm doing. But it works. Barely.
Reply With Quote
  #2  
Old 07-27-2013, 12:30 PM
Infernette Infernette is offline
CODE CODE CODE CODE CODE
 
Join Date: Jan 2013
Location: Where I live? I live home.
Posts: 164
Gender: Female
Credits: 23,942
Infernette is on a distinguished road
Default

Figured it out- In classes_pagination in the function showpage it has this:
Code:
			elseif($this->getLastPage() >= 9){
				if($page < 4)		{
					for ($counter = 1; $counter < 6; $counter++){
						if ($counter == $page)
							$pagination .= "<span class='current'>{$counter}</span>";
						else
							$pagination .= "<a href='{$this->website}{$this->symbol}page-{$counter}'>{$counter}/</a>";
You do not need the slash at the end. :) (It messed me up D:)
Code:
			elseif($this->getLastPage() >= 9){
				if($page < 4)		{
					for ($counter = 1; $counter < 6; $counter++){
						if ($counter == $page)
							$pagination .= "<span class='current'>{$counter}</span>";
						else
							$pagination .= "<a href='{$this->website}{$this->symbol}page-{$counter}'>{$counter}</a>";
__________________
No, I have no idea what I'm doing. But it works. Barely.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Does Anyone Know How to Create Working Pages In Class and Public HTML Folders? Hwona Questions and Supports 5 07-17-2014 01:49 PM
Image Size: Myadopts & Stats pages Missy Master Questions and Supports 3 06-29-2014 01:07 PM
Add a new function in the myadopts page? Infernette Questions and Supports 8 07-02-2013 12:12 PM
MyAdopts page? Aasixx Questions and Supports 4 04-15-2012 06:37 PM
Myadopts.php Error D: PTGigi Questions and Supports 9 01-17-2011 03:29 PM


All times are GMT -5. The time now is 11:48 AM.

Currently Active Users: 10596 (0 members and 10596 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636