New bbs functionality - Need help testing

A forum for the proverbial airport bum who just wants to talk about anything and everything related to flying. Introduce yourself here !!

Spike
Chief Rivet Banger
Posts: 4013
Joined: Thu Oct 14, 2004 8:40 pm
Location: Baltimore, MD
Contact:

New bbs functionality - Need help testing

Post by Spike »

Comes through for me just fine *snicker* Wonder whats up with Yahoo!



RB Lists: The Hangar wrote:
<!-- /* The original subSilver Theme for phpBB version 2+ Created by subBlue design http://www.subBlue.com NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 theme administration centre. When you have finalised your style you could cut the final CSS code and place it in an external file, deleting this section to save bandwidth. */ /* General page style. The scroll bar colours only visible in IE5.5+ */ body { background-color: #E5E5E5; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11; color: #000000; } /* General font families for common tags */ font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } p, td { font-size : 11; color : #000000; } a:link,a:active,a:visited { color : #006699; } a:hover { text-decoration: underline; color : #DD6900; } hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;} /* This is the border line & background colour round the entire page */ .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } /* This is the outline round the main forum tables */ .forumline { background-color: #FFFFFF; border: 2px #006699 solid; } /* Main table cell colours and backgrounds */ td.row1 { background-color: #EFEFEF; } td.row2 { background-color: #DEE3E7; } td.row3 { background-color: #D1D7DC; } /* This is for the table cell above the Topics, Post & Last posts on the index.php page By default this is the fading out gradiated silver background. However, you could replace this with a bitmap specific for each forum */ td.rowpic { background-color: #FFFFFF; background-image: url(../templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y; } /* Header cells - the blue and silver gradient backgrounds */ th { color: #FFA34F; font-size: 11px; font-weight : bold; background-color: #006699; height: 25px; background-image: url(../templates/subSilver/images/cellpic3.gif); } td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url(../templates/subSilver/images/cellpic1.gif); background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px; } /* Setting additional nice inner borders for the main table cells. The names indicate which sides the border will be on. Don't worry if you don't understand this, just ignore it :-) */ td.cat,td.catHead,td.catBottom { height: 29px; border-width: 0px 0px 0px 0px; } th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; } td.row3Right,td.spaceRow { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; } th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; } th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; } th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; } th.thTop { border-width: 1px 0px 0px 0px; } th.thCornerL { border-width: 1px 0px 0px 1px; } th.thCornerR { border-width: 1px 1px 0px 0px; } /* The largest text used in the index page title and toptic title etc. */ .maintitle { font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #000000; } /* General text */ .gen { font-size : 12px; } .genmed { font-size : 11px; } .gensmall { font-size : 10px; } .gen,.genmed,.gensmall { color : #000000; } a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; color : #000000 } a.mainmenu { text-decoration: none; color : #006699; } a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } /* Forum category titles */ .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699} a.cattitle { text-decoration: none; color : #006699; } a.cattitle:hover{ text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 12px; color : #006699; } a.forumlink { text-decoration: none; color : #006699; } a.forumlink:hover{ text-decoration: underline; color : #DD6900; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-weight: bold; font-size: 11px; color : #000000;} a.nav { text-decoration: none; color : #006699; } a.nav:hover { text-decoration: underline; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; color : #000000;} /* Location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #000000; } /* The content of the posts (body of text) */ .postbody { font-size : 12px; line-height: 18px} a.postlink:link { text-decoration: none; color : #006699 } a.postlink:visited { text-decoration: none; color : #5493B4; } a.postlink:hover { text-decoration: underline; color : #DD6900} /* Quote & Code blocks */ .code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; background-color: #FAFAFA; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; background-color: #FAFAFA; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } -->
Opps, you said you wanted it tested, not broke. Image I wonder how the smiley face with come through? Image

Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
Submitted via email



rivetbangers.com - Discussion topic http://www.rivetbangers.com/cgi-php/forums/viewtopic.php?p=3373#3373

No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.8.1 - Release Date: 3/23/2005 [/code]


-- ------------------------------------------------------- www.rivetbangers.com - Building more than just RV's www.spikesplace.org/cgi-php/serendipity - Builder's log[/code]
Submitted via email

Spike
Chief Rivet Banger
Posts: 4013
Joined: Thu Oct 14, 2004 8:40 pm
Location: Baltimore, MD
Contact:

Post by Spike »

Yeah Bill that seems to be the case. However, it only seems to be the case for Yahoo! generated emails ...
http://www.rivetbangers.com - Now integrating web and mail!
Current Build: 2 years into a beautiful little girl

Dan A
Class D
Posts: 310
Joined: Sun Oct 24, 2004 6:18 pm
Location: Cheney, WA USA

Post by Dan A »

Spike,
I already balong to the Yahoo group and, like one of the other posts' , I do not like to put up with the advertisments. This forum is good in that you do not have the extra hassle of wading thru the adds. I don't think you should change it.
Dan

bmurrish
Class D
Posts: 482
Joined: Thu Jan 06, 2005 11:42 am
Location: Colorado Springs

Post by bmurrish »

Dan, I am not sure what you are talking about as far as advertisements. The only thing even remotely possible to an advertisement on the site is when I respond via email and then yahoo puts a little blurb under my signature.
Bill Murrish
RV-8 Fuselage

Spike
Chief Rivet Banger
Posts: 4013
Joined: Thu Oct 14, 2004 8:40 pm
Location: Baltimore, MD
Contact:

Post by Spike »

I completely agree Dan. Advertising is something that I want to avoid at all costs. Id rather solicit from the users before I ever accepted advertising. We are a very long way from needing either so I wouldnt worry about it. The only thing that we were talking about is that Yahoo puts a textual blurb at the bottom of their emails when you use a free yahoo account to send an email.

In the testing of the new bbs software, when Bill was posting to the board using his email account, that little blurb was included down in the bottom by his signature.

I definately have no intention of accepting advertising :thumbsup: I don't want any type of political pressures here other than that of promoting the building and flying of RV aircraft :)

-- John
http://www.rivetbangers.com - Now integrating web and mail!
Current Build: 2 years into a beautiful little girl

Spike
Chief Rivet Banger
Posts: 4013
Joined: Thu Oct 14, 2004 8:40 pm
Location: Baltimore, MD
Contact:

New bbs functionality - Need help testing

Post by Spike »

Reply using Thunderbird and only keeping the response itself ....

-- John


RB Lists: The Hangar wrote:
<!-- /* The original subSilver Theme for phpBB version 2+ Created by subBlue design http://www.subBlue.com NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 theme administration centre. When you have finalised your style you could cut the final CSS code and place it in an external file, deleting this section to save bandwidth. */ /* General page style. The scroll bar colours only visible in IE5.5+ */ body { background-color: #E5E5E5; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11; color: #000000; } /* General font families for common tags */ font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } p, td { font-size : 11; color : #000000; } a:link,a:active,a:visited { color : #006699; } a:hover { text-decoration: underline; color : #DD6900; } hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;} /* This is the border line & background colour round the entire page */ .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } /* This is the outline round the main forum tables */ .forumline { background-color: #FFFFFF; border: 2px #006699 solid; } /* Main table cell colours and backgrounds */ td.row1 { background-color: #EFEFEF; } td.row2 { background-color: #DEE3E7; } td.row3 { background-color: #D1D7DC; } /* This is for the table cell above the Topics, Post & Last posts on the index.php page By default this is the fading out gradiated silver background. However, you could replace this with a bitmap specific for each forum */ td.rowpic { background-color: #FFFFFF; background-image: url(../templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y; } /* Header cells - the blue and silver gradient backgrounds */ th { color: #FFA34F; font-size: 11px; font-weight : bold; background-color: #006699; height: 25px; background-image: url(../templates/subSilver/images/cellpic3.gif); } td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url(../templates/subSilver/images/cellpic1.gif); background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px; } /* Setting additional nice inner borders for the main table cells. The names indicate which sides the border will be on. Don't worry if you don't understand this, just ignore it :-) */ td.cat,td.catHead,td.catBottom { height: 29px; border-width: 0px 0px 0px 0px; } th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; } td.row3Right,td.spaceRow { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; } th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; } th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; } th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; } th.thTop { border-width: 1px 0px 0px 0px; } th.thCornerL { border-width: 1px 0px 0px 1px; } th.thCornerR { border-width: 1px 1px 0px 0px; } /* The largest text used in the index page title and toptic title etc. */ .maintitle { font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #000000; } /* General text */ .gen { font-size : 12px; } .genmed { font-size : 11px; } .gensmall { font-size : 10px; } .gen,.genmed,.gensmall { color : #000000; } a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; color : #000000 } a.mainmenu { text-decoration: none; color : #006699; } a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } /* Forum category titles */ .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699} a.cattitle { text-decoration: none; color : #006699; } a.cattitle:hover{ text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 12px; color : #006699; } a.forumlink { text-decoration: none; color : #006699; } a.forumlink:hover{ text-decoration: underline; color : #DD6900; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-weight: bold; font-size: 11px; color : #000000;} a.nav { text-decoration: none; color : #006699; } a.nav:hover { text-decoration: underline; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; color : #000000;} /* Location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #000000; } /* The content of the posts (body of text) */ .postbody { font-size : 12px; line-height: 18px} a.postlink:link { text-decoration: none; color : #006699 } a.postlink:visited { text-decoration: none; color : #5493B4; } a.postlink:hover { text-decoration: underline; color : #DD6900} /* Quote & Code blocks */ .code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; background-color: #FAFAFA; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; background-color: #FAFAFA; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } -->
A ton of garbage comes through if you forget to remove the original email

Submitted via email

Spike
Chief Rivet Banger
Posts: 4013
Joined: Thu Oct 14, 2004 8:40 pm
Location: Baltimore, MD
Contact:

New bbs functionality - Need help testing

Post by Spike »

I have a theory on this ..... Testing one, sent as HTML, should have no header issue....




RB Lists: The Hangar wrote:
<!-- /* The original subSilver Theme for phpBB version 2+ Created by subBlue design http://www.subBlue.com NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 theme administration centre. When you have finalised your style you could cut the final CSS code and place it in an external file, deleting this section to save bandwidth. */ /* General page style. The scroll bar colours only visible in IE5.5+ */ body { background-color: #E5E5E5; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11; color: #000000; } /* General font families for common tags */ font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } p, td { font-size : 11; color : #000000; } a:link,a:active,a:visited { color : #006699; } a:hover { text-decoration: underline; color : #DD6900; } hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;} /* This is the border line & background colour round the entire page */ .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } /* This is the outline round the main forum tables */ .forumline { background-color: #FFFFFF; border: 2px #006699 solid; } /* Main table cell colours and backgrounds */ td.row1 { background-color: #EFEFEF; } td.row2 { background-color: #DEE3E7; } td.row3 { background-color: #D1D7DC; } /* This is for the table cell above the Topics, Post & Last posts on the index.php page By default this is the fading out gradiated silver background. However, you could replace this with a bitmap specific for each forum */ td.rowpic { background-color: #FFFFFF; background-image: url(../templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y; } /* Header cells - the blue and silver gradient backgrounds */ th { color: #FFA34F; font-size: 11px; font-weight : bold; background-color: #006699; height: 25px; background-image: url(../templates/subSilver/images/cellpic3.gif); } td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url(../templates/subSilver/images/cellpic1.gif); background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px; } /* Setting additional nice inner borders for the main table cells. The names indicate which sides the border will be on. Don't worry if you don't understand this, just ignore it :-) */ td.cat,td.catHead,td.catBottom { height: 29px; border-width: 0px 0px 0px 0px; } th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; } td.row3Right,td.spaceRow { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; } th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; } th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; } th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; } th.thTop { border-width: 1px 0px 0px 0px; } th.thCornerL { border-width: 1px 0px 0px 1px; } th.thCornerR { border-width: 1px 1px 0px 0px; } /* The largest text used in the index page title and toptic title etc. */ .maintitle { font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #000000; } /* General text */ .gen { font-size : 12px; } .genmed { font-size : 11px; } .gensmall { font-size : 10px; } .gen,.genmed,.gensmall { color : #000000; } a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; color : #000000 } a.mainmenu { text-decoration: none; color : #006699; } a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } /* Forum category titles */ .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699} a.cattitle { text-decoration: none; color : #006699; } a.cattitle:hover{ text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 12px; color : #006699; } a.forumlink { text-decoration: none; color : #006699; } a.forumlink:hover{ text-decoration: underline; color : #DD6900; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-weight: bold; font-size: 11px; color : #000000;} a.nav { text-decoration: none; color : #006699; } a.nav:hover { text-decoration: underline; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; color : #000000;} /* Location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #000000; } /* The content of the posts (body of text) */ .postbody { font-size : 12px; line-height: 18px} a.postlink:link { text-decoration: none; color : #006699 } a.postlink:visited { text-decoration: none; color : #5493B4; } a.postlink:hover { text-decoration: underline; color : #DD6900} /* Quote & Code blocks */ .code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; background-color: #FAFAFA; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; background-color: #FAFAFA; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } -->
I wonder why it comes through as a quote when you reply to your own email?


Submitted via email

Spike
Chief Rivet Banger
Posts: 4013
Joined: Thu Oct 14, 2004 8:40 pm
Location: Baltimore, MD
Contact:

New bbs functionality - Need help testing

Post by Spike »

Sent this one in plain text .....


RB Lists: The Hangar wrote:

> I wonder why it comes through as a quote when you reply to your own
> email?
>



--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.8.1 - Release Date: 3/23/2005


Submitted via email

Spike
Chief Rivet Banger
Posts: 4013
Joined: Thu Oct 14, 2004 8:40 pm
Location: Baltimore, MD
Contact:

New bbs functionality - Need help testing

Post by Spike »

Sent this one encoded in both ....

RB Lists: The Hangar wrote:
<!-- /* The original subSilver Theme for phpBB version 2+ Created by subBlue design http://www.subBlue.com NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 theme administration centre. When you have finalised your style you could cut the final CSS code and place it in an external file, deleting this section to save bandwidth. */ /* General page style. The scroll bar colours only visible in IE5.5+ */ body { background-color: #E5E5E5; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11; color: #000000; } /* General font families for common tags */ font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } p, td { font-size : 11; color : #000000; } a:link,a:active,a:visited { color : #006699; } a:hover { text-decoration: underline; color : #DD6900; } hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;} /* This is the border line & background colour round the entire page */ .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } /* This is the outline round the main forum tables */ .forumline { background-color: #FFFFFF; border: 2px #006699 solid; } /* Main table cell colours and backgrounds */ td.row1 { background-color: #EFEFEF; } td.row2 { background-color: #DEE3E7; } td.row3 { background-color: #D1D7DC; } /* This is for the table cell above the Topics, Post & Last posts on the index.php page By default this is the fading out gradiated silver background. However, you could replace this with a bitmap specific for each forum */ td.rowpic { background-color: #FFFFFF; background-image: url(../templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y; } /* Header cells - the blue and silver gradient backgrounds */ th { color: #FFA34F; font-size: 11px; font-weight : bold; background-color: #006699; height: 25px; background-image: url(../templates/subSilver/images/cellpic3.gif); } td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url(../templates/subSilver/images/cellpic1.gif); background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px; } /* Setting additional nice inner borders for the main table cells. The names indicate which sides the border will be on. Don't worry if you don't understand this, just ignore it :-) */ td.cat,td.catHead,td.catBottom { height: 29px; border-width: 0px 0px 0px 0px; } th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; } td.row3Right,td.spaceRow { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; } th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; } th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; } th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; } th.thTop { border-width: 1px 0px 0px 0px; } th.thCornerL { border-width: 1px 0px 0px 1px; } th.thCornerR { border-width: 1px 1px 0px 0px; } /* The largest text used in the index page title and toptic title etc. */ .maintitle { font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #000000; } /* General text */ .gen { font-size : 12px; } .genmed { font-size : 11px; } .gensmall { font-size : 10px; } .gen,.genmed,.gensmall { color : #000000; } a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; color : #000000 } a.mainmenu { text-decoration: none; color : #006699; } a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } /* Forum category titles */ .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699} a.cattitle { text-decoration: none; color : #006699; } a.cattitle:hover{ text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 12px; color : #006699; } a.forumlink { text-decoration: none; color : #006699; } a.forumlink:hover{ text-decoration: underline; color : #DD6900; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-weight: bold; font-size: 11px; color : #000000;} a.nav { text-decoration: none; color : #006699; } a.nav:hover { text-decoration: underline; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; color : #000000;} /* Location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #000000; } /* The content of the posts (body of text) */ .postbody { font-size : 12px; line-height: 18px} a.postlink:link { text-decoration: none; color : #006699 } a.postlink:visited { text-decoration: none; color : #5493B4; } a.postlink:hover { text-decoration: underline; color : #DD6900} /* Quote & Code blocks */ .code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; background-color: #FAFAFA; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; background-color: #FAFAFA; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } -->
I wonder why it comes through as a quote when you reply to your own email?


Submitted via email

Spike
Chief Rivet Banger
Posts: 4013
Joined: Thu Oct 14, 2004 8:40 pm
Location: Baltimore, MD
Contact:

New bbs functionality - Need help testing

Post by Spike »

Ok, seems that this problem stems from Thunderbird. Looks like it doesnt
know how to handle the style sheet information embedded in the HTML when
responding to a post. That will force Thunderbird users to respond in
plain text.


RB Lists: The Hangar wrote:

> Sent this one encoded in both ....
>
dipity - Builder's log



--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.8.1 - Release Date: 3/23/2005


Submitted via email

User avatar
captain_john
Sparky
Posts: 5880
Joined: Sun Oct 31, 2004 9:17 am
Location: KPYM

New bbs functionality - Need help testing

Post by captain_john »

OK Spike,

This one is from t-bird, in text format...

But ahhhh, I thought we were going to try it from my AOL addy? How do I
change the parameters so that it doesn't come to my Adelphia account?

Can ya hook me up?

We can try it the other way?

:? CJ

RB Lists: The Hangar wrote:

>Ok, seems that this problem stems from Thunderbird. Looks like it doesnt
>know how to handle the style sheet information embedded in the HTML when
>responding to a post. That will force Thunderbird users to respond in
>plain text.
>
>
>RB Lists: The Hangar wrote:
>
>
>
>>Sent this one encoded in both ....
>>
>>
>>
>dipity - Builder's log
>
>
>
>
>


Submitted via email

Spike
Chief Rivet Banger
Posts: 4013
Joined: Thu Oct 14, 2004 8:40 pm
Location: Baltimore, MD
Contact:

New bbs functionality - Need help testing

Post by Spike »

CG, Change your email address in your profile. I believe that AOL is the
last big email client to try before I open this up..

Thanx buddy

-- John


RB Lists: The Hangar wrote:

>OK Spike,
>
>This one is from t-bird, in text format...
>
>But ahhhh, I thought we were going to try it from my AOL addy? How do I
>change the parameters so that it doesn't come to my Adelphia account?
>
>Can ya hook me up?
>
>We can try it the other way?
>
>
>


Submitted via email

User avatar
captain_john
Sparky
Posts: 5880
Joined: Sun Oct 31, 2004 9:17 am
Location: KPYM

Post by captain_john »

Hahaha, changed the address and it wouldn't let me in!

That works!!!

:) CJ

I will try it from aol (internet for idiots) now...
RV-7
Garmin G3X with VP-X & a TMX-IO-360 with G3i
It's all over but the flying! 800+ hours in only 3 years!

Spike
Chief Rivet Banger
Posts: 4013
Joined: Thu Oct 14, 2004 8:40 pm
Location: Baltimore, MD
Contact:

Post by Spike »

John I did get your last message before the site dropped and am working on that.
http://www.rivetbangers.com - Now integrating web and mail!
Current Build: 2 years into a beautiful little girl

Spike
Chief Rivet Banger
Posts: 4013
Joined: Thu Oct 14, 2004 8:40 pm
Location: Baltimore, MD
Contact:

Post by Spike »

New "From" Field.
http://www.rivetbangers.com - Now integrating web and mail!
Current Build: 2 years into a beautiful little girl

User avatar
arffguy
Class E
Posts: 106
Joined: Sun Nov 07, 2004 8:23 pm
Location: Sacramento, California

Post by arffguy »

I am not computer illiterate but:


What benefit does this new BBS function provide over what you have provided now?

What big brick upside the head am I missing here?
Mikey
RV-6A Wings
"If it was easy, everyone would be doing it."

Spike
Chief Rivet Banger
Posts: 4013
Joined: Thu Oct 14, 2004 8:40 pm
Location: Baltimore, MD
Contact:

New bbs functionality - Need help testing

Post by Spike »

You are not necessarily missing a big brick Mikey. This new functionality might not be desirable to you at all. Here is a run down in case you are not familiar with what we can do now.
 
This software, for all intents and purposes, now integrates an email based list serve to the website. Think of it as Matronics. Whenever a user posts something, an email goes out to all of the users on the list server that is subscribed to that forum. They can then use email to respond which will then get added to the posts and sent out to the other list serve users. They will also have the ability to start threads.
 
How is this different than what a normal yahoo group or list serve does? Well, for all email clients that support HMTL (so far the only one that hasn't done this well is Thunderbird) the email users will see exactly the same thing that the web users will. That is to say they will be able to see the quote functions, smilies, and more importantly, they will be able to see the images and graphics that get posted. So for instance, user A posts a picture of a rudder part and asks a question, now the email list users will also be able to see that picture in their email and then respond to it. Email users will also be able to use bb code when they post.
 
Now for a person that likes the web interface and enjoys using their browser, they very likely will not use this functionality. However, there are a fair amount of RV'ers that only want the email list serve type functionality because its operationally easier for them to make use of. Adding this now allows both groups to effectively interact on a single system, that should also allow the centralization of archives as participation increases. Think of it as (IMHO) a better way to communicate.
 
Does that make a little more sense? If your confused on something let me know, I'd be glad to explain more. Who knows, this might not be used at all and it might be that nobody cares. I am personally excited though about the possibilities that this opens up to the community as far as making our communication and information sharing more effective.
 
I hope to be opening it up today or tonight if you are interested in taking it out for a test drive.
 
-- John
 

I am not computer illiterate but:


What benefit does this new BBS function provide over what you have provided now?

What big brick upside the head am I missing here?
Submitted via email

Davepar
Class G
Posts: 2
Joined: Mon Mar 28, 2005 5:40 pm
Location: Seattle, WA

Post by Davepar »

Spike,

I posted a fix over on the M2F web site for you to try.

Dave

Spike
Chief Rivet Banger
Posts: 4013
Joined: Thu Oct 14, 2004 8:40 pm
Location: Baltimore, MD
Contact:

New bbs functionality - Need help testing

Post by Spike »

Thanx Dave!! I'll patch it tonight and see if it helps. I didn't know you were an RV builder! Welcome to the group :thumbsup:
 
-- John
 



Spike,

I posted a fix over on the M2F web site for you to try.

Dave
Submitted via email

Spike
Chief Rivet Banger
Posts: 4013
Joined: Thu Oct 14, 2004 8:40 pm
Location: Baltimore, MD
Contact:

New bbs functionality - Need help testing

Post by Spike »

This is sent with your php patch David.  Will it work? :dunno:

-- Spike



RB Lists - The hangar wrote:

Thanx Dave!! I'll patch it tonight and see if it helps. I didn't know you were an RV builder! Welcome to the group Image
 
-- John



Submitted via email

Post Reply