Page Index Toggle Pages: 1 [2] 3 4  Send TopicPrint
Very Hot Topic (More than 25 Replies) Dark Shadows Reissued for YaBB 2.4 (Read 33066 times)
L_ith
Junior Member
**
Offline


A LoSt Dream~

Posts: 83
Location: Im lost~
Joined: Jul 11th, 2006
Gender: Male
Re: Dark Shadows Reissued for YaBB 2.4
Reply #15 - Jun 25th, 2010 at 6:44pm
Print Post  
Here is the code  from my html file,


i was going to attach the html file but i cant see that option ?  only for certain people with high posts??


Anyway here you go


this is to the logo all the way to the bottom


Code
Select All
     <td width="500">
          <a href="http://www.mysite.com"><img src="{yabb images}/logo.png" alt="Random" title="Random" border="0" /></a>
          </td>
          <td style="text-align: center; vertical-align: top;">
          <div style="padding-left: 20px; padding-top: 15px; padding-right: 50px;">{yabb admin_alert}</div>
          <div style="padding-left: 20px; padding-top: 15px; padding-right: 50px;" id="fscroller">{yabb news}</div>
          </td>
        </tr>
        <tr>
          <td colspan="2" class="navbar">
          <div style="float: left; width: 20%;">&nbsp;</div>
          <div style="float: left; width: 60%; text-align: center;">{yabb menu}</div>
          <div style="float: left; width: 20%; text-align: right; white-space: nowrap;">{yabb searchbox}</div>
          </td>
        </tr>
      </table>
      <div style="padding-bottom: 17px;">
      <div style="float: left;" class="nav">{yabb boardlink} {yabb navigation}</div>
      <div style="float: right;">{yabb rss}</div>
      </div>
      <div style="clear: left;">{yabb main}</div>
      <div style="padding-top: 5px; padding-bottom: 40px;">
      <div style="float: left;">{yabb navback}</div>
      <div style="float: right;">{yabb forumjump}</div>
      <div>
      <div class="footer"><span class="copyright"><a href="http://www.mysite.com">My site's name</a> © 2005-2010. All   Rights Reserved.</span><br />{yabb copyright}<br />{yabb freespace}<br />{yabb debug}</div>
</td>
    <td class="main_right">&nbsp;</td>
  </tr>
</table>
</div>
</body>
</html>
 

  
Back to top
 
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Dark Shadows Reissued for YaBB 2.4
Reply #16 - Jun 25th, 2010 at 6:48pm
Print Post  
Here's your problem:

Code
Select All
	<div style="float: right;">{yabb forumjump}</div>
	<div> 


Add the highlighted '/':

Code
Select All
	<div style="float: right;">{yabb forumjump}</div>
	</div> 


I'm pretty sure that should fix it...
  
Back to top
 
IP Logged
 
L_ith
Junior Member
**
Offline


A LoSt Dream~

Posts: 83
Location: Im lost~
Joined: Jul 11th, 2006
Gender: Male
Re: Dark Shadows Reissued for YaBB 2.4
Reply #17 - Jun 25th, 2010 at 7:05pm
Print Post  
Done,


seems good now yea?

  
Back to top
 
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Dark Shadows Reissued for YaBB 2.4
Reply #18 - Jun 25th, 2010 at 7:09pm
Print Post  
Yep! As I say, you must have altered it somehow when originally editing the copyright - so at least there's nothing wrong with the template itself.

Will get back to you on the other couple of minor things...
  
Back to top
 
IP Logged
 
L_ith
Junior Member
**
Offline


A LoSt Dream~

Posts: 83
Location: Im lost~
Joined: Jul 11th, 2006
Gender: Male
Re: Dark Shadows Reissued for YaBB 2.4
Reply #19 - Jun 25th, 2010 at 7:18pm
Print Post  
k thanks man

  
Back to top
 
IP Logged
 
L_ith
Junior Member
**
Offline


A LoSt Dream~

Posts: 83
Location: Im lost~
Joined: Jul 11th, 2006
Gender: Male
Re: Dark Shadows Reissued for YaBB 2.4
Reply #20 - Jun 25th, 2010 at 8:54pm
Print Post  
oh another thing

some users dont like the red hover so any chance you can make it purple instead? i looked in the forum layout cant find the option

is it in the CSS or ??


  
Back to top
 
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Dark Shadows Reissued for YaBB 2.4
Reply #21 - Jun 26th, 2010 at 2:44pm
Print Post  
Yep, find this and change the highlighted:

Code
Select All
.message a:hover {
	  text-decoration: underline;
	  color: #cc0000;
} 


If you let me know what you change it to, I'll change it in the package also...
  
Back to top
 
IP Logged
 
L_ith
Junior Member
**
Offline


A LoSt Dream~

Posts: 83
Location: Im lost~
Joined: Jul 11th, 2006
Gender: Male
Re: Dark Shadows Reissued for YaBB 2.4
Reply #22 - Jun 26th, 2010 at 2:58pm
Print Post  
kk  will change it now via CSS

  
Back to top
 
IP Logged
 
L_ith
Junior Member
**
Offline


A LoSt Dream~

Posts: 83
Location: Im lost~
Joined: Jul 11th, 2006
Gender: Male
Re: Dark Shadows Reissued for YaBB 2.4
Reply #23 - Jun 26th, 2010 at 3:02pm
Print Post  
Strange i changed it to

purple which is CCOOFF and when i hover of it, it doesn't show?


tried other color's wont show..  the code i edited is


Code
Select All
 }
.message a:hover {
	  text-decoration: underline;
	  color: #ccooff; 



right?
  
Back to top
 
IP Logged
 
L_ith
Junior Member
**
Offline


A LoSt Dream~

Posts: 83
Location: Im lost~
Joined: Jul 11th, 2006
Gender: Male
Re: Dark Shadows Reissued for YaBB 2.4
Reply #24 - Jun 26th, 2010 at 3:21pm
Print Post  
Changed it back to the orginal for now..
  
Back to top
 
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Dark Shadows Reissued for YaBB 2.4
Reply #25 - Jun 26th, 2010 at 3:26pm
Print Post  
It's correct how you did it - remember that external CSS gets cached, so more often than not you will have to refresh your browser to notice the changes...
  
Back to top
 
IP Logged
 
L_ith
Junior Member
**
Offline


A LoSt Dream~

Posts: 83
Location: Im lost~
Joined: Jul 11th, 2006
Gender: Male
Re: Dark Shadows Reissued for YaBB 2.4
Reply #26 - Jun 26th, 2010 at 3:33pm
Print Post  
ok man i'll give it a shot, i thought the change would be instant lol.


kk

  
Back to top
 
IP Logged
 
L_ith
Junior Member
**
Offline


A LoSt Dream~

Posts: 83
Location: Im lost~
Joined: Jul 11th, 2006
Gender: Male
Re: Dark Shadows Reissued for YaBB 2.4
Reply #27 - Jun 26th, 2010 at 3:39pm
Print Post  
Refreshed like 20 times guess it takes a while lol
  
Back to top
 
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Dark Shadows Reissued for YaBB 2.4
Reply #28 - Jun 26th, 2010 at 3:47pm
Print Post  
You're going to kick yourself when you realize what you've done...

You've used o's instead of zeros...

You have:

Code
Select All
#ccooff 


Should be:

Code
Select All
#cc00ff 


Smiley
  
Back to top
 
IP Logged
 
L_ith
Junior Member
**
Offline


A LoSt Dream~

Posts: 83
Location: Im lost~
Joined: Jul 11th, 2006
Gender: Male
Re: Dark Shadows Reissued for YaBB 2.4
Reply #29 - Jun 26th, 2010 at 3:50pm
Print Post  
oh man....................................................




grrr!!!!! lol thx



kk done now checking it... jesus christ lol
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 3 4 
Send TopicPrint