Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 90
6 members and 84 guests
breakinguptomak, cycwcwlinlt2gti, denzk9tistw6iwp, horbd4aseracidn, robaaerteqjc6xs, ssefqarchmar2dx
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > nukemods releases > Theme packs

Reply
 
LinkBack Thread Tools Display Modes
Fisubsilver: content dissapears when editing header.html
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 9
Join Date: Feb 2005
Fisubsilver: content dissapears when editing header.html - 02-09-2005, 09:25 PM

hi, im trying to translate the fisubsilver theme to spanish and i find myself in troubles: when i try to modify themes/fisubsilver/header.html, as soon as i save modifications and refresh my browser the whole content dissapears: you can only see the header, the left blocks and the footer.

Even worse, i tried only to add a blank space at the end of the code (so as to leave the code intact), saved changes, refreshed and...blank again!

Any ideas?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
02-10-2005, 06:41 AM

Emm not quite sure what the problem is but here goes.

First Set your main language to Spanish in your Preferances (Nuke admin panel ).

Replace your header.html code with this
Code:
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0"> 
	<tr> 
		<td align="center" valign="top">
		<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
        <td width "60%" height="110" background="themes/fisubsilver/images/cellpic_bkg.jpg">[img]themes/fisubsilver/images/logo.gif[/img]</td>
        <td width "40%" height="110" background="themes/fisubsilver/images/cellpic_bkg.jpg" align="right">$showbanners </td>
  </tr>
</table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="4">
            <tr>
              <td width="150" nowrap><font class="content">$theuser</font></td>
              <td nowrap><div align="center"><font class="content">:: Hogar 
                    :: Descargas 
                    :: <a href="modules.php?name=Your_Account">Su Cuenta
                   </a> :: Foros 
                    ::</font></div></td>
              <td width="150" nowrap><div align="center"><font class="content">
$datetime
                  </font></div></td>
            </tr>
          </table></td>
      </tr>
    </table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td bgcolor="#FFFFFF">[img]themes/fisubsilver/images/7px.gif[/img]</td>
      </tr>
    </table>
        <table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
      <tr valign="top">
        <td>$public_msg[img]themes/fisubsilver/images/7px.gif[/img]</td>
</tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
  <td valign="top" width="1" background="themes/fisubsilver/images/7px.gif">
Now go into Modules (nuke admin) and edit your modules ie: name displayed

: AvantVa
: Contenido
: Descargas
: Enciclopedia
: PMF ( I think iam not Spanish LOL )
: Reacción
: Foros
: Diario
: Los miembros Listan
: Noticias
: Mensajes privados
: Recomienden Eeuu
: Revisiones
: Búsqueda
: EstadÃÂÂÂ*stica
: Archivo de cuentos
: Sométase las Noticias
: Inspecciones
: Cima
: Temas
: La telaraña liga
: Su Cuenta

Next edit your Blocks to display Spanish Text Title

: Módulos
: Administración
: Quién es en lÃÂÂÂ*nea
: Búsqueda
: Idiomas ( at this point ( I would ) deactivate this Block )
: Titulares aleatorios
: Caja de Costumbre de usuario
: Menú de categorÃÂÂÂ*as
: Inspección
: Entrada
: El Cuento grande de Hoy
: ArtÃÂÂÂ*culos viejos
: Información

If you do all that now, you wont have to worry about these Modules or Blocks again

The next file will cover most things in your forums you'll need to edit as much as you can in there.

/modules/Forums/language/lang_english/lang_main.php

eg:
Code:
//
// Common, these terms are used
// extensively on several pages
//
$lang['Forum'] = 'Foros';
$lang['Category'] = 'CategorÃÂÂÂ*a';
$lang['Topic'] = 'Tema';
$lang['Topics'] = 'Temas';

etc etc etc.....


$lang['Replies'] = 'Replies';
$lang['Views'] = 'Views';
$lang['Post'] = 'Post';
$lang['Posts'] = 'Posts';
$lang['Posted'] = 'Posted';
$lang['Username'] = 'Username';
Hope this helps :wink:


Share4Gain.com- 80% Adsense Revenue Share, no website required
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 9
Join Date: Feb 2005
02-10-2005, 07:35 AM

sorry, but my theme path is /themes/fisubsilversh, and when i change the code the same thing descripted in my first post happens.....
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
02-10-2005, 07:41 AM

you did say it was fisubsilver hmmm

one sec, i'll edit the code


Share4Gain.com- 80% Adsense Revenue Share, no website required
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
02-10-2005, 07:49 AM

Heres the code, everything eles still stands

Code:
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" valign="top">
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> 
<td width="60%" height="110">[img]themes/fisubsilversh/forums/images/logo.jpg[/img]</td>
<td width="40%" height="110">$showbanners </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr> 
<td class="topnav" width="165" nowrap><div align="center"><font class="content">$theuser</font></div></td>
<td class="topnav" nowrap><div align="center"><font class="content">•  HogarDescargasSu CuentaForos •</font></div></td>
<td class="topnav" width="165" nowrap><div align="center"><font class="content">$datetime
</font></div></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll">[img]themes/fisubsilversh/forums/images/spacer.gif[/img]</td><td class="tblbot">[img]themes/fisubsilversh/forums/images/spacer.gif[/img]</td><td class="tblr">[img]themes/fisubsilversh/forums/images/spacer.gif[/img]</td></tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td>$public_msg[img]themes/fisubsilversh/forums/images/spacer.gif[/img]</td>
</tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td valign="top" width="7" background="themes/fisubsilversh/forums/images/spacer.gif">


Share4Gain.com- 80% Adsense Revenue Share, no website required
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with adding content via Content Manager Cypher_489 Nuke 7.x - General 1 10-04-2005 12:39 PM
JS in themes/BlackDog/header.html Kelu Purged Topics 13 05-30-2003 11:30 PM
Copying header.html file into other directory to work there MurphDog Site design 0 04-24-2003 08:59 AM
Cusomizing the Header Html XtraX Site design 0 04-23-2003 10:29 PM
Changes made to Header.html causes alignment problems Pha17tasy Theme packs 3 03-20-2003 09:22 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31