Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 06-12-2009, 09:30 PM
Seapyramid Seapyramid is offline
Premium Member
 
Join Date: Feb 2009
Posts: 373
Gender: Female
Credits: 15,887
Seapyramid
Default FAQ - LOOK HERE FIRST for the answers to those questions that are asked over and over

I have started adding questions, BUT still DO NOT respond yet! This thread is for the newest release of phpadoptables! If you have questions about upgrading, Brandon as written clear & comprehensive instructions here http://www.rusnakweb.com/forum/showthread.php?tid=1034. Please do NOT ask for help here!.

This is for the mutual benefit of those who have an uncanny fear of the "search" feature and those of us who answer the same question over and over again!

Please DO NOT post in this thread until it is officially opened! Doing so will earn you a warning!

Sea
Reply With Quote
  #2  
Old 06-13-2009, 12:01 AM
Seapyramid Seapyramid is offline
Premium Member
 
Join Date: Feb 2009
Posts: 373
Gender: Female
Credits: 15,887
Seapyramid
Default RE: FAQ - LOOK HERE FIRST or risk being ignored!

General Questions:
  1. - Question I would like to use PNG images, will there be a function later when PNG files can also be used for GD signatures?
    Answer As for PNG images, in the future Brandon may expand the fancy signature option to work with png and jpg images in a future release.
  2. - Question I'd love to install a forum for my pet site, but I want both to recognize the users so they don't have to register twice, how can I do it?
    Answer It should be possible to bridge these details with a few modifications. Brandon will post a guide soon on how to bridge the PHPAdopts program with another application, such as a forum.
  3. - Question Is it possible to choose between languages for members?
    Answer Right now it is not possible to select between languages as the script currently is meant to be used in only one language at a time.
  4. - Question Is it possible to have more then one alternate outcome per adoptable?
    Answer Right now it is only possible to have ONE alternate outcome per adoptable. Also as of right now alternate outcomes can only be visible on the level 1 stage or above, NOT on the egg stage! If eggs are to have different images it MUST be a different adoptable!
  5. - Question I would like to add a chat box to my site. How can I do this?
    Answer Chat boxes are NOT recommended for ANY FREE site and are warned against for paid sites.! The constant refresh to maintain a chat box uses a lot of server resources and if you site grows to a decent number of members/visitors you run a HIGH risk of being SHUT DOWN by your host!
  6. - Question Is it possible to put a link on the menu only visible to admins?
    Answer Yes there is go to your functions.php page and in your sidebar function place this(right before the $sidebar = "):
    Code:
    $group = getgroup();
    $cancp = cancp($group);
    
    if($cancp == "yes"){
    $admin = "<a href='admin.php'><b>ACP</b></a><br>";
    }
    else{
    $admin = "";
    } 
    
    $sidebar = "<b><u>".$loggedinname."'s Links:</u></b><br><br>
Reply With Quote
  #3  
Old 06-13-2009, 04:37 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 11,289
BMR777 is on a distinguished road
Default RE: FAQ - LOOK HERE FIRST for the answers to those questions that are asked over and over

Thanks for posting this. :)

Hopefully this will help, however part of me thinks that it will not as unfortunately it seems there are some questions that will be asked again and again regardless. Anyway, I'm going to stick this. Feel free to update this Sea as you see fit.

Brandon
Reply With Quote
  #4  
Old 06-14-2009, 08:41 AM
Bloodrun's Avatar
Bloodrun Bloodrun is offline
I am, who I am.
 
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 29,672
Bloodrun
Send a message via Yahoo to Bloodrun
Default RE: FAQ - LOOK HERE FIRST for the answers to those questions that are asked over and over

Quote:
Originally Posted by BMR777
Thanks for posting this. :)

Hopefully this will help, however part of me thinks that it will not as unfortunately it seems there are some questions that will be asked again and again regardless. Anyway, I'm going to stick this. Feel free to update this Sea as you see fit.

Brandon
Yes I contacted here on making this thread. However I haven't been able to get on at all to stick/answer her questions.
Reply With Quote
  #5  
Old 09-02-2009, 08:49 AM
Fireballchad Fireballchad is offline
Member
 
Join Date: Aug 2009
Posts: 49
Credits: 8,461
Fireballchad
Default RE: FAQ - LOOK HERE FIRST or risk being ignored!

For the admin link this is how I got it to work
Put this above $sidebar =
PHP Code:

$group 
getgroup();
$cancp cancp($group);

if(
$cancp == "yes"){
$admin "<a href='/admin.php'><b>Admin Panel</b></a><br>";
}
else{
$admin "";
}

$sidebar "<b><u>".$loggedinname."'s Links:</u></b><br><br> 
Then Under $sidebar =
PHP Code:
$sidebar "<b><u>".$loggedinname."'s Links:</u></b><br><br> 
"
.$admin.
I was confused at first why it wasn't working but then I saw I wasn't adding the link.

*** just saw
Quote:
Originally Posted by seapyramid
Please DO NOT post in this thread until it is officially opened! Doing so will earn you a warning!
But that was in feb, and I felt this would be helpful :P
Reply With Quote
  #6  
Old 09-03-2009, 10:38 AM
Seapyramid Seapyramid is offline
Premium Member
 
Join Date: Feb 2009
Posts: 373
Gender: Female
Credits: 15,887
Seapyramid
Default RE: FAQ - LOOK HERE FIRST for the answers to those questions that are asked over and over

It is helpful & is not spam :) nice going :)
Reply With Quote
  #7  
Old 09-29-2010, 10:29 PM
redheadturkey redheadturkey is offline
Senior Member
 
Join Date: Jan 2010
Posts: 136
Gender: Female
Credits: 10,455
redheadturkey is on a distinguished road
Default RE: FAQ - LOOK HERE FIRST for the answers to those questions that are asked over and over

SPAMMER!! UGH.......

is there any way to get rid of all these spammers?
Reply With Quote
  #8  
Old 09-29-2010, 10:53 PM
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: 395,024
Hall of Famer is on a distinguished road
Default RE: FAQ - LOOK HERE FIRST for the answers to those questions that are asked over and over

lol it is not that hard to get rid of spammers if an admin or mod actually visits this place at least for 5-10 mins a day, lol. And there's something else that quite worth noting:

Quote:
- Question I would like to use PNG images, will there be a function later when PNG files can also be used for GD signatures?
Answer As for PNG images, in the future Brandon may expand the fancy signature option to work with png and jpg images [size=large]in a future release[/size].
The next release may be near, lets be patient everyone. ^^
Reply With Quote
  #9  
Old 09-29-2010, 11:34 PM
Kaeliah's Avatar
Kaeliah Kaeliah is offline
Premium Member
 
Join Date: Sep 2010
Location: Pennsylvania, United States
Posts: 485
Gender: Female
Credits: 33,311
Kaeliah will become famous soon enough
Send a message via AIM to Kaeliah Send a message via MSN to Kaeliah
Default RE: FAQ - LOOK HERE FIRST for the answers to those questions that are asked over and over

O.o that would be an awesome project to try. Sadly, I'm 100% sure I'm not nearly experienced enough of a programmer for this. *goes back to trying to make more than 1 alternate image*
__________________
[My Shop] ♥ [My Blog] ♥ [Subscribe] ♥ [My Mods] ♥ [Mod TOS]
Reply With Quote
Reply


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
I have some questions... SapphirePhoenix Questions and Supports 6 11-30-2015 10:50 AM
Asked this b4 I think... adopt hole SilverDragonTears Questions and Supports 11 07-22-2012 11:13 PM
Just some Questions i have. rickasawr Questions and Supports 3 04-30-2011 11:04 PM
Some Questions? :) blondbananamix Questions and Supports 10 04-25-2011 01:47 PM
two questions RoconzaArt Questions and Supports 10 02-24-2011 09:15 AM


All times are GMT -5. The time now is 02:28 AM.

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