ok ive been seeing a lot of members ask on how to remove the standard registration text and replace with a nice image asking your guest to register

it is pretty simple all you need to do is one code edit that im going to show you

first of you will need to design a registration image using ps or something similar

once you have done that you will need to upload the image to your server
somthing like your root will be fine

now one you have done that we are going to do the template edit

so from the acp
> Styles & Templates
> Search in Templates

now search this text:
PHP Code: 
<!-- guest welcome message -->

<!-- / 
guest welcome message --> 
now copy the text from below:
PHP Code: 
<!-- guest welcome message -->
<
table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<
tr>
    <
td class="tcat">Welcome to the Your site here.</td>
</
tr>
<
tr>
    <
td class="alt1">
        <
center><a href="http://www.your-site-here.com/forum/register.php"><img src="http://www.your-image-link-here.gif" border="0"></center>

    </
td>
</
tr>
</
table>
<!-- / 
guest welcome message --> 
now replace

and make sure you edit the details

thats it you can now save and test

enjoy
clarksta Reviewed by clarksta on . how to change you registration text to a nice image ok ive been seeing a lot of members ask on how to remove the standard registration text and replace with a nice image asking your guest to register it is pretty simple all you need to do is one code edit that im going to show you first of you will need to design a registration image using ps or something similar once you have done that you will need to upload the image to your server somthing like your root will be fine now one you have done that we are going to do the template edit Rating: 5