You can subscribe to this list here.
2001 |
Jan
|
Feb
(1) |
Mar
(265) |
Apr
(166) |
May
(25) |
Jun
(17) |
Jul
(20) |
Aug
(47) |
Sep
(6) |
Oct
(14) |
Nov
(66) |
Dec
(64) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(109) |
Feb
(64) |
Mar
(34) |
Apr
(23) |
May
(64) |
Jun
(9) |
Jul
(13) |
Aug
(6) |
Sep
(33) |
Oct
(272) |
Nov
(67) |
Dec
(75) |
2003 |
Jan
(264) |
Feb
(244) |
Mar
(171) |
Apr
(119) |
May
(54) |
Jun
(93) |
Jul
(51) |
Aug
(48) |
Sep
(14) |
Oct
(49) |
Nov
(47) |
Dec
(15) |
2004 |
Jan
(13) |
Feb
(27) |
Mar
(18) |
Apr
(44) |
May
(35) |
Jun
(24) |
Jul
(39) |
Aug
(142) |
Sep
(35) |
Oct
(34) |
Nov
(49) |
Dec
(24) |
2005 |
Jan
(60) |
Feb
(71) |
Mar
(19) |
Apr
(27) |
May
(68) |
Jun
(4) |
Jul
(30) |
Aug
(10) |
Sep
(23) |
Oct
(24) |
Nov
(13) |
Dec
(6) |
2006 |
Jan
(4) |
Feb
(46) |
Mar
(64) |
Apr
(18) |
May
(16) |
Jun
(37) |
Jul
(7) |
Aug
(19) |
Sep
(9) |
Oct
(8) |
Nov
(3) |
Dec
(23) |
2007 |
Jan
(25) |
Feb
(21) |
Mar
(32) |
Apr
(36) |
May
(12) |
Jun
(1) |
Jul
(7) |
Aug
(15) |
Sep
(13) |
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
(3) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
|
Jun
(1) |
Jul
(2) |
Aug
(7) |
Sep
|
Oct
(5) |
Nov
(1) |
Dec
|
2009 |
Jan
(7) |
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Pasi <pa...@ik...> - 2003-10-08 08:37:51
|
Hello! [ Please CC to me, I'm not on the list ] I'd like to display announcements at the top of the article. Announcements which are related to the same category as the article. Just like at the main page.. Any ideas how to do this? Should I modify the templates, or does it require modifying the code.. I tried looking at the templates, and the code, but I'm not quite sure how I should do this. Normally when you look at some article, the related announcements (and other related things too) are displayed at the right area of the screen.. I'd like to see the related announcements at the top of the article (middle view) too. I'm using phpwebsite 0.9.3-1. Thanks for your help! -- Pasi Kärkkäinen [ Please CC to me, I'm not on the list ] ^ . . Linux / - \ Choice.of.the .Next.Generation. |
From: Pasi <pa...@ik...> - 2003-10-07 17:30:53
|
Hello! [ Please CC to me, I'm not on the list ] I'd like to display announcements at the top of the article. Announcements which are related to the same category as the article. Just like at the main page.. Any ideas how to do this? Should I modify the templates, or does it require modifying the code.. Normally when you look at some article, the related announcements (and other related things too) are displayed at the right area of the screen.. I'd like to see the related announcements at the top of the article (middle view) too. I'm using phpwebsite 0.9.3-1. Thanks for your help! -- Pasi Kärkkäinen [ Please CC to me, I'm not on the list ] ^ . . Linux / - \ Choice.of.the .Next.Generation. |
From: Don S. <do...@se...> - 2003-10-03 17:58:24
|
phpwsBB is a native bulletin board module for the phpWebSite content manage system, version 0.9.3-1 or later. It features thread monitoring and administration, including marking threads sticky, locking threads, and forking messages off to new threads. Version 0.5.3 fixes some bugs with sticky/lock labels being hard-coded in message headers (but not in threads) and also with sending monitor emails when existing messages are edited. http://phpwsbb.sourceforge.net |
From: Don S. <do...@se...> - 2003-10-03 02:26:02
|
And I've been checking if username was an empty string. Like a CHUMP. Thanks for the info. On Thu, Oct 02, 2003 at 08:42:28AM -0400, Matthew McNaney wrote: > index.php >=20 > if ($_SESSION['OBJ_user']->isUser()){ > richards_code(); > } >=20 >=20 > If you only want it to run once, I would just make a sessioned bool > switch after finishing and check for its existence in future iterations. >=20 > Matt >=20 >=20 > On Thu, 2003-10-02 at 03:17, Richard Sumilang wrote: > > phpWebsite, > >=20 > > How would you guys suggest I have my module run code upon successful=20 > > log in? > >=20 > > - Richard S. > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > --=20 > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Appalachian State University > Phone: 828-262-6493 > http://phpwebsite.appstate.edu > http://ess.appstate.edu >=20 >=20 >=20 > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >=20 |
From: Matthew M. <ma...@tu...> - 2003-10-02 12:47:43
|
index.php if ($_SESSION['OBJ_user']->isUser()){ richards_code(); } If you only want it to run once, I would just make a sessioned bool switch after finishing and check for its existence in future iterations. Matt On Thu, 2003-10-02 at 03:17, Richard Sumilang wrote: > phpWebsite, > > How would you guys suggest I have my module run code upon successful > log in? > > - Richard S. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |
From: Matthew M. <ma...@tu...> - 2003-10-02 12:47:43
|
It names the session based on your site hash. If it didn't (ie used the default hash name for the server), your session would carry over to your branches. Matt On Wed, 2003-10-01 at 19:35, Richard Sumilang wrote: > Gurus, > > Is phpWebsite using the normal session_id() for sessions or using a > custom session id somewhere? > > Thanks, > Richard S. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |
From: Richard S. <ri...@ri...> - 2003-10-02 07:17:00
|
phpWebsite, How would you guys suggest I have my module run code upon successful log in? - Richard S. |
From: Richard S. <ri...@ri...> - 2003-10-01 23:35:15
|
Gurus, Is phpWebsite using the normal session_id() for sessions or using a custom session id somewhere? Thanks, Richard S. |
From: Jean-Christian I. <jc...@me...> - 2003-10-01 12:46:47
|
Sorry if this question is answered on the main web site but I could not find it. A friend of mine is a PWS user and has asked me to add some functionality to it. Namely he would want me to have a "random pic of the day" function. I'm a PHP programmer but have never used PWS. I've just installed it. Where should I be looking for guideline into adding functionality to PWS? My first question is: - Should I be writing a new module or new core functionality? Thanks! Jean-Christian Imbeault |
From: Scott B. <ba...@ba...> - 2003-09-22 06:09:35
|
your right... after I posted I did see that they weren't in those dir... it was more for an example.. a poor one.. but an example I am getting hit alot for the robots.txt file.. only in the root dir... Scott ----- Original Message ----- From: "Eloi George" <el...@re...> To: "phpws dev list" <php...@li...> Sent: Friday, September 05, 2003 5:11 PM Subject: Re: [Phpwebsite-developers] robots.txt file > I don't understand why a spider would even be hitting most of those > directories. Do have links to them somewhere on your site? > > > > ----- Original Message ----- > From: "Scott Baer" <ba...@ba...> > To: "phpws dev list" <php...@li...> > Sent: Friday, September 05, 2003 3:41 PM > Subject: [Phpwebsite-developers] robots.txt file > > > > Could we add a robots.txt file to the tar file.. > > Their is a Robots meta option in the Layout manager... but this does not > > create the text file which is looked for by some spiders.. google for one. > > I think for most people, this is put in the root directory of the domain, > so > > it would make since to put it in. > > I hate getting 404's in my apache log files from spiders crawling my > site.. > > not that I care really... and in some cases.. It is not required but is > > listed HTML 4.01 Specification: > > > http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.4.1.1 > . > > > > Can anyone look in their log files and see if your getting 404 hits for > the > > robots.txt file.. > > > > less access_log |grep robots.txt |wc -l > > 87 > > in 5 days.. no big deal.. but just something to clean up. > > > > Scott > > > > # > > # > > # robots.txt file for phpWebsite > > # > > # > > > > User-agent: * > > Disallow: /config/ > > Disallow: /admin/ > > Disallow: /convert/ > > Disallow: /images/ > > Disallow: /core/ > > Disallow: /docs/ > > Disallow: /js/ > > Disallow: /lib/ > > Disallow: /mod/ > > Disallow: /manual/ > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Don S. <do...@se...> - 2003-09-16 05:07:40
|
Doing some double duty due to insomnia. phpwsBB 0.5.2 released with a fix for some earlier kludginess. http://phpwsbb.sourceforge.net phpwsContacts 0.5.0 released now with user-level privacy settings. http://phpwscontacts.sourceforge.net Feel free to peruse my wish list. ;) Don. |
From: Richard S. <ri...@ri...> - 2003-09-15 19:52:39
|
Thank you On Monday, September 15, 2003, at 12:32 PM, Steven Levin wrote: > Richard, > > Just like this: > > $_SESSION['OBJ_layout']->addJavaScript($script); > > > On Mon, 2003-09-15 at 13:34, Richard Sumilang wrote: >> How do I load JavaScript to the {DYN_JAVASCRIPT} theme variable from >> my >> module? >> >> - Richard S. >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > -- > Steven Levin > Electronic Student Services > Appalachian State University > URL: http://phpwebsite.appstate.edu > Email: steven at tux dot appstate dot edu > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |
From: Steven L. <st...@tu...> - 2003-09-15 19:22:04
|
Richard, Just like this: $_SESSION['OBJ_layout']->addJavaScript($script); On Mon, 2003-09-15 at 13:34, Richard Sumilang wrote: > How do I load JavaScript to the {DYN_JAVASCRIPT} theme variable from my > module? > > - Richard S. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Steven Levin Electronic Student Services Appalachian State University URL: http://phpwebsite.appstate.edu Email: steven at tux dot appstate dot edu |
From: Richard S. <ri...@ri...> - 2003-09-15 17:34:39
|
How do I load JavaScript to the {DYN_JAVASCRIPT} theme variable from my module? - Richard S. |
From: Steven L. <st...@tu...> - 2003-09-09 17:11:13
|
Franz, Please do send in your patch, actually add it to the patch list on sourceforge here https://sourceforge.net/tracker/?func=add&group_id=15539&atid=315539 we typically do our sql queries in all caps so 'IS NULL' would be appropriate. ex. "SELECT * FROM my_table WHERE my_column IS NULL". Steven On Thu, 2003-09-04 at 04:00, Franz Schanovsky wrote: > Hi all! > > I found a problem concerning checking for NULL using sqlSelect (e.g. > sqlSelect("my_table","my_column",NULL)). > > This won't work in MySQL, because the SQL code that is generated looks > like "SELECT * FROM my_table WHERE my_column=NULL". > Sadly, MySQL needs something like "SELECT * FROM my_table WHERE > my_column is null". > > I have already coded a workaround for this, but I don't know if other > database systems may insist on the upper expression. > > If this works on all SQL-databases, it would be an honour to me to send > you a patch for the Database.php file. > > Regards > Franz > Schanovsky > > -- > Austria: high Mountains, Mozart, NO KANGAROOS. > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Steven Levin Electronic Student Services Appalachian State University URL: http://phpwebsite.appstate.edu Email: steven at tux dot appstate dot edu |
From: Steven L. <st...@tu...> - 2003-09-09 17:11:13
|
Richard, Are you still having problems with your install? Have you tried to add $status = 1; at the end of script. Try that and let us know what the results are. Steven On Fri, 2003-09-05 at 03:46, Richard Sumilang wrote: > I get the following error when trying to install my module, > > "RichardsMod installation NOT successful!" > > I placed an echo statement at the top of the install.php file in boost > and that didn't even get read in by the installation for some reason. > > Anyone know what the problem could be? > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Steven Levin Electronic Student Services Appalachian State University URL: http://phpwebsite.appstate.edu Email: steven at tux dot appstate dot edu |
From: <ba...@Ba...> - 2003-09-08 03:08:13
|
Your 100% right.. the only hits I get are for the robot.txt in the root dir.. my example robots.txt file should be very simple.. not like the one my first e-mail > I don't understand why a spider would even be hitting most of those > directories. Do have links to them somewhere on your site? > > > > ----- Original Message ----- > From: "Scott Baer" <ba...@ba...> > To: "phpws dev list" <php...@li...> > Sent: Friday, September 05, 2003 3:41 PM > Subject: [Phpwebsite-developers] robots.txt file > > >> Could we add a robots.txt file to the tar file.. >> Their is a Robots meta option in the Layout manager... but this does not >> create the text file which is looked for by some spiders.. google for >> one. >> I think for most people, this is put in the root directory of the >> domain, > so >> it would make since to put it in. >> I hate getting 404's in my apache log files from spiders crawling my > site.. >> not that I care really... and in some cases.. It is not required but is >> listed HTML 4.01 Specification: >> > http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.4.1.1 > . >> >> Can anyone look in their log files and see if your getting 404 hits for > the >> robots.txt file.. >> >> less access_log |grep robots.txt |wc -l >> 87 >> in 5 days.. no big deal.. but just something to clean up. >> >> Scott >> >> # >> # >> # robots.txt file for phpWebsite >> # >> # >> >> User-agent: * >> Disallow: /config/ >> Disallow: /admin/ >> Disallow: /convert/ >> Disallow: /images/ >> Disallow: /core/ >> Disallow: /docs/ >> Disallow: /js/ >> Disallow: /lib/ >> Disallow: /mod/ >> Disallow: /manual/ >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Eloi G. <el...@re...> - 2003-09-05 21:10:23
|
I don't understand why a spider would even be hitting most of those directories. Do have links to them somewhere on your site? ----- Original Message ----- From: "Scott Baer" <ba...@ba...> To: "phpws dev list" <php...@li...> Sent: Friday, September 05, 2003 3:41 PM Subject: [Phpwebsite-developers] robots.txt file > Could we add a robots.txt file to the tar file.. > Their is a Robots meta option in the Layout manager... but this does not > create the text file which is looked for by some spiders.. google for one. > I think for most people, this is put in the root directory of the domain, so > it would make since to put it in. > I hate getting 404's in my apache log files from spiders crawling my site.. > not that I care really... and in some cases.. It is not required but is > listed HTML 4.01 Specification: > http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.4.1.1 . > > Can anyone look in their log files and see if your getting 404 hits for the > robots.txt file.. > > less access_log |grep robots.txt |wc -l > 87 > in 5 days.. no big deal.. but just something to clean up. > > Scott > > # > # > # robots.txt file for phpWebsite > # > # > > User-agent: * > Disallow: /config/ > Disallow: /admin/ > Disallow: /convert/ > Disallow: /images/ > Disallow: /core/ > Disallow: /docs/ > Disallow: /js/ > Disallow: /lib/ > Disallow: /mod/ > Disallow: /manual/ > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |
From: Scott B. <ba...@ba...> - 2003-09-05 19:41:44
|
Could we add a robots.txt file to the tar file.. Their is a Robots meta option in the Layout manager... but this does not create the text file which is looked for by some spiders.. google for one. I think for most people, this is put in the root directory of the domain, so it would make since to put it in. I hate getting 404's in my apache log files from spiders crawling my site.. not that I care really... and in some cases.. It is not required but is listed HTML 4.01 Specification: http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.4.1.1. Can anyone look in their log files and see if your getting 404 hits for the robots.txt file.. less access_log |grep robots.txt |wc -l 87 in 5 days.. no big deal.. but just something to clean up. Scott # # # robots.txt file for phpWebsite # # User-agent: * Disallow: /config/ Disallow: /admin/ Disallow: /convert/ Disallow: /images/ Disallow: /core/ Disallow: /docs/ Disallow: /js/ Disallow: /lib/ Disallow: /mod/ Disallow: /manual/ |
From: Don S. <do...@se...> - 2003-09-05 18:26:01
|
LeagueSite is a PHPWebSite (>= 0.9.3-1) module that adds roster, stats, and schedule information for a sports league or team onto the PHPWS base. It can be used to create a website for their fans to learn more about the league and its teams and players. Don't call it a comeback. I've been here for years. And now here's LeagueSite 0.2.0. It doesn't have the dynamic stats that I promised, but the number of bugs and features in this release might come close to making up for it. Be sure to back things up if upgrading. My Q/A process has been kind of lax where I test parts but often don't have time to test the overall process. Please please please send bugs to the bug tracker on our sf.net project page. http://leaguesite.sourceforge.net |
From: Richard S. <ri...@ri...> - 2003-09-05 07:46:24
|
I get the following error when trying to install my module, "RichardsMod installation NOT successful!" I placed an echo statement at the top of the install.php file in boost and that didn't even get read in by the installation for some reason. Anyone know what the problem could be? |
From: Franz S. <fra...@ch...> - 2003-09-04 07:53:57
|
Hi all! I found a problem concerning checking for NULL using sqlSelect (e.g. sqlSelect("my_table","my_column",NULL)). This won't work in MySQL, because the SQL code that is generated looks like "SELECT * FROM my_table WHERE my_column=NULL". Sadly, MySQL needs something like "SELECT * FROM my_table WHERE my_column is null". I have already coded a workaround for this, but I don't know if other database systems may insist on the upper expression. If this works on all SQL-databases, it would be an honour to me to send you a patch for the Database.php file. Regards Franz Schanovsky -- Austria: high Mountains, Mozart, NO KANGAROOS. |
From: Matthew M. <ma...@tu...> - 2003-09-02 13:33:07
|
Hello, I will be out of town next week from September 8 to 12. I will not be able check email therefore I will appear rude and unresponsive to your emails until the 15th. Have a good'un! Matt -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |
From: Eloi G. <el...@re...> - 2003-08-30 08:09:15
|
I'm working on a mod_rewrite hack for phpWS, but I need to hear your opinions on what delimiter to use... Let's say we have a url: http://www.mysite.com/module/article/view/31.html That is equal to: http://www.mysite.com/index.php?module=article&view=31 I run into a problem because the links that come back on the new page treat the url like a full directory listing, giving links like: http://www.mysite.com/module/article/view/index.php?module=fatcat which of course breaks the themes and any images to be shown! It looks like only ways to get around this is to either (1) hardcode all links throughout the site, or (2) use the proxy module, which I'm not sure is a feasible option for most of us. The last option is to make everything above the directory structure look like 1 file, which means changing the delimiter. I've tried it with periods, like: http://www.mysite.com/module.article.view.31.html but a future module could put a period inside of a GET variable and break the whole thing! So I need something else. I've also considered using "..", "::", and "~", but I don't know which is more readable or may cause search engine or url problems down the road. Anyone have any suggestions? http://www.mysite.com/module.fatcat.fatcat[user].viewCategory.fatcat_id.16.module_title.article.html |
From: Eloi G. <el...@re...> - 2003-08-28 22:28:27
|
If you want to link directly to page 3 inside of an article, just add &page_num=3 to the end of the url. -Eloi- ----- Original Message ----- From: "cpteos" <cp...@ne...> To: "phpwebsite-developers" <php...@li...> Sent: Thursday, August 28, 2003 1:08 PM Subject: [Phpwebsite-developers] Menulink to a ArticleManager StartingANewPage Section > > Hi, > > I like the module article manager fuction to define sections as starting > a new page? > > Now I want to link such a "StartingANewPage Section" in the > Menumanager. > > Probably it will be similiar trying to point to a pagemaster-section. > > Does anybody know howto? > > THX > > EO > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |