|  | 
|  | 
| 
			 
			#1  
			
			
			
			
			
		 | |||
| 
 | |||
|   
			
			Thank you so much, it works! ^___^ And it does display a link at all times, which is good, we want that. :3 But, unsurprisingly, the link is blank if the pet doesn't level, which is bad. Is there any way to make it always display the promocode? Edit: I moved the code down to the bottom, as part of the OUTPUT PAGE section. That got it to display the promocodes, and I even managed to make the link only display on "Happy Birthday" pages. :3 But I have one more wee problem. When I moved it, it stopped displaying the promocode for the current level, now its displaying the one for the next level. And changing $nextlevel to $currentlevel in the query has no affect. o_o What am I doing wrong? Last edited by xCataluna; 07-03-2011 at 02:09 AM. | 
| 
			 
			#2  
			
			
			
			
			
		 | |||
| 
 | |||
|   Quote: 
 On line 165 or before "// Show a thank you message along with the adoptable's information to the user..." Check if it is the right type of adoptable then add in this query since we dont know if the pet leveled up or not and grab the $currentlevel sql: "SELECT * FROM ".$prefix."owned_adoptables WHERE aid='$id'"; get: $currentlevel then query to get the $promocode sql: "SELECT * FROM ".$prefix."levels WHERE adoptiename='$type' and thisislevel='$currentlevel'" get: $promocode then build the link and display it I would recomend at Code: $article_content = $article_content . "<div align='center'><br />You have earned ". grabanysetting('rewardmoney') ." ". grabanysetting('cost') ." for leveling up this adoptable. <br />You now have {$GLOBALS['money']} ".grabanysetting('cost')."</div>";Quote: 
 side note: bugs that I have notticed about leveling up, if you are logged out and click on the pet then log in you can click again but not the other way around. why is it showing you earned money when you are a visitor and not logged in? You could add a hook and suggest if you had been logged in/ sign up you could have earned that money. | 
|  | 
| Thread Tools | |
| Display Modes | |
| 
 | 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Help with levelup in 1.3.3? | Infernette | Questions and Supports | 1 | 03-25-2013 05:47 PM | 
| Levelup Problems? | Tequila | Questions and Supports | 4 | 11-18-2011 11:52 PM | 
| help with levelup.php please | Sensacionsk8 | Questions and Supports | 7 | 02-27-2011 01:44 PM | 
| help me with levelup.php | Sensacionsk8 | Questions and Supports | 0 | 02-23-2011 05:48 PM | 
| levelup issue | ipman | Questions and Supports | 8 | 01-26-2011 09:33 AM | 
| What's New? | What's Hot? | What's Popular? |