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-13-2009, 12:01 AM
Seapyramid Seapyramid is offline
Premium Member
 
Join Date: Feb 2009
Posts: 373
Gender: Female
Credits: 22,557
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
  #2  
Old 09-02-2009, 08:49 AM
Fireballchad Fireballchad is offline
Member
 
Join Date: Aug 2009
Posts: 49
Credits: 12,381
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
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 01:31 AM.

Currently Active Users: 1404 (0 members and 1404 guests)
Threads: 4,081, Posts: 32,032, 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 - 2025, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636