-
Thanks for the submission! However, I'm closing this ticket because the 0.x.x series is no longer supported.
2009-04-26 15:20:16 UTC in phpWebSite Community Development Project
-
Thanks Matt! I just moved this module to GitHub, but I did fix the issue and released version 1.1.2.
The Wiki module can now be found on GitHub at:
http://github.com/meisteg/wiki
The module can now be downloaded at:
http://github.com/meisteg/wiki/downloads.
2009-04-26 15:18:52 UTC in phpWebSite Community Development Project
-
Thanks Matt! I just moved this module to GitHub, but I did fix the issue and released version 1.1.2.
The Wiki module can now be found on GitHub at:
http://github.com/meisteg/wiki
The module can now be downloaded at:
http://github.com/meisteg/wiki/downloads.
2009-04-26 15:18:21 UTC in phpWebSite Community Development Project
-
Moved to the feature request category.
2009-03-25 12:43:58 UTC in phpWebSite Community Development Project
-
You can modify the ad view template (ad/view.tpl) and take out target="_blank". You could also take out the link completely if you desire.
The phpWebSite template engine looks for the template file in the following order:
1) It will first look in the theme (e.g. theme/mytheme/templates/ads/ad/view.tpl)
2) then it will look in the template directory (e.g. templates/ads/ad/view.tpl).
3...
2009-03-25 02:29:02 UTC in phpWebSite Community Development Project
-
blindman1344 committed patchset 97 of module CVSROOT to the phpWebSite Community Development Project CVS repository, changing 1 files.
2009-03-23 03:30:49 UTC in phpWebSite Community Development Project
-
See:
http://phpwsforums.com/showthread.php?t=6306.
2009-01-26 01:52:43 UTC in phpWebSite Community Development Project
-
I'd like to see the box moving done with AJAX, allowing admins to drag-and-drop boxes, instead of clicking up/down links 10 times to get the boxes where they need to be.
2009-01-25 18:56:12 UTC in phpWebSite Content Management System
-
Was playing around with Wordpress today, and saw they have built-in support for Update Services:
http://codex.wordpress.org/Update_Services
Might be worth adding this feature to phpWebSite's blog module.
2009-01-25 18:38:30 UTC in phpWebSite Content Management System
-
It would be useful to have a publish and subscribe event system in the core. This will allow other modules to take action on events that occur.
Examples:
1) A new blog is posted, and the blog module notifies the core of the event. The Twitter module is subscribed to that event, so its callback function is called. The Twitter module then posts a link to the new blog is on the user's...
2009-01-24 15:43:38 UTC in phpWebSite Content Management System