| Re: New functions in Xoops 2.0.18 |
| by jimmyx on 2007/12/21 6:08:35 xoops 2.018 have been release there are only improved but 'no new functions' when we will see new function in XOOPS release ? ..the community is in hunger for new function in xoops Do we have to wait for several more years to see new functions? I have seen there are many requests made by user in XOOPS sourceforge request page that i think most of it should be implemented asap..the community can help to test it before release i have also seen the svn in xoops..it is like there are only 2-3 person are working with the core where are the other developer ? i know their also have the own job/commitment and also many talented developers have left the XOOPS project to work on other project but i'm quite sure many are still with xoops...i hope you can settle your indefferences and work for XOOPS to be more better i'm not a programmer..if i had the skill i would sure help on the core i'm quite newbie in website developement using CMS ....I've use many other CMS but i still prefer xoops... let's make XOOPS better ..i love xoops |
| Re: New functions in Xoops 2.0.18 |
| by Will_H on 2007/12/14 18:46:06 Also, something that evo, which is no longer evo now that there is nothing nuke left, (Thank You Technocrat) has done is implement a fantastic pngfix for if lt IE 7. AND! It actually works. Perhaps we could implement the same. Ever since 2.0.16 I have noticed that my pngfix.js no longer works... IDK if it is conflicting with xoops.js or not.... But it makes a bitch of a time for us theme designers. I have to use an array of conditional statements to render my png based designs, and that sucks. le="color: #000000"><?php <link rel="stylesheet" type="text/css" media="screen" href="http://harvestinthevillage.churchledger.com/themes/harvest/styleNN.css" /> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" media="screen" href="http://harvestinthevillage.churchledger.com/themes/harvest/ie6.css" /> <![endif]--> <!--[if gte IE 7]> <link rel="stylesheet" type="text/css" media="screen" href="http://harvestinthevillage.churchledger.com/themes/harvest/style.css" /> <![endif]-->
|
| Re: New functions in Xoops 2.0.18 |
| by BlueStocking on 2007/12/14 18:07:12 @jimmyx http://sourceforge.net/forum/forum.php?thread_id=1885546&forum_id=347994 I believe the information updates are here.... BlueStocking |
| Re: New functions in Xoops 2.0.18 |
| by jimmyx on 2007/12/14 17:27:16 sorry out of topic.. when will 2018 be released ? |
| Re: New functions in Xoops 2.0.18 |
| by Will_H on 2007/12/14 16:10:19 Valid Points, Personally I think that XOOPS needs the ability to add custom pages without requiring a module. Integrating the functionality of a content module into the core. Or using the node/1 node/2 etc approach as Drupal does. We don't necessarily have to call them nodes. Hell, <{$xoops_url}>pages/<{$pagetitle}> would be fantastic. Think about how much content you could create without requiring a module. That would truly open up the possibilities. |