Search found 82 matches

by iceman
Mon 20. Apr 2009, 10:18
Forum: phpwcms Discussion
Topic: Export/dump of files and HTML of articles
Replies: 1
Views: 2797

Export/dump of files and HTML of articles

Hi guys After 5 long years with phpwcms I'm now moving away from it. What I'd like to do is: 1) Export/dump all files into a logical directory structure matching the file structure within phpwcms ie: dir a/dir b/file.jpg inside the file area, will dump to: c:\dir a\dir b\file.jpg on the disk (for ex...
by iceman
Tue 21. Mar 2006, 19:58
Forum: phpwcms Support English
Topic: Production upgrades - best method?
Replies: 1
Views: 1324

Production upgrades - best method?

Hi all. I've got a production site running 1.2.4-DEV, and I have a local version (my development version) as well. Typically, I make all my changes to the local copy, and then when it comes time to upgrade production, I export the "article", "article_content" and "file"...
by iceman
Tue 29. Nov 2005, 05:10
Forum: phpwcms Support English
Topic: {RANDOM} not refreshing
Replies: 2
Views: 1293

You can now be 100% sure, thanks Ben it worked.

I set "Cache OFF" in the site structure level and at the article level.

Now I need to put some more images in that directory, too many times the same image appears in both spots :)
by iceman
Tue 29. Nov 2005, 04:11
Forum: sites you are proud of (made with phpwcms only)
Topic: Bouncing Balls
Replies: 12
Views: 6656

Oh one more thing, The product/price catalog - was this home written or a hack/module?

Thanks

mike
by iceman
Tue 29. Nov 2005, 04:10
Forum: sites you are proud of (made with phpwcms only)
Topic: Bouncing Balls
Replies: 12
Views: 6656

Very nice site, well done..

Lots of flash, looks good.

How much of the site is actually phpwcms?
by iceman
Tue 29. Nov 2005, 03:07
Forum: phpwcms Support English
Topic: {RANDOM} not refreshing
Replies: 2
Views: 1293

{RANDOM} not refreshing

Hi guys. I'm using {RANDOM:image/path} on this page: http://www.gosfordnetball.com.au/index.php?reps for those 2 images on the right hand side (with text/lists underneath). However they don't refresh with each page load, they only appear to refresh after I save new content in the backend. CTRL-Refre...
by iceman
Tue 6. Sep 2005, 22:38
Forum: phpwcms Discussion
Topic: Article "category" to be able to show in more than
Replies: 5
Views: 2222

Yep, the teaser tag is what I ended up using after I posted that.

Thanks
by iceman
Mon 29. Aug 2005, 04:32
Forum: phpwcms Discussion
Topic: Handing over a phpwcms site to the users..?
Replies: 4
Views: 1956

Handing over a phpwcms site to the users..?

Hi guys. I'm interested in the views and experiences of other phpwcms site developers, on their experiences in handing over a site to the "customer" in order for them to maintain it going forward. Eg: You are contracted to develop the site for them, you code it all up, get the look and fee...
by iceman
Mon 15. Aug 2005, 22:43
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 183154

For now, I have hacked the hack, taking in an extra argument $latestonly (0 or 1). An IN clause list of acat_id's is combined: $catin .= "'".aporeplace($alias[$i]['acat_id'])."',"; and if $latestonly is 1, where the query is executed, I have an additional IF statement at the star...
by iceman
Mon 15. Aug 2005, 22:31
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 183154

Hi Volkman, thanks for trying. But that is no different than what I get now, I don't *want* to display 3 articles, I only want to display 1 article, the very latest article out of a possible 3 categories. I've had a look at the code, and it seems the way it creates an SQL statement using UNION from ...
by iceman
Mon 15. Aug 2005, 21:57
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 183154

Excellent RT, well done! One question: I have 3 different "sources" for news items (different site structure levels where articles are created), but on the front page, I only wanted to show the "latest" news item out of the 3 different categories. I want to show it with the norma...
by iceman
Mon 15. Aug 2005, 20:55
Forum: phpwcms Discussion
Topic: Article "category" to be able to show in more than
Replies: 5
Views: 2222

Article "category" to be able to show in more than

Hi. Wondering if this is possible, if anyone has achieved it somehow.. I want to label an article as a "category".. the purpose: - All "news" type articles written in the one place, labelled with a category, eg: category X, category Y - Have a front-page news that shows all artic...
by iceman
Mon 15. Aug 2005, 20:39
Forum: phpwcms Discussion
Topic: FCKEditor vs Spaw
Replies: 8
Views: 6751

FCKEditor vs Spaw

What's the general consensus? Which is the better editor? I find FCKEditor produces nicer HTML, but it lacks easy-to-use features such as being able to add a new row/column into a table. It's impossible to do this using FCKEditor without pressing "SOURCE" and editing the HTML. Not somethin...
by iceman
Wed 10. Aug 2005, 01:33
Forum: phpwcms Support English
Topic: Warning message after updating/saving article
Replies: 1
Views: 886

More info: Here is the contents of my config.inc.php. // site values $phpwcms["site"] = "http://www.gosfordnetball.com.au/"; $phpwcms["admin_email"] = "mike@iceinspace.com.au"; // paths $phpwcms['DOC_ROOT'] = $_SERVER['DOCUMENT_ROOT']; $phpwcms["root"...
by iceman
Wed 10. Aug 2005, 01:27
Forum: phpwcms Support English
Topic: Warning message after updating/saving article
Replies: 1
Views: 886

Warning message after updating/saving article

Hi. On my local copy of the site, I can update/save articles fine. However when I do the same on production (after just uploading it today), I get the following warning every time I update/save an article. Warning: Cannot modify header information - headers already sent by (output started at /home/g...