wee2john Apprentice

Virtual Cash: 1110
Joined: 04 Sep 2007 Posts: 148 Location: Northern Ireland Add Karma
 rated by 2 members
Add Comment
Show Comments
 |
Posted: Mon Jun 30, 2008 8:14 pm Post subject: Logo change for member help |
|
|
Ok I did as the guide said only made the XPROFILE called SITEBANNER. Also did the code in overall_header.tpl but it doesn't work. It just seems to show 2 of the same banner on either side. The code I used was:
| Code: | <!--BEGIN switch_user_logged_in-->
<td><a href="{U_INDEX}"><img src="templates/myff_cooklikeapro1/images/{SITEBANNER}.gif" border="0" alt="{L_INDEX} vspace="1"/></a></td>
<td align="center" width="100%"> </td>
<!--END switch_user_logged_in-->
<!--BEGIN switch_user_logged_out-->
<td><a href="{U_INDEX}"><img src="templates/myff_cooklikeapro1/images/gordonramsey.gif" border="0" alt="{L_INDEX} vspace="1"/></a></td>
<!--END switch_user_logged_out--> |
Go HERE!!!
_________________ Click Here--> Cook Like a Pro in a Day!!!
Cook Like a Pro |
|
| Back to top |
|
 |
wee2john Apprentice

Virtual Cash: 1110
Joined: 04 Sep 2007 Posts: 148 Location: Northern Ireland Add Karma
 rated by 2 members
Add Comment
Show Comments
 |
Posted: Mon Jun 30, 2008 8:19 pm Post subject: |
|
|
Just realised that I made a slight mistake which altered it completely. I forgot to put a space between the "<!--" and the BEGIN, END bits. So the code looks like this now:
| Code: | <!-- BEGIN switch_user_logged_in-->
<td><a href="{U_INDEX}"><img src="templates/myff_cooklikeapro1/images/{SITEBANNER}.gif" border="0" alt="{L_INDEX} vspace="1"/></a></td>
<td align="center" width="100%"> </td>
<!-- END switch_user_logged_in-->
<!-- BEGIN switch_user_logged_out-->
<td><a href="{U_INDEX}"><img src="templates/myff_cooklikeapro1/images/gordonramsey.gif" border="0" alt="{L_INDEX} vspace="1"/></a></td>
<!-- END switch_user_logged_out--> |
_________________ Click Here--> Cook Like a Pro in a Day!!!
Cook Like a Pro |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 43000
Joined: 22 May 2005 Posts: 19357
Add Karma
 rated by 157 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
wee2john Apprentice

Virtual Cash: 1110
Joined: 04 Sep 2007 Posts: 148 Location: Northern Ireland Add Karma
 rated by 2 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |