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: Richard S. <ri...@ri...> - 2003-06-30 16:51:46
|
Thanks Matt for the quick turn around time, that counts a lot ;-) On Monday, June 30, 2003, at 05:21 AM, Matthew McNaney wrote: >>> So anyways, my question to you >>> guys, is this going to be handled anytime soon so developers wont >>> have >>> to do this each time for sites that have a few more image references >>> than others? > > OK hoss. I have changed these to relative links and it worked (GASP!) > in > Netscape 4.74. > > Committing it to CVS. > > Matt > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/ > 01 > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |
From: Richard S. <ri...@ri...> - 2003-06-30 16:50:23
|
Objects should be faster and better however PHP 5 is not expected to be released till about a year from now. I hope phpWebsite 9.4 will be before then? On Monday, June 30, 2003, at 04:57 AM, Matthew McNaney wrote: > Quote: > > The drawback of this method was that semantically the whole object was > copied when a variable was assigned, or pass as a parameter to a > method. > In the new approach, objects are referenced by handle, and not by value > (one can think of a handle as an object's identifier). > > Joy! Not only will 0.9.4 be written better but hopefully OO speed will > increase as well. phpWebSite shall rule! > > ;) > > Matt > > > >> http://www.php.net/zend-engine-2.php >> >> First thing I noticed is they actually have private/protected/public >> declarations now. It's looking a lot like java more and more. >> >> Don. >> >> >> ------------------------------------------------------- >> This SF.Net email sponsored by: Free pre-built ASP.NET sites including >> Data Reports, E-commerce, Portals, and Forums are available now. >> Download today and enter to win an XBOX or Visual Studio .NET. >> http://aspnet.click-url.com/go/psa00100006ave/ >> direct;at.asp_061203_01/01 >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/ > 01 > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |
From: Matthew M. <ma...@tu...> - 2003-06-30 12:23:44
|
>> So anyways, my question to you >> guys, is this going to be handled anytime soon so developers wont have >> to do this each time for sites that have a few more image references >> than others? OK hoss. I have changed these to relative links and it worked (GASP!) in Netscape 4.74. Committing it to CVS. Matt |
From: Matthew M. <ma...@tu...> - 2003-06-30 12:00:25
|
> So anyways, my question to you > guys, is this going to be handled anytime soon so developers wont have > to do this each time for sites that have a few more image references > than others? 10-4. I will look at this today. I wasn't aware it wasn't relative. Matt |
From: Matthew M. <ma...@tu...> - 2003-06-30 11:58:50
|
Quote: The drawback of this method was that semantically the whole object was copied when a variable was assigned, or pass as a parameter to a method. In the new approach, objects are referenced by handle, and not by value (one can think of a handle as an object's identifier). Joy! Not only will 0.9.4 be written better but hopefully OO speed will increase as well. phpWebSite shall rule! ;) Matt > http://www.php.net/zend-engine-2.php > > First thing I noticed is they actually have private/protected/public > declarations now. It's looking a lot like java more and more. > > Don. > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Richard S. <ri...@ri...> - 2003-06-30 04:57:16
|
Don't forget about interfaces, static methods and more! I think I read somewhere else also that they are going to also use a namespace. This is very exciting since I was just getting into Java myself :-) On Sunday, June 29, 2003, at 07:52 PM, Don Seiler wrote: > http://www.php.net/zend-engine-2.php > > First thing I noticed is they actually have private/protected/public > declarations now. It's looking a lot like java more and more. > > Don. > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/ > 01 > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |
From: Don S. <do...@se...> - 2003-06-30 02:52:53
|
http://www.php.net/zend-engine-2.php First thing I noticed is they actually have private/protected/public declarations now. It's looking a lot like java more and more. Don. |
From: Richard S. <ri...@ri...> - 2003-06-29 23:44:22
|
I was just about to set up a site that has about 10 images for the theme but had to reconsider my thoughts when I noticed that not all the images showed up and the CSS didn't load either. I tripple checked all the references to the images and css files and they all where correct. I then remember reading about if you have a absolute reference to an image such as http://www.mysite.com/image.jpg then that will open up another socket connection to the site requesting the image rather than if you had all the images relative such as ./image.jpg then it will just use the one connection already open and request all the images. I then tried this by changing all the images from {THEME_DIRECTORY}images/something.jpg to ./themes/MyTheme/images/something.jpg which was extremely long to type (even though I just did a find and replace ;-) ) and refreshed the page and walla, everything worked perfectly. So anyways, my question to you guys, is this going to be handled anytime soon so developers wont have to do this each time for sites that have a few more image references than others? Best Regards, Richard Sumilang |
From: Makka <ma...@cl...> - 2003-06-29 03:26:23
|
Gidday All, I'm only just getting my head into this phpWS project, & I was=20 wondering if someone can point out where it is that i am going wrong.=20 I'm trying to use phpWS to authenticate another application (MRBS)=20 using the username of the user logged in. I would like to add another=20 link to the menu of the log-in box (after they have already logged in)=20= in phpWS. I have currently added the following lines to the current=20 code (phpWS v0.9.2): to the: mod/users/templates/usermenus/Default.tpl =09 /*---------- stuff i have added------------*/ <a href=3D"test.php?{USERNAME}">MRBS - {USERNAME}</a><br /> /*---------- stuff i have added------------*/ {HOME}<br /> {MODULES}<br /> <br /> {LOGOUT}=00=00 & in the: mod/users/index.php if ($_SESSION["OBJ_user"]->user_id > 0){ $CNT_user_small["title"] =3D $_SESSION["translate"]->it("Hello = [var1]",=20 $_SESSION["OBJ_user"]->username); $CNT_user_small["content"] =3D $_SESSION["OBJ_user"]->userMenu(); /*---------- stuff i have added------------*/ $CNT_user_small["username"] =3D $_SESSION['OBJ_user']->username; /*---------- stuff i have added------------*/ }=00=00 I get no output for the {USERNAME} in phpWS like so: |
From: Richard S. <ri...@ri...> - 2003-06-26 08:20:39
|
Apparently the theme variables can only be called on files that are in the theme directory :-\... Should there be a way to call those anyways in your regular template files, prefix them or something so that there is some kind of namespace, ex: THEME_DIRECTOY would be PWS_THEME_DIRECTORY ... and maybe some template variables for the module you are working in would be a nice extra such as TMP_DIRECTORY... Just some food for thought... Regards, Richard S. On Saturday, June 14, 2003, at 03:17 PM, Richard Sumilang wrote: > Where can I go to find a list of all the predefined theme variables > that I can call from my theme? > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |
From: Roland, R. M <rmr...@in...> - 2003-06-25 18:03:25
|
From Adam's database change, I went through and rewrote the Pagemaster = search function (which I have included below). Search is a large aspect = of what we're doing and I tried to 'googleize' the search results a = little (it's up to you whether this is a good thing or not) to make it = more useful to our users. My version is also streamlined to just two = queries. It also sorts by number of matches found in the content of the = page (ie it strips out all html except META). It also has variables for = maximum number of results to display per page and number of characters = to display on either side of a match. I also tried to be as = non-invasive as possible, so I didn't make any change requirements to = the database and didn't use any additional functions. The only external = change is that this function requires the array of search words to be = passed (ie in the 'mod_search_register' table, the 'search_cols' field = for the Pagemaster record must be blank). =20 If some people can test it out and see what they think, I welcome any = feedback. Thanks, Ryan Roland Application Developer Information Technology Department Division of Recreational Sports Indiana University rmr...@in... Office: 812.855.9617 Cell: 812.320.0032 /** * Function used by search module to search pages * * @author Ryan Roland <rmr...@in...> * @param array Array of search words (strings) * @return array Array of strings of results of search * @access public */ function search($search_array) { // initialization variables =20 // characters on either side of a match to display=20 $chars_surrounding_match =3D 35; =20 // number of results to display per page $max_results_per_page =3D 5; =20 // create where clause $temp_sql =3D ""; $cols_array =3D array("title","text"); for($i=3D0; $i<count($cols_array); $i++) { for($j=3D0; $j<count($search_array); $j++) { $temp_sql .=3D $cols_array[$i] ." LIKE '%" . $search_array[$j] . = "%' "; if($j<count($search_array)) { $temp_sql .=3D "OR "; } } } $where_clause =3D "WHERE (" . substr($temp_sql, 0, -3) . ")"; =20 =20 $resultArray =3D array(); // get all sections with matching string occurences $sql =3D "SELECT * FROM " . $GLOBALS["core"]->tbl_prefix . = "mod_pagemaster_sections $where_clause"; $result =3D $GLOBALS["core"]->getAll($sql); if(!DB::isError($result) && is_array($result) && sizeof($result) > = 0) { $pages =3D array(); $page_count =3D array(); =20 =20 foreach($result as $row) { $section_title =3D strip_tags($row["title"],"<META>"); $section_text =3D strip_tags($row["text"],"<META>"); =20 $pages[$row["page_id"]][$row["id"]]["title"] =3D = $section_title; $pages[$row["page_id"]][$row["id"]]["text"] =3D $section_text; // init number of matches to 0 $section_match_count =3D 0; // loop through the words of the search criteria // counting number of matches found in the section title and = text=20 // this will elminate sections returned by the DB due to matches = in HTML foreach ($search_array as $search_word) { $section_match_count +=3D = substr_count(strtolower($section_title),strtolower($search_word)); $section_match_count +=3D = substr_count(strtolower($section_text),strtolower($search_word)); } =20 if(isset($page_count[$row["page_id"]]))=20 { $page_count[$row["page_id"]] =3D = $page_count[$row["page_id"]] + $section_match_count; } else { $page_count[$row["page_id"]] =3D $section_match_count; } } =20 // sort array ordering by match count highest to lowest arsort($page_count,SORT_NUMERIC); $page_ids =3D implode(" OR ", $page_count); $sql =3D "SELECT id,title,section_order FROM " . = $GLOBALS["core"]->tbl_prefix . "mod_pagemaster_pages WHERE $page_ids"; $result =3D $GLOBALS["core"]->getAll($sql); $ordered_page_results =3D $page_count; if(!DB::isError($result) && is_array($result) && sizeof($result) > = 0) { =20 // loop through all pages foreach($result as $row) { $page_results =3D array(); =20 $page_id =3D $row["id"]; $page_title =3D $row["title"]; $section_order =3D = unserialize($row["section_order"]); $needed_results =3D $max_results_per_page; $pages[$page_id]["page_title"] =3D $page_title; =20 // loop through all sections finding occurrences and parsing = text for ($i=3D0;$i<=3Dsizeof($section_order);$i++) { if ($needed_results > 0) { =20 $section_id =3D $section_order[$i]; =20 $title =3D $pages[$page_id][$section_id]["title"]; $text =3D $pages[$page_id][$section_id]["text"]; =20 foreach ($search_array as $search_word) { // Find occurrences of the search_word(s) in the = sections' title $prev_pos =3D 0; // while there exists another result and we haven't = found all needed results while (($next_pos =3D = strpos(strtolower($title),strtolower($search_word),$prev_pos)) && = $needed_results > 0) { // # of chars from the occurence to the end of the = string $chars_to_end =3D strlen($title) - $next_pos; // add bold tags around the occurence in the text $bolded =3D = substr_replace(substr_replace($title,"<b>",$next_pos,0),"</b>",($next_pos= + 3) + strlen($search_word),0); =20 // set prev_pos to the next char after the current = position $prev_pos =3D $next_pos + 1; // get up to 'chars_surrounding_match' on either side = of the occurrence,=20 // or to the begin/end of the string, whichever comes = first $match_result =3D "..." . substr($bolded,$next_pos - = min($next_pos,$chars_surrounding_match), $chars_surrounding_match * 2) . = "..."; =20 array_push($page_results,$match_result); $needed_results--; }// end while // Find occurrences of the search_word(s) in the = sections' text =20 $prev_pos =3D 0; // while there exists another result and we haven't = found all needed results while (($next_pos =3D = strpos(strtolower($text),strtolower($search_word),$prev_pos)) && = $needed_results > 0) { // # of chars from the occurence to the end of the = string $chars_to_end =3D strlen($title) - $next_pos; // add bold tags around the occurence in the text $bolded =3D = substr_replace(substr_replace($text,"<b>",$next_pos,0),"</b>",($next_pos = + 3) + strlen($search_word),0); =20 // set prev_pos to the next char after the current = position $prev_pos =3D $next_pos + 1; // get up to 'chars_surrounding_match' on either side = of the occurrence,=20 // or to the begin/end of the string, whichever comes = first $match_result =3D "..." . substr($bolded,$next_pos - = min($next_pos,$chars_surrounding_match), $chars_surrounding_match * 2) . = "..."; =20 array_push($page_results,$match_result); $needed_results--; }// end while }// end foreach }// end if }// end for $ordered_page_results[$page_id] =3D $page_results; }// end foreach =20 // loop through results and consolidating them to be returned while($next_page =3D each($page_count)) { $page_id =3D $next_page["key"]; $count =3D $next_page["value"]; =20 $count =3D=3D 1 ? $count_string =3D "match" : $count_string = =3D "matches"; =20 $matches_string =3D ""; foreach($ordered_page_results[$page_id] as $next_match) { $matches_string .=3D $next_match . "<br />"; } =20 $resultArray[$page_id] =3D "<u><b>" . = $pages[$page_id]["page_title"] . "</b> - <b> ". $count ." = </b> ". $count_string ." found : first <b> " . = sizeof($ordered_page_results[$page_id]) . " </b> displayed.</u><br />" . = $matches_string; }// end while }// end if }// end if return $resultArray; }// END FUNC search |
From: Don S. <do...@se...> - 2003-06-25 02:30:39
|
Added language and sticky thread support and released 0.2.0. Forgot to bump version number for 0.2.0 so I released 0.2.1. Sue me. Anyway this will be the last release before phpWS 0.9.3, as I plan to use the newer Item/Manager listing stuff for some of the features I have planned. http://phpwsbb.sourceforge.net Don. PS - I submitted an announcement to the phpWS site, approve if you'd like. |
From: Don S. <do...@se...> - 2003-06-25 01:34:06
|
This phrase needs to a translation entry: No items for the current list. I assume it's in the PHPWS_Manager class. FYI. Don. |
From: Don S. <do...@se...> - 2003-06-24 13:30:34
|
D'oh yeah you're right. Perhaps I should have tested with more than just two items. Works like a champ! Don. On Tue, 24 Jun 2003, Steven Levin wrote: > Don, > > The Manager currently builds sorts into the SQL statement it generates. > So you should only provide the sort links for values that have columns > in > the database. Because the sort is in the SQL statement it will be sorting > on the int in the database not the translated string. I think this is how > it should work and you should end up with the same results. > > Steven > > > According to my brief tests when I use the new Item/Manager functionality > > to change a value, then the sorting is done on the changed value, not the > > original. > > > > Meaing if I had a unix timestamp int that I wanted to sort, but was having > > a getxxx() function interpret it as "Jul 28, 1976", that string is what > > gets sorted not the int value, which is what SHOULD be sorted. > > > > Am I right? > > > > Don. > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: INetU > > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > |
From: Steven L. <st...@tu...> - 2003-06-24 12:25:08
|
Don, The Manager currently builds sorts into the SQL statement it generates. So you should only provide the sort links for values that have columns in the database. Because the sort is in the SQL statement it will be sorting on the int in the database not the translated string. I think this is how it should work and you should end up with the same results. Steven > According to my brief tests when I use the new Item/Manager functionality > to change a value, then the sorting is done on the changed value, not the > original. > > Meaing if I had a unix timestamp int that I wanted to sort, but was having > a getxxx() function interpret it as "Jul 28, 1976", that string is what > gets sorted not the int value, which is what SHOULD be sorted. > > Am I right? > > Don. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > -- Steven Levin Appalachian State University URL: http://phpwebsite.appstate.edu Email: steven at tux dot appstate dot edu |
From: Don S. <do...@se...> - 2003-06-24 02:59:10
|
According to my brief tests when I use the new Item/Manager functionality to change a value, then the sorting is done on the changed value, not the original. Meaing if I had a unix timestamp int that I wanted to sort, but was having a getxxx() function interpret it as "Jul 28, 1976", that string is what gets sorted not the int value, which is what SHOULD be sorted. Am I right? Don. |
From: Roland, R. M <rmr...@in...> - 2003-06-23 21:23:56
|
I tried to send this a few days ago, but it didn't go through. So = here's attempt number 2. >> In fact, it looks like a single element can not >> only have multiple children, but possily multiple parents(?) >> [getParents()]. >No, they can only have one parent (although their parent may have a >parent). This is just a misleading function name. Perhaps getAncestors() and getDescendants() or something >> This leads me to suggest that maybe fatcat could have >> some predefined categories (Images, Links, etc), then a module can = create >> its own children of those >Interesting thought. We will talk more about this. Sounds good. Let me know what your thoughts are on this. >> In this setup, an important function would be the >> 'getAllElements(category)' >> One question about this. When returning elements belonging to a = category, >> do you return elements belonging to a parent of that cagtegory? = (Perhaps a >> parameter switch [getAllElements(category,returnParentElements)]). = This >> way if I want to add an image to a Pagemaster page, I get not only >> Image>Pagemaster elements, but generic Image elements as well. >Originally I was going to do this but it seemed like a lot of data that >not many people would use. We can look at allowing this through better >interface however. Thanks. As I said, maybe just an optional parameter that when supplied = returns the elements of parent categories as well. >PageMaster was written with our university users in mind. Because few = of >them know HTML, it was easier to split the material into sections to = make >its appearance more pleasing. What I would suggest is the option to = have >an expert mode. Excellent idea, just a change of interface and some small tweaks. I'd = be willing to work on this if I knew what Adam's plans are regarding his = rewrite. >> 4) Expand the size of the input window and allow a page to be a = single >> entity (ie no sections). >Not sure how Adam will wish to treat this. It would be nice however if = the >user could set their window size to increase the width of the text = area. Yeah, that'd be nice, but that's another option to have to save in the = DB, and there's currently no pagemaster_options table so that might not = be worth the difficulty. >> 6) When editing a page, clicking on the image button will bring up a = small >> window (similar to the help windows) with the 'Add Image' interface. >> Perhaps a button "Add Internal Image" and "Add External Image". >Possible, but would require some javascript programming (which I am not >great at). Also there would need to be an alternate interface for those >who don't run javascript. I agree. Man I hate Javascript ... or more accurately, its splintered = support and yet growing importance and use. >> 8) The uploading of the images could be handled by the document = manager. >Depending on the module, that could be kind of a pain switching in and = out >of modules. Let me get back to you on that. Thanks again for the feedback, Ryan Roland Application Developer Information Technology Department Division of Recreational Sports Indiana University rmr...@in... Office: 812.855.9617 Cell: 812.320.0032 Thanks, Ryan Roland Application Developer Information Technology Department Division of Recreational Sports Indiana University rmr...@in... Office: 812.855.9617 Cell: 812.320.0032 |
From: Matthew M. <ma...@tu...> - 2003-06-23 14:22:19
|
> Is there a configuration option to make a theme variable only > displayable on the home page? There is but it is kind of backwards. Go into the Module Maker and edit your module. Where it has the Allow View section, click the 'Only' radio button. Now just check your module and 'Home'. Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu |
From: Richard S. <ri...@ri...> - 2003-06-22 20:29:36
|
Is there a configuration option to make a theme variable only displayable on the home page? |
From: Matthew M. <ma...@tu...> - 2003-06-18 13:20:11
|
>> I would like to create a theme where the box and popbox templates vary >> by where they are located on a page. That is boxes running down the >> left and right sidebars of a page should differ from boxes in the >> center/primary content area of the page. Try this. Go to the Layout module and click the On link next to Change Box Style. Each box should now have a drop down list of files in the boxstyles directory of your default theme. Pick the style under the box you want to edit and click 'Set'. Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu |
From: spiggy t. <th...@me...> - 2003-06-18 12:38:32
|
this was already possible in 0.8x.. so it would be only easier in the new version. spiggy On Wednesday, June 18, 2003, at 06:28 AM, Randall Wood wrote: > I would like to create a theme where the box and popbox templates vary > by where they are located on a page. That is boxes running down the > left and right sidebars of a page should differ from boxes in the > center/primary content area of the page. > > http://developer.apple.com/tools/ and http://www.openoffice.org/ both > have examples of the effect I am trying to create. > > Is this possible now or will it require some reworking of layout? > > Is there a master list of the css classes that phpWebSite uses and > that module developers should expect a theme to support? > > -- > Randall Wood > rh...@ma... > > "The rules are simple: The ball is round. The game lasts 90 minutes. > All the rest is just philosophy." > <PGP.sig> |
From: Randall W. <rh...@ma...> - 2003-06-18 10:28:23
|
I would like to create a theme where the box and popbox templates vary by where they are located on a page. That is boxes running down the left and right sidebars of a page should differ from boxes in the center/primary content area of the page. http://developer.apple.com/tools/ and http://www.openoffice.org/ both have examples of the effect I am trying to create. Is this possible now or will it require some reworking of layout? Is there a master list of the css classes that phpWebSite uses and that module developers should expect a theme to support? -- Randall Wood rh...@ma... "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." |
From: Don S. <do...@se...> - 2003-06-17 21:20:34
|
Comes with the phpwebsite-full download. Don. On Tue, 17 Jun 2003, Eloi George wrote: > OK, I missed that one. <sheepish grin> > Where can I find it? > > > ----- Original Message ----- > From: "Don Seiler" <do...@se...> > To: "Eloi George" <el...@re...> > Cc: <php...@li...> > Sent: Tuesday, June 17, 2003 4:20 PM > Subject: Re: [Phpwebsite-developers] Gallery Module? > > > > photoalbum > > > > On Tue, 17 Jun 2003, Eloi George wrote: > > > > > Does anyone have a finished Gallery Module for 0.9x? All the 0.8x ones > just > > > seem to deadend there. > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: INetU > > > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > > > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > > > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > > > _______________________________________________ > > > Phpwebsite-developers mailing list > > > Php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |
From: Eloi G. <el...@re...> - 2003-06-17 21:20:22
|
Aww geez! Never mind. I apparently had a severe brain fart when I looked under /mod. I was looking for that Gallery I saw in CVS while I was there. Sorry guys. |
From: Eloi G. <el...@re...> - 2003-06-17 21:17:53
|
OK, I missed that one. <sheepish grin> Where can I find it? ----- Original Message ----- From: "Don Seiler" <do...@se...> To: "Eloi George" <el...@re...> Cc: <php...@li...> Sent: Tuesday, June 17, 2003 4:20 PM Subject: Re: [Phpwebsite-developers] Gallery Module? > photoalbum > > On Tue, 17 Jun 2003, Eloi George wrote: > > > Does anyone have a finished Gallery Module for 0.9x? All the 0.8x ones just > > seem to deadend there. > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: INetU > > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > > > > |