Search found 50 matches

by submike
Sat 16. Oct 2004, 01:00
Forum: sites you are proud of (made with phpwcms only)
Topic: www.itcweb.org
Replies: 7
Views: 3869

thanks for the compliment, cyrano. i had to do quite a bit of hacking to get this site up. i have to admit, i more of a designer than a programmer, so there's probably a better way to achieve the same effect. Here are the screensnaps of the setup used for this site. 1. I used the one column setup wi...
by submike
Fri 15. Oct 2004, 17:53
Forum: sites you are proud of (made with phpwcms only)
Topic: www.itcweb.org
Replies: 7
Views: 3869

www.itcweb.org

Just wrapped up the design and programming of the website for the Illinois Technology Center for Law & the Public Interest. I'll post more information on the hacks/customization I used on the site. http://www.itcweb.org/ Check it out and let me know what you think. Any ideas on the banner image ...
by submike
Wed 13. Oct 2004, 03:22
Forum: phpwcms Support English
Topic: Move site from development to production
Replies: 5
Views: 1166

It appears there may be a problem my web hosting company. It appears anytime I create a subdomain, it just outputs "---" no matter what files are in the directory. Ben, thanks for the quick reply. I'll use your method as a last resort, as I made some slight modifications to code and images...
by submike
Wed 13. Oct 2004, 02:34
Forum: phpwcms Support English
Topic: Move site from development to production
Replies: 5
Views: 1166

I tried transferring my personal test site from one subdomain (cms.randm.org) to another subdomain (test.randm.org), and it doesn't seem to work. I updated the include/inc_conf/conf.inc.php file to reflect the change and made sure the file/folder permissions are the same. All I get is "---"...
by submike
Tue 5. Oct 2004, 14:34
Forum: phpwcms Support English
Topic: Move site from development to production
Replies: 5
Views: 1166

Thanks for the info Ben. I still have some work to do before the site goes live, which will be in a week or two. I'll post notes on the process, as well as a link to the site when it goes live.
by submike
Mon 4. Oct 2004, 22:22
Forum: phpwcms Support English
Topic: Move site from development to production
Replies: 5
Views: 1166

Move site from development to production

Hi, I would like to move my development site to production. It's hosted on the same server, and just want to move the site from a subdomain to the root domain. dev.websitename.org --> http://www.websitename.org The database is going to be in the same location. Can I just copy and paste the files fro...
by submike
Fri 24. Sep 2004, 00:03
Forum: phpwcms Support English
Topic: Page Title Question
Replies: 3
Views: 983

I'm thinking from the lack of responses, my question is unclear? I want to go from this: http://mike.randm.org/itc/page_title_current.gif Illinois Technology Center | Mission Statement/Goals (structure) | Mission Statement/Goals (article) to this: http://mike.randm.org/itc/page_title_ideal.gif Illin...
by submike
Thu 23. Sep 2004, 16:51
Forum: phpwcms Support English
Topic: Page Title Question
Replies: 3
Views: 983

Thanks Pappnase. I checked out include > inc_conf > cont.template_default.inc.php. However, changing the following code does not quite accomplish what I'm trying to do. $template_default["article"]["index_name"] = 'Home'; I would like to use the current code for generating the pa...
by submike
Thu 23. Sep 2004, 16:29
Forum: phpwcms Support English
Topic: Search - results per page issue
Replies: 3
Views: 790

That explains why it's not working, doesn't it? Thanks Pappnase for info. Looking forward to the next release.
by submike
Thu 23. Sep 2004, 02:53
Forum: phpwcms Support English
Topic: phpwcms.de website questions / custom layout print problems
Replies: 3
Views: 2152

I did a little digging on the site and ran across some code Trip put together. Check it out at:
http://www.phpwcms.de/forum/viewtopic.p ... ight=print
by submike
Thu 23. Sep 2004, 00:02
Forum: phpwcms Support English
Topic: Search - results per page issue
Replies: 3
Views: 790

Search - results per page issue

http://mike.randm.org/itc/search.gif I assume the highlighted portion in the image above will allow you to control the number of search results on a page. For example, using 10 results per page, a user would see the following: First page 1-10 of 16 results Second page 11-16 of 16 results However, w...
by submike
Wed 22. Sep 2004, 23:42
Forum: phpwcms Support English
Topic: Page Title Question
Replies: 3
Views: 983

Page Title Question

I set up a website with a structure as follows: http://mike.randm.org/itc/structure.gif When a user clicks on Missions Statement/Goals, the page title appears as: ITC | Missions Statement/Goals | Missions Statement/Goals I would like it to appear as: ITC | About Us | Missions Statement/Goals I notic...
by submike
Thu 2. Sep 2004, 20:34
Forum: (unofficial) tutorials & documentation
Topic: RSS Integration (External FEEDS ONLY)
Replies: 8
Views: 7818

Thanks for responding and the comment on the site. I tried commenting out the code above and received the following error. Warning: fread() : supplied argument is not a valid stream resource in /hsphere/local/home/itcadmin/cms.itcweb.org/php/rss_news.php on line 123 Warning: fclose() : supplied argu...
by submike
Thu 2. Sep 2004, 17:01
Forum: (unofficial) tutorials & documentation
Topic: RSS Integration (External FEEDS ONLY)
Replies: 8
Views: 7818

Here is the code I'm currently using, and I'm still having problems. The drop down does not seem to work, as it just refreshes the page and randomly picks a feed. I think it has something to do with the form action. Any help would be appreciated. You can check out the code at http://cms.itcweb.org/i...
by submike
Tue 31. Aug 2004, 18:33
Forum: (unofficial) tutorials & documentation
Topic: RSS Integration (External FEEDS ONLY)
Replies: 8
Views: 7818

Couple questions/comments on this code Comments When using the selectbox, change the following code from: // print select_box($backends, $backend, "backend"); to // print select_box($backends2, $backend, "backend"); the array is called $backends2, not $backends - saves some debug...