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 36
Search took 0.02 seconds.
Search: Posts Made By: Hedgen
Forum: Mysidia Adoptables Official Announcement 03-23-2013, 09:39 PM
Replies: 122
Views: 433,657
Posted By Hedgen
When I add .php to a link, it just shows: "this...

When I add .php to a link, it just shows:
"this is the index page
This is a sample article. All of this text you can change in the script admin control panel."

as the content on any page with...
Forum: Mysidia Adoptables Official Announcement 03-20-2013, 07:42 AM
Replies: 122
Views: 433,657
Posted By Hedgen
Ah, ok thanks it works now :) Now to modify this...

Ah, ok thanks it works now :) Now to modify this script to do what I want it to do...xD

Edit: How would I make it so the registration page shows a disabled message? With v1.3.2 I just commented...
Forum: Mysidia Adoptables Official Announcement 03-20-2013, 12:08 AM
Replies: 122
Views: 433,657
Posted By Hedgen
Did you and Famer ever get this figured out? ...

Did you and Famer ever get this figured out?

I noticed the levelop/daycare also, and it only shows
"this is the index page
This is a sample article. All of this text you can change in the...
Forum: Questions and Supports 03-16-2013, 05:15 PM
Replies: 0
Views: 7,649
Posted By Hedgen
Need help setting Mysidia up on Uniform Server

So, a week or so ago, someone introduced me to "Uniform Server" (http://www.uniformserver.com/, it's a php, mysql, and apache server you can run without needing to install anything)
And I can't...
Forum: Questions and Supports 03-10-2013, 02:47 PM
Replies: 3
Views: 7,978
Posted By Hedgen
Ah okay thanks, I'll ask them :) is that...

Ah okay thanks, I'll ask them :) is that Abronsyth?



Yup health and stuff :)

