Thread: [phpWebLog-devel] How can I add a new page with include ???
Brought to you by:
openface
From: q3master <q3m...@gm...> - 2000-07-10 10:59:32
|
How can I add a new page with include ? I have tried different things but all not worked... thx for help |
From: q3master <q3m...@gm...> - 2000-07-10 10:59:45
|
How can I add a new page with include ? I have tried different things but all not worked... thx for help stefan |
From: Alex <al...@po...> - 2000-07-10 23:55:21
|
How about logging IP address for Anonymous comments for the admin? Alex |
From: Brian K. <bk...@ww...> - 2000-07-11 04:04:14
|
(Unless this has been fixed in the last few days) A backslash shows up in the author of a story if there is a " ' ". Also a number of backslashes show up in the profile. See http://teach-in-China.com/stories.php?=87 for example. Brian |
From: Jason H. <ope...@ey...> - 2000-07-11 05:13:20
|
Thanks. got em... Jason Brian King wrote: > > (Unless this has been fixed in the last few days) A backslash shows up > in the author of a story if there is a " ' ". Also a number of > backslashes show up in the profile. See > http://teach-in-China.com/stories.php?=87 for example. |
From: Brian K. <bk...@ww...> - 2000-07-11 07:01:59
|
I note user accounts seem to have been left off of the last "TODO". Just curious, is this an oversight, intentional, or has it been subsumed under a different name? (Can't believe this is intentional - especially given that "the masses" :-) are clamoring for it in the phpWeblog polls....) Brian |
From: Jason H. <ope...@ey...> - 2000-07-11 14:58:22
|
Woops, yes.. an oversight. Thanks. =] Brian King wrote: > I note user accounts seem to have been left off of the last "TODO". Just > curious, is this an oversight, intentional, or has it been subsumed under > a different name? (Can't believe this is intentional - especially given > that "the masses" :-) are clamoring for it in the phpWeblog polls....) |
From: Jason H. <ope...@ey...> - 2000-07-11 05:32:01
|
Good idea. I've just added Host field to the stories, comments, and links tables. There is now also a boolean in the config that allows public to see these addresses beside the posters' names. Even if this is turned off, the admin can see them. Jason Alex wrote: > > How about logging IP address for Anonymous comments for the admin? |
From: Alex C. <ac...@fo...> - 2000-07-11 05:38:41
|
Looks good.. not going to attempt a dns lookup? =) -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Jason Hines Sent: Monday, July 10, 2000 10:35 PM To: php...@li... Subject: Re: [phpWebLog-devel] Another How about.. feature request.. Good idea. I've just added Host field to the stories, comments, and links tables. There is now also a boolean in the config that allows public to see these addresses beside the posters' names. Even if this is turned off, the admin can see them. Jason Alex wrote: > > How about logging IP address for Anonymous comments for the admin? _______________________________________________ phpWebLog-devel mailing list php...@li... http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel |
From: Jason H. <ope...@ey...> - 2000-07-10 15:40:21
|
You add it just like you would an INCLUDE block. Put the full path in the Content area, select INCLUDE as the type. If the file is found, it should accept it. What's it doing wrong? Jason q3master wrote: > > How can I add a new page with include ? > > I have tried different things but all not worked... > > thx for help |
From: q3master <q3m...@gm...> - 2000-07-11 11:30:22
|
It doesn´t work, because when I open the page in browser there comes only the full path... thx stefan ----- Original Message ----- From: "Jason Hines" <ope...@ey...> To: <php...@li...> Sent: Monday, July 10, 2000 5:35 PM Subject: Re: [phpWebLog-devel] How can I add a new page with include ??? > > You add it just like you would an INCLUDE block. Put the full path in > the Content area, select INCLUDE as the type. If the file is found, it > should accept it. What's it doing wrong? > > > Jason > > > > q3master wrote: > > > > How can I add a new page with include ? > > > > I have tried different things but all not worked... > > > > thx for help > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel > |
From: Jason H. <ope...@ey...> - 2000-07-11 15:13:50
|
Ack. Looks like I never finished that part. Should be fixed now, thanks. Shuffles back into the corner... Jason q3master wrote: > > It doesn´t work, because when I open the page in browser there comes only > the full path... > > thx > stefan > > ----- Original Message ----- > From: "Jason Hines" <ope...@ey...> > To: <php...@li...> > Sent: Monday, July 10, 2000 5:35 PM > Subject: Re: [phpWebLog-devel] How can I add a new page with include ??? > > > > > You add it just like you would an INCLUDE block. Put the full path in > > the Content area, select INCLUDE as the type. If the file is found, it > > should accept it. What's it doing wrong? > > > > > > Jason > > > > > > > > q3master wrote: > > > > > > How can I add a new page with include ? > > > > > > I have tried different things but all not worked... > > > > > > thx for help |
From: q3master <q3m...@gm...> - 2000-07-11 18:51:21
|
:-) Hopefully it will work now... thx stefan ----- Original Message ----- From: "Jason Hines" <ope...@ey...> To: <php...@li...> Sent: Tuesday, July 11, 2000 5:09 PM Subject: Re: [phpWebLog-devel] How can I add a new page with include ??? > Ack. Looks like I never finished that part. Should be fixed now, thanks. > > Shuffles back into the corner... > Jason > > > q3master wrote: > > > > It doesn´t work, because when I open the page in browser there comes only > > the full path... > > > > thx > > stefan > > > > ----- Original Message ----- > > From: "Jason Hines" <ope...@ey...> > > To: <php...@li...> > > Sent: Monday, July 10, 2000 5:35 PM > > Subject: Re: [phpWebLog-devel] How can I add a new page with include ??? > > > > > > > > You add it just like you would an INCLUDE block. Put the full path in > > > the Content area, select INCLUDE as the type. If the file is found, it > > > should accept it. What's it doing wrong? > > > > > > > > > Jason > > > > > > > > > > > > q3master wrote: > > > > > > > > How can I add a new page with include ? > > > > > > > > I have tried different things but all not worked... > > > > > > > > thx for help > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel > |
From: q3master <q3m...@gm...> - 2000-07-11 11:30:59
|
It doesn´t work, because when I open the page in browser there comes only the full path... thx stefan ----- Original Message ----- From: "Jason Hines" <ope...@ey...> To: <php...@li...> Sent: Monday, July 10, 2000 5:35 PM Subject: Re: [phpWebLog-devel] How can I add a new page with include ??? > > You add it just like you would an INCLUDE block. Put the full path in > the Content area, select INCLUDE as the type. If the file is found, it > should accept it. What's it doing wrong? > > > Jason > > > > q3master wrote: > > > > How can I add a new page with include ? > > > > I have tried different things but all not worked... > > > > thx for help > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel > |