forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: MDxRacing on September 28, 2004, 07:58:18 pm

Title: Help With Eyeball Theme
Post by: MDxRacing on September 28, 2004, 07:58:18 pm
I Was Useing 1.21 version Before And Had No Problem.
I Did A Clean New Install 1.32 Version And No Upgrade.
Did all My Mods To Scripts ( Mostly Lang And Theme )

I Replace The Footer And Button From This Below

Code: [Select]
EOT;

$template_main_menu2 = <<<EOT
  <table border="0" cellpadding="0" cellspacing="0" border="0" class="top_menu_bttn">
  <tr>
  <td><img src="themes/eyeball/images/top_menu_left.gif" border="0" alt="" /><br /></td>
  <td background="themes/eyeball/images/top_menu_button.gif">
  <a href="index.php" onMouseOver="MM_showHideLayers('Menu1','','show')">
  <img src="themes/eyeball/images/home.gif" border="0" alt="" /><br /></a>
  </td>
  <td><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
  <td background="themes/eyeball/images/top_menu_button.gif">
  <a href="{ALB_LIST_TGT}" title="{ALB_LIST_TITLE}">{ALB_LIST_LNK}</a>
  </td>                                     
  <td><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
  <td background="themes/eyeball/images/top_menu_button.gif">
  <a href="{LASTUP_TGT}">{LASTUP_LNK}</a>
  </td>                                     
  <td><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
  <td background="themes/eyeball/images/top_menu_button.gif">
  <a href="{LASTCOM_TGT}"onMouseOver="MM_showHideLayers('Menu1','','hide')">{LASTCOM_LNK}</a>
  </td>
  <td><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
  <td background="themes/eyeball/images/top_menu_button.gif">
  <a href="{TOPN_TGT}" onMouseOver="MM_showHideLayers('Menu1','','hide')">{TOPN_LNK}</a>
  </td>
  <td><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
  <td background="themes/eyeball/images/top_menu_button.gif">
  <a href="{TOPRATED_TGT}" onMouseOver="MM_showHideLayers('Menu1','','hide')">{TOPRATED_LNK}</a>
  </td>
  <td><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
  <td background="themes/eyeball/images/top_menu_button.gif">
  <a href="{FAV_TGT}" onMouseOver="MM_showHideLayers('Menu1','','hide')">{FAV_LNK}</a>
  </td>
  <td><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
  <td background="themes/eyeball/images/top_menu_button.gif">
  <a href="{SEARCH_TGT}" onMouseOver="MM_showHideLayers('Menu1','','hide')">{SEARCH_LNK}</a>
  </td>
  <td><img src="themes/eyeball/images/top_menu_right.gif" border="0" alt="" /><br /></td>
          </tr>
      </table>
--------------------------------------------------------------------------------------------------------------------------------------------------


To This Below  (The Same As I Used On The 1.21 Version )

Code: [Select]
EOT;

$template_main_menu2 = <<<EOT
  <table border="0" cellpadding="0" cellspacing="0" border="0" class="top_menu_bttn">
  </table></td>
  </tr>
  <tr>
  <td><table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
                         
 <td align="center"><table border="0" cellpadding="0" cellspacing="0" border="0" 

class="top_menu_bttn">
 <tr>
 <!-- First Row -->
                                       
 <td><img src="themes/eyeball/images/top_menu_left.gif" border="0" alt="" /><br /></td>
 <td background="themes/eyeball/images/top_menu_button.gif">
 <a href="index.html">HOME</a>
 </td>
 <td><CENTER><img src="themes/eyeball/images/top_menu_right.gif" border="0" alt="" /><br /></td>
                                                     
                                                       

 </table></td>
 </tr>
 <tr>
 <td><table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
                         
 <td align="center"><table border="0" cellpadding="0" cellspacing="0" border="0" 

class="top_menu_bttn">
 <tr>
   
 <!-- Second Row -->                                       
                           
 <td><CENTER><img src="themes/eyeball/images/top_menu_left.gif" border="0" alt="" /><br /></td>
 <td background="themes/eyeball/images/top_menu_button.gif">
 <a href="http://www.bluescreations.net/forums/index.php">Forums < VRT ></a>
 </td>
                           
 <td background="themes/eyeball/images/top_menu_button.gif">
 <a href="http://dirttwister.com/smf/index.php">< TD ></a>
 </td>
                           
 <td background="themes/eyeball/images/top_menu_button.gif">
 <a href="http://mdxracing.net/forum/">< MD ></a>
 </td>

 <td><CENTER><img src="themes/eyeball/images/top_menu_right.gif" border="0" alt="" /><br /></td>
                                                       
                   
 </table></td>
 </tr>
 <tr>
 <td><table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
                           
 <td align="center"><table border="0" cellpadding="0" cellspacing="0" border="0"   

class="top_menu_bttn">
 <tr>
   
 <!-- Third Row -->
                                       
 <td><img src="themes/eyeball/images/top_menu_left.gif" border="0" alt="" /><br /></td>
 <td background="themes/eyeball/images/top_menu_button.gif">
 <a href="search.php">Search By Creator Name Or Track Name</a>
 </td>

 <td><CENTER><img src="themes/eyeball/images/top_menu_right.gif" border="0" alt="" /><br /></td>
 </table></td>
 </tr>
 <tr>
 <td><table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
                           
 <td align="center"><table border="0" cellpadding="0" cellspacing="0" border="0" 

class="top_menu_bttn">
 <tr>

 <!-- Forth Row -->
                                         
 <td><CENTER><img src="themes/eyeball/images/top_menu_left.gif" border="0" alt="" /><br /></td>
 <td background="themes/eyeball/images/top_menu_button.gif">
 <a href="index.php?cat=4">Supercross Tracks</a>
                     
 </td>
 <td><CENTER><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
 <td background="themes/eyeball/images/top_menu_button.gif">
 <!--<a href="index.php?cat=12">-->Supercross Ghost</a>
 </td>
 <td><CENTER><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
 <td background="themes/eyeball/images/top_menu_button.gif">
 <a href="upload.php">Supercross Uploader</a>
 </td>

 <td><CENTER><img src="themes/eyeball/images/top_menu_right.gif" border="0" alt="" /><br /></td>


 </table></td>
 </tr>
 <tr>
 <td><table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
                           
 <td align="center"><table border="0" cellpadding="0" cellspacing="0" border="0"   

class="top_menu_bttn">
 <tr>
 <!-- Fith Row -->                                                 
                                     
 <td><CENTER><img src="themes/eyeball/images/top_menu_left.gif" border="0" alt="" /><br /></td>
 <td background="themes/eyeball/images/top_menu_button.gif">
 <a href="index.php?cat=3">National Tracks</a>
 </td>
 <td><CENTER><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
 <td background="themes/eyeball/images/top_menu_button.gif">
 <!--<a href="thumbnails.php?album=77">-->National Ghost</a>

 </td>
 <td><CENTER><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
 <td background="themes/eyeball/images/top_menu_button.gif">
 <a href="upload.php">National Uploader</a>

 </td>
 <td><CENTER><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
 <td background="themes/eyeball/images/top_menu_button.gif">
 <!--<a href="thumbnails.php?album=72">-->Utilities</a>
 </td>

 <td><CENTER><img src="themes/eyeball/images/top_menu_right.gif" border="0" alt="" /><br /></td>


 </table></td>
 </tr>
 <tr>
 <td><table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
                           
 <td align="center"><table border="0" cellpadding="0" cellspacing="0" border="0"   

class="top_menu_bttn">
 <tr>

 <!-- Sixth Row -->
                                                 
 <td><CENTER><img src="themes/eyeball/images/top_menu_left.gif" border="0" alt="" /><br /></td>
 <td background="themes/eyeball/images/top_menu_button.gif">
 <a href="thumbnails.php?album=37">Bike Skins</a>

 </td>
 <td><CENTER><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>

 <td background="themes/eyeball/images/top_menu_button.gif">
 <a href="upload.php">Bike Skin Uploader</a>
 </td>
 <td><CENTER><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
 <td background="themes/eyeball/images/top_menu_button.gif">
 <a href="thumbnails.php?album=38">Rider Skins</a>

 </td>
 <td><CENTER><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
 <td background="themes/eyeball/images/top_menu_button.gif">
 <a href="upload.php">Rider Skin Uploader</a>

 </td>
 <td><CENTER><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
 <td background="themes/eyeball/images/top_menu_button.gif">
 <!--<a href="uploadsxghost.php">-->SX Ghost Uploader</a>

 </td>
 <td><CENTER><img src="themes/eyeball/images/top_menu_spacer.gif" border="0" alt="" /><br /></td>
 <td background="themes/eyeball/images/top_menu_button.gif">
 <!--<a href="uploadnatghost.php">-->Nat Ghost Uploader</a>
 </td>
 <td><CENTER><img src="themes/eyeball/images/top_menu_right.gif" border="0" alt="" /><br /></td>
                                 
      </tr>
 </table>           
                             

--------------------------------------------------------------------------------------------------------------------------------------------------
And It Worked and Look The Same As Before.  http://mdxracing.net/index.php

But Then I Noticed In The Description Under The Pictures Was Like this Below (one Straight Line / Row As Wide As The Page)


My 1st serious attempt at an sx hope its worthy...plz lemme know how it stacks up.....if its something u sx guys enjoy i'll make another ...i had alot of fun makin this one so i hope u guys dig it

--------------------------------------------------------------------------------------------------------------------------------------------------

Insted Of This Below ( As Wide As The Picture )

My 1st serious attempt at an sx hope its worthy...plz lemme know how it stacks up.....
if its something u sx guys enjoy i'll make another ...i had alot of fun makin this one so i
hope u guys dig it
--------------------------------------------------------------------------------------------------------------------------------------------------
So My Question Is What Can I Add To Theme Script To Make The Descriton Under Pic The Way It Needs To Be?


note from TranzNDance: post was edited to differentiate code blocks.
Title: Re: Help With Eyeball Theme
Post by: Nibbler on September 28, 2004, 08:19:14 pm
I can't see what you mean without registering, but it may be this (http://forum.coppermine-gallery.net/index.php?topic=9484.0) you need.
Title: Re: Help With Eyeball Theme
Post by: MDxRacing on September 28, 2004, 08:33:08 pm
Went Back To Stock Theme Just Rename Buttons / 1 Roll Of Buttons Instead Of 6 Rolls
And Problem Fixed
Thanks
MD