Welcome, Guest. Please Login or Register.
March 29, 2024, 11:17:09 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  YaBB SE Info  |  News From the YaBB SE Team  |  Peek At The Next Version « previous next »
Pages: 1 [2] 3 Reply Ignore Print
Author Topic: Peek At The Next Version  (Read 117315 times)
mephisto_kur
Sr. Member
****
Posts: 308


Hi ho.

WWW
Re:Peek At The Next Version
« Reply #15 on: May 18, 2003, 05:56:16 AM »
Reply with quote

Quote from: Michele on May 17, 2003, 03:02:52 PM
Please, please, please drop support for Netscape 4.x and depend on the CSS for border styles... get rid of NTS now!

Everyone repeat after me:

No nested tables!
No nested tables!
No nested tables!
No nested tables!
No nested tables!

* Michele calms down

Sorry, nested tables and < font size=-1 > are two of my pet peeves.  ;)

This would make me happy.  I would go further and say <font *> drives me friggin crazy.
Logged



Awmp, ding, soo googoongee doop, dee
Googoo Fleegoogeegoo
Goo Fleegoogeegoo
Duht, Deeheeh
Oogoogoog Dtee
Oogoogagoo oogoogweee
Fleegoogeegoo, fleegow
Go go mah mah mefs sufh yeah...
Armadillo
Noobie
*
Posts: 22


Medieval Warrior

Re:Peek At The Next Version
« Reply #16 on: May 18, 2003, 06:36:08 AM »
Reply with quote

Instead of using nested tables, why not use a DIV with a border style and put your content into it?
It's supposed to function in NN 4.x.
I may edit my template and try it.

Click here for more info.



Logged

Everything should be made as simple as possible, but no simpler.
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Peek At The Next Version
« Reply #17 on: May 18, 2003, 07:00:37 AM »
Reply with quote

Durrr... I didn't know about divs, George. :P

It's done that way on purpose for better cross-browser compatibility.  Gobalopper has already volunteered to do exactly what you are asking. (or some of it, at least.)

So, calm down.... you don't need to give lessons on CSS for dummies.
And... I've actually done it on my own site to decrease bandwidth.  Works fine in decent browsers...

-[Unknown]
Logged
I, Brian
Full Member
***
Posts: 238


It is coming...

WWW
Re:Peek At The Next Version
« Reply #18 on: May 18, 2003, 11:24:26 AM »
Reply with quote

QuoteI'd like a thing to make static html threads and archive them.  I keep saying that and no one seems to listen.  Why?  Search engines like 'em much better than php/MySQL threads (yes, I know about making php addresses search engine friendly) and when search engines like something I make money.  I dropped dcforum for yabbse.  The 3,000+ selected threads with banners in the old dcforum archive make me money every day whether I work of not.  Larry


Search around for the archive mod I made.  You can probably get it working for 1.5.2 with little effort.

This is also something I'm looking at - search engine friendliness is a priority at the moment.

I wouldn't have a clue how to modify the code, though. Any suggestions out there? I'll happily dig through the thread to retrieve the code if someone will mod it for 1.5.2


« Last Edit: May 18, 2003, 12:12:06 PM by I, Brian » Logged

Michele
Beta Tester
YaBB God
*****
Posts: 584


I can't wait for YaBB SE 2!

Mad+Moya WWW
Re:Peek At The Next Version
« Reply #19 on: May 18, 2003, 02:00:24 PM »
Reply with quote

Quote from: [Unknown] on May 18, 2003, 07:00:37 AM
Durrr... I didn't know about divs, George. :P

It's done that way on purpose for better cross-browser compatibility.  Gobalopper has already volunteered to do exactly what you are asking. (or some of it, at least.)

So, calm down.... you don't need to give lessons on CSS for dummies.
And... I've actually done it on my own site to decrease bandwidth.  Works fine in decent browsers...

-[Unknown]

Actually, the way that < font size= > is used throughout Sources, you should actually be using < span > not < div > . :)
Logged

formerly Mad Moya
PfaBB - http://pfabb.lunabyte.com
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Peek At The Next Version
« Reply #20 on: May 18, 2003, 08:00:18 PM »
Reply with quote

as unknown said before, it's done so it will still look good in older browsers (ones that dont support css)
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
acf [delete me]!
YaBB God
*****
Posts: 521


la especialidad de grafic

WWW
Re:Peek At The Next Version
« Reply #21 on: May 18, 2003, 08:42:23 PM »
Reply with quote

some <divs> with Z-index and we have some need effects  ;D

Could the next version include: <style type="text/css" media="all">@import "./yabbnl.css";</style>
looks much nicer in the template  then al those style's and you can us the file for more thing then only for the template.
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Peek At The Next Version
« Reply #22 on: May 18, 2003, 08:47:44 PM »
Reply with quote

<style type="text/css" media="all">@import "./yabbnl.css";</style>

Uhh... that's bad.  That will require CSS 2, and won't work in some browsers (ie. IE 5) - which is bad.

This is better:
<link rel="stylesheet" type="text/css" href="yabbse.css" media="screen" />

-[Unknown]
Logged
acf [delete me]!
YaBB God
*****
Posts: 521


la especialidad de grafic

WWW
Re:Peek At The Next Version
« Reply #23 on: May 18, 2003, 09:01:35 PM »
Reply with quote

Quote from: [Unknown] on May 18, 2003, 08:47:44 PM
<style type="text/css" media="all">@import "./yabbnl.css";</style>

Uhh... that's bad.  That will require CSS 2, and won't work in some browsers (ie. IE 5) - which is bad.

This is better:
<link rel="stylesheet" type="text/css" href="yabbse.css" media="screen" />

-[Unknown]

:D hmm handy, thanx
Logged

I, Brian
Full Member
***
Posts: 238


It is coming...

WWW
Re:Peek At The Next Version
« Reply #24 on: May 19, 2003, 01:51:48 PM »
Reply with quote


I used the basic search function, but only found this thread.

The advanced search function didn;t even find that, nor anything threads associating the words "Joseph Fung" with "archive".

Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Peek At The Next Version
« Reply #25 on: May 19, 2003, 02:04:39 PM »
Reply with quote

http://www.yabbse.org/community/index.php?board=158;action=display;threadid=16903

-[Unknown]
Logged
I, Brian
Full Member
***
Posts: 238


It is coming...

WWW
Re:Peek At The Next Version
« Reply #26 on: May 19, 2003, 02:07:58 PM »
Reply with quote

Yes, I'd just found it - page 14 of the completed mods board, I believe. Thanks for retrieving the link, though.

Trouble is:

QuoteThe archives are stored as php pages
that are non-spiderable (sorry people).

Which sort of defeats the entire issue raised, doesn't it?

Locked as well, so I couldn't raise the topic.
« Last Edit: May 19, 2003, 02:11:05 PM by I, Brian » Logged

jasonsn
Full Member
***
Posts: 153


Re:Peek At The Next Version
« Reply #27 on: May 21, 2003, 09:47:32 PM »
Reply with quote

What are you guys talking about?
Logged

Thanks for your time.
Jason Neskar
old dan
Full Member
***
Posts: 191


Make music, not war.

WWW
Re:Peek At The Next Version
« Reply #28 on: May 22, 2003, 07:15:52 AM »
Reply with quote

Quote from: jasonsn on May 21, 2003, 09:47:32 PM
What are you guys talking about?

They're talking about a program that would make html pages out of messages stored in your yabb db.

It's not that hard to do and unless someone else wants to do it I can whip something up this weekend (it's a three day weekend).
Logged

People who drink lite beer don't like the taste of beer; they just like to pee a lot
jasonsn
Full Member
***
Posts: 153


Re:Peek At The Next Version
« Reply #29 on: May 22, 2003, 01:07:49 PM »
Reply with quote

Oh OK!  Thank you for explaining what everyone was talking about.
Logged

Thanks for your time.
Jason Neskar
Pages: 1 [2] 3 Reply Ignore Print 
YaBB SE Community  |  YaBB SE Info  |  News From the YaBB SE Team  |  Peek At The Next Version « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.036 seconds with 19 queries.