I was going to have something like these equations for stats:
con = con + (randNum(4) + 1)
hp = hp + ((con % 7)...
Forum: Questions and Supports 03-10-2013, 01:19 PM
Replies: 3
Views: 7,978
Posted By Hedgen
Basic Stat System

How would I go about creating a basic stat system? I saw the old script for a stat system and saw that it didn't work anymore, and also saw that one will be made for v1.4.0 but I don't really want to...
Forum: Tutorials and Tips 03-10-2013, 04:32 AM
Replies: 2
Views: 8,946
Posted By Hedgen
Redirect people after X seconds

Note: This is for Mysidia Version 1.3.2, It may or may not work for Version 1.3.3, I haven't tested it for 1.3.3 yet. Since it is just a little bit of HTML, you should be able to add it to any page,...
Forum: Tutorials and Tips 03-10-2013, 04:15 AM
Replies: 2
Views: 8,946
Posted By Hedgen
:SIDEFEED: to :LINKSBAR:

Note1: This is for Mysidia Version 1.3.2, It may or may not work for Version 1.3.3, I haven't tested it for 1.3.3 yet.
Note2: This tutorial might seem a little long, I might have been able to...
Forum: Tutorials and Tips 03-10-2013, 01:58 AM
Replies: 2
Views: 8,946
Posted By Hedgen
Hedgen's Small Tutorials

Hey everyone! I am posting this thread for small things I figure out that some of you might have issues with, such as moving things from the :SIDEFEED: to the :LINKSBAR:, so as I make modifications...
Forum: Questions and Supports 03-10-2013, 12:09 AM
Replies: 2
Views: 6,090
Posted By Hedgen
Whenever I try adding something that might work,...

Whenever I try adding something that might work, it has a blank image or a broken image :(
Forum: Questions and Supports 03-09-2013, 10:10 PM
Replies: 10
Views: 20,590
Posted By Hedgen
Anytime :smile: Now to keep trying to figure out...

Anytime :smile: Now to keep trying to figure out how to get the profile picture to show up XD
Forum: Questions and Supports 03-09-2013, 09:45 PM
Replies: 10
Views: 20,590
Posted By Hedgen
I edited login.php right after this comment: //...

I edited login.php right after this comment: // Validation succeeded, now begins the actual login procedure

to include this html code:
<head>
<meta http-equiv='refresh' content='5;...
Forum: Templates and Themes 03-07-2013, 07:34 PM
Replies: 2
Views: 8,976
Posted By Hedgen
LOL it seems like there WAS someone else making a...

LOL it seems like there WAS someone else making a Touhou character site XD *Didn't realize this* looks like I'm going to have competition :3 may the best site win~ XD (kidding kidding xD) Nice theme...
Forum: Newcomer Center 03-06-2013, 01:25 PM
Replies: 14
Views: 12,441
Posted By Hedgen
1. You do have to re-download to upgrade it, what...

1. You do have to re-download to upgrade it, what version do you have?
if you have v1.3.1, then download the updated one, transfer the files, then run
yoursite.com/install/upgrade.php and follow...
Forum: Questions and Supports 03-05-2013, 07:45 PM
Replies: 2
Views: 6,090
Posted By Hedgen
Post What is the code that grabs the avatar link from...

What is the code that grabs the avatar link from the database and displays it on the profile tabs? Or where would I find that? I tried doing
<img src='/{$mysidia->users_profile->avatar}' alt='Your...
Forum: Questions and Supports 03-04-2013, 10:12 AM
Replies: 4
Views: 6,560
Posted By Hedgen
I'll try explaining it later when I get home, and...

I'll try explaining it later when I get home, and hopefully I can explain it in a way that people can understand ^^' (I'm at school right now working on C# homework and php/mysql homework) It took me...
Forum: Questions and Supports 03-03-2013, 10:39 PM
Replies: 4
Views: 6,560
Posted By Hedgen
I figured this out.

I figured this out.
Forum: Questions and Supports 03-03-2013, 12:29 AM
Replies: 4
Views: 6,560
Posted By Hedgen
SIDEFEED Question

I figured out moving the login box. This is my edited class_page.php code:

<?php

class Page{
// The page class for Mysidia Adoptables

public $type;
public $name;
private $header;
Forum: Templates and Themes 12-16-2012, 12:55 AM
Replies: 7
Views: 8,726
Posted By Hedgen
Ahh okay. I saw the id="menu" thing in the...

Ahh okay. I saw the id="menu" thing in the template's html while trying to get the dropdown menu to drop to the right instead of down, but I completely forgot about that by the time I started editing...
Forum: Templates and Themes 12-16-2012, 12:46 AM
Replies: 7
Views: 8,726
Posted By Hedgen
How do I rearrange the sidefeed? I took the list...

How do I rearrange the sidefeed? I took the list out but it still shows it vertically instead of horizontally.
I have only edited $sidebar so far to not include the <li> and stuff but all it did was...
Forum: Templates and Themes 12-15-2012, 11:56 PM
Replies: 7
Views: 8,726
Posted By Hedgen
Thank you for your quick responses! :) And...

Thank you for your quick responses! :) And thanks! it would have taken me a whole day to figure out where they are stored.
Forum: Templates and Themes 12-15-2012, 11:35 PM
Replies: 7
Views: 8,726
Posted By Hedgen
SIDEFEED Location?

Where is the :SIDEFEED: information located? I want to reorganize the Main theme's Side Feed to be above the site name, instead of being in a list.
Something like this:
...
Forum: Questions and Supports 12-15-2012, 04:16 PM
Replies: 9
Views: 9,636
Posted By Hedgen
Someone linked their profile in a chat room, and...

Someone linked their profile in a chat room, and when I went there I got the warnings. (I was logged off) They also got the warnings.

Edit: It only happened once so far though. at both that...
Forum: Questions and Supports 12-15-2012, 03:20 PM
Replies: 9
Views: 9,636
Posted By Hedgen
Thanks :3 I have been using it for awhile but i...

Thanks :3 I have been using it for awhile but i took a little break, started working on it scratch again when 1.3.2 came out ^^' but I'm also not that good with PHP yet ^^'
Forum: Questions and Supports 12-15-2012, 03:05 PM
Replies: 9
Views: 9,636
Posted By Hedgen
Alright, thank you. :)

Alright, thank you. :)
Showing results 1 to 25 of 36

 
Forum Jump

All times are GMT -5. The time now is 12:46 PM.

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