Search found 18 matches

by visioneer
Sat 4. Jun 2005, 09:34
Forum: hacks & enhancements
Topic: MOD Coding Guidelines
Replies: 5
Views: 16188

So why then have you setup a new forum for this? Why not leave it hear so everyone can find everything? just my 2 cents
by visioneer
Fri 3. Jun 2005, 08:40
Forum: hacks & enhancements
Topic: MOD Coding Guidelines
Replies: 5
Views: 16188

hi visioneer, as these guidelines don't contain the things about frontend_render etc. I'd kindly request you to use the text from the guidelines @ --...-- , which have been updated during the time.. Someone should remove this post. Good thing I haven't started working on my MOD yet. And now that I ...
by visioneer
Thu 12. May 2005, 20:46
Forum: phpwcms Support English
Topic: RSS Feed Template Design...
Replies: 0
Views: 821

RSS Feed Template Design...

Any specs on how to create your own templates for the RSS Feed ouput? I've poked at it a little but I'm finding it hard to figure out what tags to use to get at and display the items in the RSS Feed. I know this is under development but I'd really like to make use of what's there. Thanks!
by visioneer
Wed 16. Mar 2005, 08:09
Forum: sites you are proud of (made with phpwcms only)
Topic: Second Week of New Site...Comments Appreciated
Replies: 6
Views: 3057

Very nice to see what one can achieve with phpwcms! Can I ask how you did this page: http://www.clba.org/churches.phtml spirelli: What exactly are you wondering about? The content of that page and all the pages beneath it are generated via and included php script that gets variables posted to it to ...
by visioneer
Wed 16. Mar 2005, 08:00
Forum: sites you are proud of (made with phpwcms only)
Topic: Second Week of New Site...Comments Appreciated
Replies: 6
Views: 3057

Re: Second Week of New Site...Comments Appreciated

I get this error top od page (eg. http://www.clba.org/chreastern.phtml): Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/clbweb/clba-www/include/inc_front/front.func.inc.php on line 2360 Warning: file_get_contents(http://dev.clba.org ...
by visioneer
Wed 9. Mar 2005, 05:15
Forum: sites you are proud of (made with phpwcms only)
Topic: Second Week of New Site...Comments Appreciated
Replies: 6
Views: 3057

Second Week of New Site...Comments Appreciated

Some of you may have already seen some of this in my "Under Construction" post. Now that I'm live I'd still like some feedback. Thanks!

http://www.clba.org
by visioneer
Wed 2. Feb 2005, 15:41
Forum: sites under construction (made with phpwcms only)
Topic: Upcoming Site...Looking for Comments
Replies: 21
Views: 18903

For me on FireFox Mac/Win and Safari the 3rd level menus always show with the 2nd level menus. Also there is some poor width/border/alignment issue with the browsers that do work properly. I think my CSS is mostly on track except for the first level not sizing properly. Part of my issue I believe is ...
by visioneer
Wed 2. Feb 2005, 04:43
Forum: sites under construction (made with phpwcms only)
Topic: Upcoming Site...Looking for Comments
Replies: 21
Views: 18903

Here is a basic run down of how to include the ExtCalendar2 in phpwcms. File that need to be modified: calendar.php cal_search.php register.php Files that you may optional modify: admin_categories.php admin_events.php admin_groups.php admin_settings.php admin_settings_template.php admin_settings ...
by visioneer
Tue 1. Feb 2005, 16:30
Forum: sites under construction (made with phpwcms only)
Topic: Upcoming Site...Looking for Comments
Replies: 21
Views: 18903

Re: Calendar Integration...

marco wrote:Could you please explain this a bit more, what files are edited what replacement tag is used, and where is the code above inserted?
I'll post a step-by-step guide to what I did later tonight.
by visioneer
Tue 1. Feb 2005, 16:29
Forum: sites under construction (made with phpwcms only)
Topic: Upcoming Site...Looking for Comments
Replies: 21
Views: 18903

menu works NOT on internet explorer for mac! Sorry to say it but I feel IE on Mac is dead. People shouldn't use it. That's my feeling. Seems to be the same for MS as they haven't updated IE for Mac in years. I think I may have the same problem in IE Mac as I do for Opera Mac so when I have to to ...
by visioneer
Fri 28. Jan 2005, 19:28
Forum: sites under construction (made with phpwcms only)
Topic: Upcoming Site...Looking for Comments
Replies: 21
Views: 18903

Calendar Integration...

Is the calendar integrated into the backend or do you have another interface for it? The calendar integration took a little bit of creative thinking to figure out. The calendar has it's own tables and it's own login/backend. I've basically integrated this into the CMS frontend. If I ever have time ...
by visioneer
Fri 28. Jan 2005, 16:27
Forum: sites under construction (made with phpwcms only)
Topic: Upcoming Site...Looking for Comments
Replies: 21
Views: 18903

Re: Using Built-in build_dhtmlmenu...

It is on Windows. Seems to be a problems with th css. Yeah, I guessed it. I had 6.x version of Opera on Mac and it looked worse than in the 7.2x browser. I updated my Opera on Mac to latest version. I'll have to look into this. If anyone has any quick hints that would be great. Due to this being my ...
by visioneer
Fri 28. Jan 2005, 15:01
Forum: sites under construction (made with phpwcms only)
Topic: Upcoming Site...Looking for Comments
Replies: 21
Views: 18903

Using Built-in build_dhtmlmenu...

what replacement tag gives you the whole site structure as a ul/li list? Have replacement tag as: {DROPDOWN} And have following code in css_dropdown.php in the frontend_render directory: <? $content['all'] = str_replace('{DROPDOWN}', build_dhtmlmenu(0, 'id="nav" class="dropdown"', 'class="active ...
by visioneer
Fri 28. Jan 2005, 05:20
Forum: sites under construction (made with phpwcms only)
Topic: Upcoming Site...Looking for Comments
Replies: 21
Views: 18903

Upcoming Site...Looking for Comments

Hey all, I'm working on a soon to be released site. Could I get anyone's comments? Thanks.

http://www.lbym.org/index.phtml

Updated Addition:
http://dev.clba.org/index.phtml

Note: If you go to the URL without the .phtml file listed you'll end up redirected to a different site.[/b]
by visioneer
Thu 9. Dec 2004, 18:47
Forum: hacks & enhancements Support
Topic: update FCKeditor from 1.5 -> 2.0 RC1, howto?
Replies: 5
Views: 3735

Fixes for Mozilla/Firefox

See: http://www.phpwcms.de/forum/viewtopic.p ... =fckeditor

I've submitted the fix there. At least one that works for me.