Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Suggestions and Feature Requests

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 09-03-2011, 04:13 PM
Rozel Rozel is offline
Member
 
Join Date: Jun 2010
Posts: 144
Credits: 10,541
Rozel
Default Logging in for the First Time

I'm curious if, when the user logs in that they be directed to a certain page. After viewing the page and clicking "Continue" or some kind of button, it would stop popping up every time they started.

For example, I want to have a page for beginners that explains a few basics of how to start and what they should do. It'll have an NPC explaining she gave you some money to buy an adoptable, and then tells you how to acquire more... Pretty much like a good, warm welcome. Then at the bottom of the page it'll say the NPC says something like...

"Alright, bye!" and then you can click a button that says "Continue on to the website" or something. -shrugs-

Any help appreciated :D
__________________
No longer working on Aroha. If you see the art of it somewhere else, it's because I've sold it.
Reply With Quote
  #2  
Old 09-03-2011, 09:24 PM
Nemesis's Avatar
Nemesis Nemesis is offline
Member
 
Join Date: Mar 2011
Location: Ohio, United States
Posts: 641
Gender: Male
Credits: 48,343
Nemesis is on a distinguished road
Default

I am willing to bet this would be easy. In pseudo code, have your pages check a variable, say 'new', and if its 0 or false then redirect to the beginner page, and the beginner page also ads 1 to the 'new' variable or makes it true. now when the pages check variable 'new' it shouldn't redirect. you will also need to add the variable 'new' to the sql table. Now you just need this in php lol.

I took a stab at it, interested in if my idea would work and what else you guys will come up with.
__________________
https://gemnode.com
Free Hosting for Mysidia Adopt Sites
Just join our forum and request your free hosting account
Reply With Quote
  #3  
Old 09-04-2011, 03:17 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,365
Hall of Famer is on a distinguished road
Default

umm I believe it is possible to setup redirect page and command, there are lots of solutions you can find from google.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #4  
Old 09-04-2011, 09:39 AM
Linkin-Dreamer's Avatar
Linkin-Dreamer Linkin-Dreamer is offline
The Chamomile Tea Drinker
 
Join Date: Aug 2011
Posts: 43
Gender: Female
Credits: 4,538
Linkin-Dreamer is on a distinguished road
Default

I'm not sure about re-directing, but you could edit your lang.php file.

So where it says this -


PHP Code:
$regsuccess2 ".  Your account has been created and you have automatically been logged in.  You can now <a href='adopt.php'>Adopt Some Pets</a> or <a href='account.php'>Manage Your Account</a>."
You could change it to this -

PHP Code:
$regsuccess2 ".  Your account has been created and you have automatically been logged in.  You can now <a href='adopt.php'>Adopt Some Pets</a> or <a href='account.php'>Manage Your Account</a>. You could also head over to <a href='pages.php?page=firstlogin'>here</a> to help get you started"
Or you could go about editing it further, if you have HTML knowledge. Y'know, since you're re-directed to here if you register correctly. I think adding further code onto here would be a waste of time.

Last edited by Linkin-Dreamer; 09-05-2011 at 05:24 AM.
Reply With Quote
  #5  
Old 09-05-2011, 12:51 PM
Rozel Rozel is offline
Member
 
Join Date: Jun 2010
Posts: 144
Credits: 10,541
Rozel
Default

I'm not that good with PHP, I can usually just take it then edit it a bit to my needs but never really one to make up stuff. I can never remember what to type and whatnot... So if anyone could give me more specific code would be helpful.

Also Linkin, you're idea is good, but I was kind of thinking that it would pop up every time you logged in until you pressed a certain button, just to make sure you understood and saw it. Like if you register but then accidently close or miss a few things. Some people just pass by on things like that, while if they had a button to press they might be drawn to read it a bit more :P
__________________
No longer working on Aroha. If you see the art of it somewhere else, it's because I've sold it.
Reply With Quote
  #6  
Old 09-05-2011, 04:22 PM
Linkin-Dreamer's Avatar
Linkin-Dreamer Linkin-Dreamer is offline
The Chamomile Tea Drinker
 
Join Date: Aug 2011
Posts: 43
Gender: Female
Credits: 4,538
Linkin-Dreamer is on a distinguished road
Default

I see, makes sense.
Reply With Quote
  #7  
Old 09-13-2011, 10:39 PM
Rozel Rozel is offline
Member
 
Join Date: Jun 2010
Posts: 144
Credits: 10,541
Rozel
Default

So anyone gonna work on this or no :o?
__________________
No longer working on Aroha. If you see the art of it somewhere else, it's because I've sold it.
Reply With Quote
  #8  
Old 10-19-2011, 01:03 PM
mapleblade mapleblade is offline
Epicness sausage
 
Join Date: May 2009
Posts: 180
Gender: Male
Credits: 19,486
mapleblade
Default

ill go try and do it, once i did it, ill post it in the mods section.
__________________
Need coding help? send me a PM! :)
Reply With Quote
  #9  
Old 10-23-2011, 08:13 AM
kitty08's Avatar
kitty08 kitty08 is offline
Member
 
Join Date: Sep 2011
Posts: 42
Gender: Female
Credits: 5,567
kitty08 is on a distinguished road
Default

you can do that on the register.php page.when you register,something like welcome XXXX,edit your account or...

you can put a link with "see basics" and add a pet to the database with for owner the newcomer.
__________________



NABARUDIS.COM
Reply With Quote
  #10  
Old 10-23-2011, 01:50 PM
mapleblade mapleblade is offline
Epicness sausage
 
Join Date: May 2009
Posts: 180
Gender: Male
Credits: 19,486
mapleblade
Default

kitty, didnt u notice i already made this and put it in the mod section, but good :P
__________________
Need coding help? send me a PM! :)
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help on Logging in to 1.3.3 ! Missy Master Questions and Supports 5 04-18-2015 02:38 AM
Language Exception Error when Logging in / out LucasA33 Questions and Supports 3 12-21-2013 06:31 AM
Need Help Logging In blueskyler Questions and Supports 3 12-13-2011 07:26 PM
Logging In Problem O_O Abronsyth Questions and Supports 11 10-18-2011 03:47 PM
when you have time i need a little help. agnyz Questions and Supports 7 01-17-2009 03:12 PM


All times are GMT -5. The time now is 07:12 AM.

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