1
I have recieved alot of emails recently about the rotator script that is included in the 03A geometric Red theme. So I have compiled this easy tutorial.
Step 1
remove the folder labeled "rotating_images" from your theme folder and place it in your root directory. We do this for short url's and basic convenience.
Step 2
place the images you wish to have rotate inside the "rotating_images" folder.
Step 3
open your theme.html and find this
<td id="leftcolumn">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td><img src="<{$xoops_imageurl}>rotating_images/1.jpg" alt="image1" width="159" height="116">img>td>
tr>
table>
replace with
<td id="leftcolumn">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td><img src="http://www.yoursite.com/rotating_images/rotator.php">img>td>
tr>
table>
thats it! you are done. be sure that you place the images you want to see rotating in the rotating_images folder. and make sure they are all sized accordingly.
:cheers: