Mysidia Adoptables Support Forum  

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

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 08-29-2011, 05:48 PM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 43,508
fadillzzz is an unknown quantity at this point
Default

Open myadopts.php and look for the following code (around line 240-250)
PHP Code:
                $altbb grabanysetting("usealtbbcode");

                
// Adoptable exists, so show the BBCode:

                
$article_title "Codes for {$name}";
                
$article_content "{$lang_bbcode_explain}<br />
                                    <p><u>Forum Codes / BBCode: </u></p>
                                    <p>
                                        <textarea name='textarea' cols='50' rows='4'>
                                            [url=http://www.
{$domain}{$scriptpath}/levelup.php?id={$aid}][img]http://www.{$domain}{$scriptpath}/siggy.php?id={$aid}[/img][/url]
                                        </textarea>
                                    </p>"
;

                if(
$altbb == "yes")
                {
                    
// Use the seo friendly alternate bbcodes...

                    
$article_content .= "
                                    <p><u>Alternate BBCodes (Use if the above do not work on a forum): </u></p>
                                    <p>
                                        <textarea name='textarea' cols='50' rows='4'>
                                            [url=http://www.
{$domain}{$scriptpath}/levelup.php?id={$aid}][img]http://www.{$domain}{$scriptpath}/get/{$aid}.gif\"[/img][/url]
                                        </textarea>
                                    </p>"
;
                }
                
                
$article_content .= "<p><u>HTML Code</u>:</p>
                                    <p>
                                        <textarea name='textarea' cols='50' rows='4'>
                                            <a href=\"http://www.
{$domain}{$scriptpath}/levelup.php?id={$aid}\" target=\"_blank\">
                                                <img src=\"http://www.
{$domain}{$scriptpath}/siggy.php?id={$aid}\" border=0>
                                            </a>
                                        </textarea>  
                                    </p>"

Replace them with this

PHP Code:
                $altbb grabanysetting("usealtbbcode");

                
// Adoptable exists, so show the BBCode:

                
$article_title "Codes for {$row['name']}";
                
$article_content "{$lang_bbcode_explain}<br />
                                    <p><u>Forum Codes / BBCode: </u></p>
                                    <p>
                                        <textarea name='textarea' cols='50' rows='4'>
                                            [url=http://www.
{$domain}{$scriptpath}/levelup.php?id={$row['aid']}][img]http://www.{$domain}{$scriptpath}/siggy.php?id={$row['aid']}[/img][/url]
                                        </textarea>
                                    </p>"
;

                if(
$altbb == "yes")
                {
                    
// Use the seo friendly alternate bbcodes...

                    
$article_content .= "
                                    <p><u>Alternate BBCodes (Use if the above do not work on a forum): </u></p>
                                    <p>
                                        <textarea name='textarea' cols='50' rows='4'>
                                            [url=http://www.
{$domain}{$scriptpath}/levelup.php?id={$row['aid']}][img]http://www.{$domain}{$scriptpath}/get/{$row['aid']}.gif\"[/img][/url]
                                        </textarea>
                                    </p>"
;
                }
                
                
$article_content .= "<p><u>HTML Code</u>:</p>
                                    <p>
                                        <textarea name='textarea' cols='50' rows='4'>
                                            <a href=\"http://www.
{$domain}{$scriptpath}/levelup.php?id={$row['aid']}\" target=\"_blank\">
                                                <img src=\"http://www.
{$domain}{$scriptpath}/siggy.php?id={$row['aid']}\" border=0>
                                            </a>
                                        </textarea>  
                                    </p>"

Reply With Quote
 


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
theme issues chinchillapals Questions and Supports 4 04-20-2012 04:09 PM
Oh look more issues Abronsyth Questions and Supports 2 10-20-2011 06:35 AM
Invite Code/Alpha Code Shex Questions and Supports 0 03-07-2011 04:08 AM
2 Issues Breakdown Questions and Supports 8 03-01-2009 02:48 PM
Having Setup Issues fritchie Questions and Supports 2 02-07-2009 01:28 PM


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

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