| Forum: Questions and Supports  07-28-2009, 04:57 AM | 
	
	| 
			Replies: 4
		 
			Views: 10,214
		 
			
				 RE: lvl up and adopt problem... 
 click on the browse tab next to structure. If there's a red x when you hover over the tab it means that there's no data there and the table is currently empty.
 | 
	| Forum: Addons/Mods Graveyard  06-04-2009, 04:08 PM | 
	
	| 
			Replies: 71
		 
			Views: 128,116
		 
			
				 RE: Adopts News 
 Okay, last step that I'm struggling on to get this perfected. I want the users in user group 6 to be able to delete news as well as admins, so if they mess up when they post, they don't have to wait...
 | 
	| Forum: Addons/Mods Graveyard  06-02-2009, 03:36 PM | 
	
	| 
			Replies: 71
		 
			Views: 128,116
		 
			
				 RE: Adopts News 
 $topic = addslashes($topic);
 $detail = addslashes($detail);
 
 in add_reply.php
 | 
	| Forum: Suggestions and Feature Requests  06-02-2009, 11:31 AM | 
	
	| 
			Replies: 13
		 
			Views: 20,724
		 | 
	| Forum: Addons/Mods Graveyard  06-02-2009, 11:29 AM | 
	
	| 
			Replies: 71
		 
			Views: 128,116
		 
			
				 RE: Adopts News 
 I am male. Saphira is the name of my favourite fictional character of all time. She's the beautiful dragon from Eragon/Eldest/Brisingr. =P
 | 
	| Forum: Addons/Mods Graveyard  06-02-2009, 08:13 AM | 
	
	| 
			Replies: 71
		 
			Views: 128,116
		 
			
				 RE: Adopts News 
 IDIDITIDIDITIDIDIT!
 
 
 // Find highest answer number.
 $query = "SELECT MAX(nid) AS Max_nid FROM ".$prefix."news";
 $result = mysql_query($query);
 
 $Max_nid=@mysql_result($result,"Max_nid");
 ...
 | 
	| Forum: Questions and Supports  06-01-2009, 08:54 PM | 
	
	| 
			Replies: 16
		 
			Views: 22,001
		 
			
				 RE: Case sensitive. 
 You could replicate each user's name in the database on signup to a "friendly name", all lower case, and stop dupes that way.... Just an idea.
 | 
	| Forum: Questions and Supports  06-01-2009, 08:04 PM | 
	
	| 
			Replies: 10
		 
			Views: 18,913
		 | 
	| Forum: Addons/Mods Graveyard  06-01-2009, 08:02 PM | 
	
	| 
			Replies: 71
		 
			Views: 128,116
		 
			
				 RE: Adopts News 
 I know what forum you're referring to, but I was referring to Zelda. =P
 | 
	| Forum: Addons/Mods Graveyard  06-01-2009, 07:55 PM | 
	
	| 
			Replies: 71
		 
			Views: 128,116
		 
			
				 RE: Adopts News 
 Haha thank you. now all I need to do is figure out that pesky aspostrophe. ¬.¬
 
 The triforce power shall help me! Â â–²...
 | 
	| Forum: Addons/Mods Graveyard  06-01-2009, 07:14 PM | 
	
	| 
			Replies: 71
		 
			Views: 128,116
		 
			
				 RE: Adopts News 
 I had to change that a lil' bit, but I got it to work. :D
 
 Finished code:
 
 
 $article_content = "".$msg."<br>".$article_content."";
 
 
 $group = getgroup();
 | 
	| Forum: Addons/Mods Graveyard  06-01-2009, 06:29 PM | 
	
	| 
			Replies: 71
		 
			Views: 128,116
		 
			
				 RE: Adopts News 
 Hmm. I'm trying to edit site_news.php so that the people who can post news are the user groups editors and admins. This is what I've been playing with:
 
 if($isLoggedin == "yes" and $cancp ==...
 | 
	| Forum: Questions and Supports  06-01-2009, 06:17 PM | 
	
	| 
			Replies: 18
		 
			Views: 25,940
		 
			
				 RE: banner 
 If she just tells you the answer, you go away, you get it to work and you don't learn anything. If she helps you learn how to change it, then you go away, change it, and it works. Then instead of...
 | 
	| Forum: Questions and Supports  06-01-2009, 12:23 PM | 
	
	| 
			Replies: 18
		 
			Views: 25,940
		 | 
	| Forum: Questions and Supports  06-01-2009, 12:20 PM | 
	
	| 
			Replies: 18
		 
			Views: 25,940
		 | 
	| Forum: Questions and Supports  06-01-2009, 12:18 PM | 
	
	| 
			Replies: 18
		 
			Views: 25,940
		 
			
				 RE: banner 
 change the file name in the style.css file to image.JPG
 | 
	| Forum: Questions and Supports  06-01-2009, 11:52 AM | 
	
	| 
			Replies: 18
		 
			Views: 25,940
		 
			
				 RE: banner 
 If the height for the banner is larger then 140px then the bottom will be cut off unless you change it in the style.css file. Just a warning.
 | 
	| Forum: Questions and Supports  06-01-2009, 10:53 AM | 
	
	| 
			Replies: 4
		 
			Views: 9,944
		 
			
				 RE: Only half a skin 
 You have to repeat the background image horizontal and vertical, an not just horizontal.
 | 
	| Forum: Addons/Mods Graveyard  06-01-2009, 10:52 AM | 
	
	| 
			Replies: 71
		 
			Views: 128,116
		 
			
				 RE: Adopts News 
 I used
 
 <?
 if(get_magic_quotes_gpc())
 echo "Magic quotes are on";
 else
 echo "Magic quotes are off";
 ?>
 
 To see if magic quotes were enabled or not on http://jonalicious.com/magic.php....
 | 
	| Forum: Addons/Mods Graveyard  06-01-2009, 10:15 AM | 
	
	| 
			Replies: 71
		 
			Views: 128,116
		 
			
				 RE: Adopts News 
 Exactly the same. If you want I can link you to the test site where I'm trying to fix this.
 | 
	| Forum: Addons/Mods Graveyard  06-01-2009, 09:56 AM | 
	
	| 
			Replies: 71
		 
			Views: 128,116
		 
			
				 RE: Adopts News 
 I've just done a completely fresh install of both the adoptables script, and of the news script. I'm getting the exact same error. The only thing I've changed in the whole thing is the detail section...
 | 
	| Forum: Suggestions and Feature Requests  06-01-2009, 09:02 AM | 
	
	| 
			Replies: 14
		 
			Views: 28,085
		 
			
				 RE: Search 
 Haha, so not a little modification. Never mind me then. :P Take your time!
 | 
	| Forum: Addons/Mods Graveyard  06-01-2009, 09:00 AM | 
	
	| 
			Replies: 71
		 
			Views: 128,116
		 
			
				 RE: Adopts News 
 I don't get a problem posting articles with just ''''''''''''''' in, they go in fine. It's when I use stuff like "I'm, I'll, Bloodrun's, Saphira's, BMR's" etc.
 | 
	| Forum: Suggestions and Feature Requests  06-01-2009, 08:33 AM | 
	
	| 
			Replies: 14
		 
			Views: 28,085
		 
			
				 RE: Search 
 Hmm, I'm thinking of a little variation of this. For example, someone types in a part user name, like BMR and it shows a page with users who have BMR in their username? Makes it easier to find...
 | 
	| Forum: Addons/Mods Graveyard  06-01-2009, 08:18 AM | 
	
	| 
			Replies: 71
		 
			Views: 128,116
		 
			
				 RE: Adopts News 
 Yeah it is weird. I just tried uploading a fresh add_news.php, to see if it would change anything, and nada. Still nothing. The problem was posting articles with single quotes in lol.
 |