From: Don S. <do...@se...> - 2003-01-09 21:16:26
|
I notice that, among others, pagemaster for 0.9.x removes <th>,<tt>, and <blockquote> tags. I looked around but I can't find any place to tell it waht to allow or deny. Have I goofed? Don. |
From: Don S. <do...@se...> - 2003-01-09 21:30:12
|
Also, my internal pages show up as blank pages, when I get to them from the menus. Don. On Thu, 9 Jan 2003, Don Seiler wrote: > I notice that, among others, pagemaster for 0.9.x removes <th>,<tt>, and > <blockquote> tags. > > I looked around but I can't find any place to tell it waht to allow or > deny. > > Have I goofed? > > Don. > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Don S. <do...@se...> - 2003-01-09 21:35:53
|
Also the main page is blank when I told it to use an internal page for the main page. The original pagemaster demo did show up fine. When I say "blank", I just mean the part where my page content would be. All other phpws headers, footers, and menus are there. Don. On Thu, 9 Jan 2003, Don Seiler wrote: > I notice that, among others, pagemaster for 0.9.x removes <th>,<tt>, and > <blockquote> tags. > > I looked around but I can't find any place to tell it waht to allow or > deny. > > Have I goofed? > > Don. > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Don S. <do...@se...> - 2003-01-09 21:50:36
|
One thing I noticed is that the pagemaster page that I set as my main page has a "Hide" button, but the rest have "Show" buttons, which would mean they were hidden. Of course the main page doesn't show up either. But I click on the show buttons a lot of times and they never change. /me shrugs. Don. On Thu, 9 Jan 2003, Don Seiler wrote: > Also the main page is blank when I told it to use an internal page for the > main page. The original pagemaster demo did show up fine. > > When I say "blank", I just mean the part where my page content would be. > All other phpws headers, footers, and menus are there. > > Don. > > On Thu, 9 Jan 2003, Don Seiler wrote: > > > I notice that, among others, pagemaster for 0.9.x removes <th>,<tt>, and > > <blockquote> tags. > > > > I looked around but I can't find any place to tell it waht to allow or > > deny. > > > > Have I goofed? > > > > Don. > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: > > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > > http://www.vasoftware.com > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Don S. <do...@se...> - 2003-01-13 18:12:33
|
This appears to be fixed now in the latest CVS. Thanks, Don. On Thu, 9 Jan 2003, Don Seiler wrote: > Also the main page is blank when I told it to use an internal page for the > main page. The original pagemaster demo did show up fine. > > When I say "blank", I just mean the part where my page content would be. > All other phpws headers, footers, and menus are there. > > Don. > > On Thu, 9 Jan 2003, Don Seiler wrote: > > > I notice that, among others, pagemaster for 0.9.x removes <th>,<tt>, and > > <blockquote> tags. > > > > I looked around but I can't find any place to tell it waht to allow or > > deny. > > > > Have I goofed? > > > > Don. > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: > > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > > http://www.vasoftware.com > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Mike N. <mh...@us...> - 2003-01-09 22:16:07
|
On Thu, 2003-01-09 at 13:16, Don Seiler wrote: > I notice that, among others, pagemaster for 0.9.x removes <th>,<tt>, and > <blockquote> tags. Don, You may be able to work around a couple of these with css. <blockqote> <div style="margin: 0cm 0.5cm 0cm 0.5cm"></div> <tt> <span style="font-family: courier"></span> I don't have a solution for <th>. Sorry. -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Matthew M. <ma...@tu...> - 2003-01-10 12:51:55
|
Mike, Have you noticed any strangness with margins or padding CSS elements in IE? I wanted to use padding for some boxstyles but the padding-right element cuts the graphic off. It looks fine in NS. Matt -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu > On Thu, 2003-01-09 at 13:16, Don Seiler wrote: >> I notice that, among others, pagemaster for 0.9.x removes <th>,<tt>, >> and <blockquote> tags. > > Don, > You may be able to work around a couple of these with css. > > <blockqote> > <div style="margin: 0cm 0.5cm 0cm 0.5cm"></div> > > <tt> > <span style="font-family: courier"></span> > > I don't have a solution for <th>. Sorry. > > -- > Mike Noyes <mhnoyes @ users.sourceforge.net> > http://sourceforge.net/users/mhnoyes/ > http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Mike N. <mh...@us...> - 2003-01-10 15:50:04
|
On Fri, 2003-01-10 at 04:56, Matthew McNaney wrote: > Have you noticed any strangness with margins or padding CSS elements in IE? Matt, No, but that doesn't mean there aren't any. I don't have a machine with IE on it, so it's impossible for me to test. All of the margin and padding css is from version 1, and is supposed to be supported in versions of IE greater than 4.x > I wanted to use padding for some boxstyles but the padding-right element > cuts the graphic off. It looks fine in NS. What measurement are you using to specify the padding? Have you run the css through the W3C validator? http://jigsaw.w3.org/css-validator/ Some browser compatibility notes on padding from w3schools: http://www.w3schools.com/css/pr_padding-right.asp -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Mike N. <mh...@us...> - 2003-01-10 16:26:33
|
On Fri, 2003-01-10 at 07:55, Mike Noyes wrote: > On Fri, 2003-01-10 at 04:56, Matthew McNaney wrote: > > Have you noticed any strangness with margins or padding CSS elements in IE? Matt, After further review, it looks like a table+padding issue with IE. You may want to consider moving phpWS from a table display model to a visual display model based on css2. Of course this will cause incompatibilities with older non css compliant browsers. Kind of a catch-22. http://www.w3.org/TR/REC-CSS2/ -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Eloi G. <el...@re...> - 2003-01-10 17:20:27
|
> visual display model based on css2. Of course this will cause > incompatibilities with older non css compliant browsers. Kind of a > catch-22. I don't think that would be a problem. I just checked the stats on one of our sites (vibride.com), and the oldest technology it's been hit with for the last 6 months was IE 5.0. This site is most frequented by non-techies -- people who are using systems at work or whatever they have at home. It's a fairly new site so it's not heavy-use yet (avg. 3k hits/day in season), but I thought it'd give a good "real-people" snapshot. BTW, we haven't seen a Netscape user since June. Couple 'a Mozilla variants & recent Operas, though. -Eloi George- |
From: Don S. <do...@se...> - 2003-01-09 22:25:23
|
Eh th I could just bold and align the text. Thanks for the tips. Don. On Thu, 9 Jan 2003, Mike Noyes wrote: > On Thu, 2003-01-09 at 13:16, Don Seiler wrote: > > I notice that, among others, pagemaster for 0.9.x removes <th>,<tt>, and > > <blockquote> tags. > > Don, > You may be able to work around a couple of these with css. > > <blockqote> > <div style="margin: 0cm 0.5cm 0cm 0.5cm"></div> > > <tt> > <span style="font-family: courier"></span> > > I don't have a solution for <th>. Sorry. > > |
From: Mike N. <mh...@us...> - 2003-01-09 22:43:23
|
On Thu, 2003-01-09 at 14:25, Don Seiler wrote: > Eh th I could just bold and align the text. > > Thanks for the tips. Don, Anytime. :-) I have some revisions below that you may prefer to my original suggestions. > On Thu, 9 Jan 2003, Mike Noyes wrote: > > <blockqote> > > <div style="margin: 0cm 0.5cm 0cm 0.5cm"></div> <div style="margin: 0% 5% 0% 5%"></div> Percentages are usually preferred over fixed dimensions. > > <tt> > > <span style="font-family: courier"></span> <span style="font-family: courier, monospace"></span> This will fall back to monospace if courier isn't present on the client. -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Matthew M. <ma...@tu...> - 2003-01-10 12:53:44
|
The default allowed tags are pretty basic. Pagemaster just needs to add on to them. I will take a look. Matt -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu > I notice that, among others, pagemaster for 0.9.x removes <th>,<tt>, and > <blockquote> tags. > > I looked around but I can't find any place to tell it waht to allow or > deny. > > Have I goofed? > > Don. > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Don S. <do...@se...> - 2003-01-10 18:53:48
|
Could there be a form so the site admin would determine what tags to allow or not allow? I think that would make the most sense. Default to whatever basic tags you please, but let the site admin customize if he/she wishes. Don. On Fri, 10 Jan 2003, Matthew McNaney wrote: > The default allowed tags are pretty basic. Pagemaster just needs to add on > to them. I will take a look. > > Matt > > |
From: Adam M. <ad...@tu...> - 2003-01-10 14:50:11
|
Add the tags you dont want stripped to your $allowed_html variable in your textSettings.php file in the conf directory. > On Thu, 2003-01-09 at 13:16, Don Seiler wrote: >> I notice that, among others, pagemaster for 0.9.x removes <th>,<tt>, >> and <blockquote> tags. > > Don, > You may be able to work around a couple of these with css. > > <blockqote> > <div style="margin: 0cm 0.5cm 0cm 0.5cm"></div> > > <tt> > <span style="font-family: courier"></span> > > I don't have a solution for <th>. Sorry. > > -- > Mike Noyes <mhnoyes @ users.sourceforge.net> > http://sourceforge.net/users/mhnoyes/ > http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------------------------------------------- Adam Morton Developer - Electronic Student Services http://phpwebsite.appstate.edu Founder - Appalachian Linux Users Group http://alug.appstate.edu |
From: Don S. <do...@se...> - 2003-01-10 19:36:16
|
I don't have an allowed_html var in that file, so I'll have to start it out. Is $allowed_html just a string or is it an array? Don. On Fri, 10 Jan 2003, Adam Morton wrote: > Add the tags you dont want stripped to your $allowed_html variable in your > textSettings.php file in the conf directory. > > > On Thu, 2003-01-09 at 13:16, Don Seiler wrote: > >> I notice that, among others, pagemaster for 0.9.x removes <th>,<tt>, > >> and <blockquote> tags. > > > > Don, > > You may be able to work around a couple of these with css. > > > > <blockqote> > > <div style="margin: 0cm 0.5cm 0cm 0.5cm"></div> > > > > <tt> > > <span style="font-family: courier"></span> > > > > I don't have a solution for <th>. Sorry. > > > > -- > > Mike Noyes <mhnoyes @ users.sourceforge.net> > > http://sourceforge.net/users/mhnoyes/ > > http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ > > > > > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: > > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > > http://www.vasoftware.com > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > --------------------------------------------------------------------- > Adam Morton > Developer - Electronic Student Services > http://phpwebsite.appstate.edu > Founder - Appalachian Linux Users Group > http://alug.appstate.edu > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Don S. <do...@se...> - 2003-01-10 18:54:58
|
Thanks this will work for now. I still think a web interface to pick and choose tags would be a little slicker. Thanks again, Don. On Fri, 10 Jan 2003, Adam Morton wrote: > Add the tags you dont want stripped to your $allowed_html variable in your > textSettings.php file in the conf directory. > > > On Thu, 2003-01-09 at 13:16, Don Seiler wrote: > >> I notice that, among others, pagemaster for 0.9.x removes <th>,<tt>, > >> and <blockquote> tags. > > > > Don, > > You may be able to work around a couple of these with css. > > > > <blockqote> > > <div style="margin: 0cm 0.5cm 0cm 0.5cm"></div> > > > > <tt> > > <span style="font-family: courier"></span> > > > > I don't have a solution for <th>. Sorry. > > > > -- > > Mike Noyes <mhnoyes @ users.sourceforge.net> > > http://sourceforge.net/users/mhnoyes/ > > http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ > > > > > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: > > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > > http://www.vasoftware.com > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > --------------------------------------------------------------------- > Adam Morton > Developer - Electronic Student Services > http://phpwebsite.appstate.edu > Founder - Appalachian Linux Users Group > http://alug.appstate.edu > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Matthew M. <ma...@tu...> - 2003-01-10 19:07:43
|
Ok here is a challenge to the theme folk. If you look at the comments in IE6, they go off the end of the right side of the table. I used to know what caused this but not anymore. Anybody know how to fix it? I have tried various things to the templates and the comment code, without any luck. Something about ul tags and tables doesn't work well in IE. Thanks, Matt |
From: Don S. <do...@se...> - 2003-01-10 19:26:03
|
I just say we not allow IE. Seriously. Or if we detect an IE browser just echo "YOU SHOULD GET MOZILLA" in rainbow colors at 72pt font and use the <blink> tag. Does anyone use the blink tag anymore? Don. On Fri, 10 Jan 2003, Matthew McNaney wrote: > Ok here is a challenge to the theme folk. > > If you look at the comments in IE6, they go off the end of the right side > of the table. > > I used to know what caused this but not anymore. > > Anybody know how to fix it? > > I have tried various things to the templates and the comment code, without > any luck. > > Something about ul tags and tables doesn't work well in IE. > > Thanks, > Matt > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Mike N. <mh...@us...> - 2003-01-10 20:37:48
|
On Fri, 2003-01-10 at 11:12, Matthew McNaney wrote: > Ok here is a challenge to the theme folk. > > If you look at the comments in IE6, they go off the end of the right side > of the table. > > I used to know what caused this but not anymore. > > Anybody know how to fix it? > > I have tried various things to the templates and the comment code, without > any luck. > > Something about ul tags and tables doesn't work well in IE. Matt, Is the errant display behavior evident in comments that were edited? If not, maybe the blank <td> is causing the problem. Just a WAG. -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |
From: Matthew M. <ma...@tu...> - 2003-01-10 21:01:51
|
Ahhh... Will check. Thanks :) Matt -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu > On Fri, 2003-01-10 at 11:12, Matthew McNaney wrote: >> Ok here is a challenge to the theme folk. >> >> If you look at the comments in IE6, they go off the end of the right >> side of the table. >> >> I used to know what caused this but not anymore. >> >> Anybody know how to fix it? >> >> I have tried various things to the templates and the comment code, >> without any luck. >> >> Something about ul tags and tables doesn't work well in IE. > > Matt, > Is the errant display behavior evident in comments that were edited? If > not, maybe the blank <td> is causing the problem. Just a WAG. > > -- > Mike Noyes <mhnoyes @ users.sourceforge.net> > http://sourceforge.net/users/mhnoyes/ > http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |