Mysidia Adoptables Support Forum  

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

Notices

Showing results 1 to 18 of 18
Search took 0.00 seconds.
Search: Posts Made By: IntoRain
Forum: Mys v1.3.x Mods 03-10-2015, 01:48 PM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
One I created to learn jQuery at the time, so...

One I created to learn jQuery at the time, so looking at it now it's not really optimized xD It's pretty much the javascript code in one of the files. The comments don't use pagination
If I had more...
Forum: Mys v1.3.x Mods 01-16-2015, 12:58 PM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
Ah, of course you can build on top of it! ^^ It's...

Ah, of course you can build on top of it! ^^ It's far from finished, I never got to polish it because of lack of time + motivation @_@ You can also share what you do with it here, if you want to!
...
Forum: Mys v1.3.x Mods 12-19-2014, 02:29 PM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
No problem! ^^

No problem! ^^
Forum: Mys v1.3.x Mods 12-18-2014, 06:18 PM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
Sorry for the late Adding a "send message to...

Sorry for the late

Adding a "send message to all users" option:


Go to your database, and select your news table.
At the top, if you are using phpMyAdmin, select to edit the table's...
Forum: Mys v1.3.x Mods 12-11-2014, 06:32 PM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
I will post it tomorrow asap! I'm sorry, I was...

I will post it tomorrow asap! I'm sorry, I was going to code it after you answered, but it's the last week of the semester and I have 4 projects to deliver in a few days xD
Forum: Mys v1.3.x Mods 12-08-2014, 01:45 PM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
Sorry, I didn't get back to this mod because my...

Sorry, I didn't get back to this mod because my host started having problems and the loading times were too crazy to get anything done.

My idea was to send a PM to everyone in the site. The...
Forum: Mys v1.3.x Mods 10-07-2014, 06:00 PM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
You might be editing the wrong .css file? The...

You might be editing the wrong .css file? The templates/main/media/style-city.css file is just for the main theme, other themes might be in different folders like...
Forum: Mys v1.3.x Mods 10-04-2014, 04:10 PM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
Glad it's working for you! You can set the...

Glad it's working for you!

You can set the DateTime thingy to your timezone, but I don't think it's possible to set it to the user's timezone. Perhaps with javascript, but I'm not really sure how...
Forum: Mys v1.3.x Mods 09-25-2014, 08:20 AM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
Ah, I see. I think the error is because the value...

Ah, I see. I think the error is because the value is an integer and "None" was a string. Since the values can't be null, they don't need a default value, so I think it won't hurt to remove it
I hope...
Forum: Mys v1.3.x Mods 09-24-2014, 07:10 PM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
Did you write "None" instead of selecting 'None'...

Did you write "None" instead of selecting 'None' from the list? If it's not that, you can try running it directly and removing the default part:

CREATE TABLE `[your_prefix_here]_newscomments` (
...
Forum: Mys v1.3.x Mods 03-09-2014, 08:16 PM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
Thank you! Hope it works well for you! ^^ OOP is...

Thank you! Hope it works well for you! ^^ OOP is one of those concepts that will make so much sense once it clicks xD



Yay glad it worked for you! ^^ THank you for the input!
I was thinking of...
Forum: Mys v1.3.x Mods 03-03-2014, 06:55 PM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
Thank you for the support! ^^

Thank you for the support! ^^
Forum: Mys v1.3.x Mods 02-25-2014, 08:55 AM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
Thank you! I will add a note to the first post!

Thank you! I will add a note to the first post!
Forum: Mys v1.3.x Mods 02-23-2014, 09:14 AM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
You're welcome! Glad it worked for you! ^^ If you...

You're welcome! Glad it worked for you! ^^ If you detect any bug, don't hesitate to tell me!
Forum: Mys v1.3.x Mods 02-14-2014, 10:51 PM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
I'm Glad it will be useful *hopefully* for your...

I'm Glad it will be useful *hopefully* for your site!
Forum: Mys v1.3.x Mods 02-14-2014, 04:04 PM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
It seems that adding .js files with jQuery to the...

It seems that adding .js files with jQuery to the header/template makes it not work properly for some reason, it took a while to figure out why it wasn't making a simple popup when the only thing I...
Forum: Mys v1.3.x Mods 02-14-2014, 03:47 PM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
Thank you! I had contact with OOP before in other...

Thank you! I had contact with OOP before in other language, but it's the first time using MVC, although it makes sense xD Getting the pages in jQuery to work was actually what took me longer to get...
Forum: Mys v1.3.x Mods 02-14-2014, 03:07 PM
Replies: 66
Mys v1.3.4 News System
Views: 72,740
Posted By IntoRain
News System

Hello! I know some people wanted a system like this so I decided to make one. This mod will allow you to post news to your users - you can create, edit and delete news. Using javascript, it has also...
Showing results 1 to 18 of 18

 
Forum Jump

All times are GMT -5. The time now is 02:33 PM.

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