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 01-26-2011, 10:21 AM
RoconzaArt's Avatar
RoconzaArt RoconzaArt is offline
Member
 
Join Date: Jan 2011
Location: NJ Shore (and proud of it)
Posts: 479
Gender: Female
Credits: 47,798
RoconzaArt is an unknown quantity at this point
Default GD Signature

um I don't know what you call it but that text you see under the adoptable.



I think it would be nice to have not make the image HUGE. Maybe in the next release there can be a more smaller text and not so much of it. Such as maybe just srink it to name, gender and owner.

OR maybe have a way the admin could edit this though the CP without having to go in to the php code to find it.

By the way were do you go to manually edit it?

Just a Suggestion.
__________________

Last edited by RoconzaArt; 01-26-2011 at 10:39 AM.
Reply With Quote
  #2  
Old 01-26-2011, 10:40 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 33,446
fadillzzz is an unknown quantity at this point
Default

You have to edit the siggy.php file.
I've edited mine to use .ttf font ( a little messy though...)
Reply With Quote
  #3  
Old 01-26-2011, 10:49 AM
RoconzaArt's Avatar
RoconzaArt RoconzaArt is offline
Member
 
Join Date: Jan 2011
Location: NJ Shore (and proud of it)
Posts: 479
Gender: Female
Credits: 47,798
RoconzaArt is an unknown quantity at this point
Default

What fonts work with it?
__________________
Reply With Quote
  #4  
Old 01-26-2011, 11:06 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: 394,712
Hall of Famer is on a distinguished road
Default

I am sure this can be done, I may consider it for Mys v1.2.0 release.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #5  
Old 01-26-2011, 11:16 AM
RoconzaArt's Avatar
RoconzaArt RoconzaArt is offline
Member
 
Join Date: Jan 2011
Location: NJ Shore (and proud of it)
Posts: 479
Gender: Female
Credits: 47,798
RoconzaArt is an unknown quantity at this point
Default

Oh no what happened to the picture it's all messed up now.
__________________
Reply With Quote
  #6  
Old 01-26-2011, 12:01 PM
Kaeliah's Avatar
Kaeliah Kaeliah is offline
Premium Member
 
Join Date: Sep 2010
Location: Pennsylvania, United States
Posts: 485
Gender: Female
Credits: 33,286
Kaeliah will become famous soon enough
Send a message via AIM to Kaeliah Send a message via MSN to Kaeliah
Default

GD is sometimes very difficult to work with. This may be a fix that could be done in the next release but there are already a lot of things being worked on. I could make changes to it, but I'm not real excited to because of the pain in the butt GD is. XD


Just for kicks and giggles I went into the script to see if I couldn't find an easy way to do what you were asking for. First, look at this:
PHP Code:
    $str1 "Name: ".$name;
    
$str2 "Owner: ".$owner;
    
$str3 "Click Here to Feed Me!";
    
$str4 "More Adopts at:";
    
$str5 "www.".$domain
These are the strings to be added to the image. If there's something here you don't want to be added, delete the string or
edit the string. If you delete the string then you have to go down a little further...

PHP Code:
    imagestring ($image120$textheight,  $str1$color);
    
imagestring ($image120$textheight 13,  $str2$color);
    
imagestring ($image120$textheight 26,  $str3$color);
    
imagestring ($image120$textheight 42,  $str4$color);
    
imagestring ($image120$textheight 55,  $str5$color); 
And delete the row containing the string to be added. This is where the strings get added to the image.
The number 12 listed on all the rows of code, is the font size. You can try adjusting that to make it a little
smaller but you have to make some other edits as well. Say you made the font size 8. All the + # have to be
increments of nine. So, +9, +18, +27, +36. That just made your image's height almost 20 pixels smaller.

If you go up higher in the code you'll find...

PHP Code:
    if($newwidth 250){
    
$newwidth 250;
    }
    else{
    
$newwidth $width;
    } 
Change the 2 '250' numbers to smaller numbers to reduce the width. However you want to make sure
there's still enough room for the strings and don't make it smaller than your largest pet's width. Also
be sure to change BOTH numbers to the same number.


Hope that helps a bit.
__________________
[My Shop] ♥ [My Blog] ♥ [Subscribe] ♥ [My Mods] ♥ [Mod TOS]

Last edited by Kaeliah; 01-26-2011 at 12:19 PM.
Reply With Quote
  #7  
Old 01-26-2011, 12:15 PM
RoconzaArt's Avatar
RoconzaArt RoconzaArt is offline
Member
 
Join Date: Jan 2011
Location: NJ Shore (and proud of it)
Posts: 479
Gender: Female
Credits: 47,798
RoconzaArt is an unknown quantity at this point
Default

Well I guess I disable it for now because it does not seem to be working for me right. It's not a big loss really. I can wait.
__________________
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
Signature Images LucasA33 Questions and Supports 3 04-07-2014 12:16 AM
Signature adoptable images tahbikat Questions and Supports 3 03-30-2014 02:24 PM
Signature Images not appearing? Pear Questions and Supports 2 02-08-2014 07:42 PM
Images in signature don't work Brim Questions and Supports 1 11-17-2010 12:51 AM
Signature images not showing Killgore Questions and Supports 23 09-10-2010 03:52 PM


All times are GMT -5. The time now is 08:43 PM.

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