| Author |
Message |
dad7732 RavenNuke(tm) Development Team

Joined: Mar 18, 2007 Posts: 1174
|
Posted:
Fri Aug 20, 2010 7:26 am |
|
On two new installs of RN 2.4.0.1 I changed the $sitename to "mysite", same for another, both new 2.4.0.1. Both logo's were changed, one says "mysite.com" but the other says "ravenuke.com". Both table nuke_config entries are NOT ravennuke.com. What's up with this? Obviously missing something somewhere. |
|
|
|
 |
dad7732 RavenNuke(tm) Development Team

Joined: Mar 18, 2007 Posts: 1174
|
Posted:
Fri Aug 20, 2010 8:21 am |
|
Also interesting, this only happens in theme "fisubice", in "RavenIce" clicking on the logo brings up the correct current site but in fisubice it goes to raven site. |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2403 Location: Pennsylvania
|
Posted:
Fri Aug 20, 2010 8:35 am |
|
Not sure why that is hard coded in there. I will take care of it, but if you want to change it just open header.html in the fisubice theme. It will be very apparent what needs changed. |
|
|
|
 |
dad7732 RavenNuke(tm) Development Team

Joined: Mar 18, 2007 Posts: 1174
|
Posted:
Fri Aug 20, 2010 8:39 am |
|
Was headed there as we speak .. thanks
Mr Problem seems to follow me around ..
Cheers |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2403 Location: Pennsylvania
|
Posted:
Sun Aug 22, 2010 11:40 am |
|
New header.html
| Code: |
<br />
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" valign="top"></td></tr></table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="60%" style="background-image: url(themes/fisubice/images/cellpic_bkg.jpg)" height="110">
<a href="$nukeurl" title="$sitename - $slogan"><img src="themes/fisubice/images/logo.gif" alt="', $sitename, ' - ', $slogan, '" border="0" /></a>
</td>
<td width="40%" style="background-image: url(themes/fisubice/images/cellpic_bkg.jpg)" height="110">$showbanners</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellpadding="4" cellspacing="0" style="background-image: url(themes/fisubice/images/cellpic_nav.gif)">
<tr>
<td nowrap="nowrap"><font class="content">$theuser</font></td>
<td nowrap="nowrap"><div align="center">$navMenu</div></td>
<td nowrap="nowrap"><div align="center"><font class="content">$datetime</font></div></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td align="center">$public_msg</td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td valign="top" width="1" style="background-image: url(themes/fisubice/images/7px.gif)">
|
|
|
|
|
 |
dad7732 RavenNuke(tm) Development Team

Joined: Mar 18, 2007 Posts: 1174
|
Posted:
Sun Aug 22, 2010 12:06 pm |
|
Thanks, will edit my distro. |
|
|
|
 |
|
|
|
|