Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Search Forums

Notices

Showing results 1 to 25 of 83
Search took 0.00 seconds.
Search: Posts Made By: Saphira
Forum: Questions and Supports 07-28-2009, 04:57 AM
Replies: 4
Views: 6,819
Posted By Saphira
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: 75,132
Posted By Saphira
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: 75,132
Posted By Saphira
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: 13,610
Posted By Saphira
RE: Phpadoptables and Joomla integration

I believe Seapyramid hosts her site using Joomla, so that'd be the person to speak to. She's done a great job integrating it. :]
Forum: Addons/Mods Graveyard 06-02-2009, 11:29 AM
Replies: 71
Views: 75,132
Posted By Saphira
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: 75,132
Posted By Saphira
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: 14,780
Posted By Saphira
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: 12,762
Posted By Saphira
RE: can't registered

how many fields do you have in your adopts_users table in your database?
Forum: Addons/Mods Graveyard 06-01-2009, 08:02 PM
Replies: 71
Views: 75,132
Posted By Saphira
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: 75,132
Posted By Saphira
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: 75,132
Posted By Saphira
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: 75,132
Posted By Saphira
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: 14,977
Posted By Saphira
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: 14,977
Posted By Saphira
RE: banner

Glad I could help. :)
Forum: Questions and Supports 06-01-2009, 12:20 PM
Replies: 18
Views: 14,977
Posted By Saphira
RE: banner

templates/default/style.css
Forum: Questions and Supports 06-01-2009, 12:18 PM
Replies: 18
Views: 14,977
Posted By Saphira
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: 14,977
Posted By Saphira
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: 6,808
Posted By Saphira
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: 75,132
Posted By Saphira
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: 75,132
Posted By Saphira
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: 75,132
Posted By Saphira
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: 15,999
Posted By Saphira
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: 75,132
Posted By Saphira
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: 15,999
Posted By Saphira
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: 75,132
Posted By Saphira
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.
Showing results 1 to 25 of 83

 
Forum Jump

All times are GMT -5. The time now is 03:15 PM.

Currently Active Users: 529 (0 members and 529 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