Search found 44 matches

by kpimichael
Thu 18. Nov 2010, 15:44
Forum: phpwcms Templates English
Topic: Two head tags
Replies: 3
Views: 15080

Re: Two head tags

Thank you for responding... I was moving too fast i guess. You are right of course. Thank you
by kpimichael
Wed 17. Nov 2010, 00:36
Forum: phpwcms Templates English
Topic: Two head tags
Replies: 3
Views: 15080

Two head tags

noobie alert. I just installed and was having a blast. Set up a bunch of pages and templates. Then i viewed the source for a page. I saw duplicate tags in my html. One set i know i put in the template...but the other is wrapped around what is in my template. Am i not supposed to put head, document ...
by kpimichael
Mon 21. Feb 2005, 08:48
Forum: phpwcms Support English
Topic: File Center - Different Message
Replies: 3
Views: 1728

File Center - Different Message

I am getting the following messages (example below) with my existing files in file center:

Warning: getimagesize(/home/kineticp/public_html/cms1/phpwcms_filestorage/.gif): failed to open stream: No such file or directory in /home/kineticp/public_html/cms1/include/inc_lib/imagick.convert.inc.php on ...
by kpimichael
Mon 21. Feb 2005, 08:20
Forum: phpwcms Support English
Topic: Problems with Dev 1.2
Replies: 31
Views: 12843

Path and Config

I had some of the same problems as listed in this thread in regard to pathing. The last update by Oliver fixed it for me. Please pay attention to the changed conf.inc file. Also if you have put in a subdirectory you need to add that.. in my case that was cms1
Here are examples from my config file ...
by kpimichael
Thu 17. Feb 2005, 09:15
Forum: phpwcms Support English
Topic: Document Root on 1.2 DEV
Replies: 3
Views: 2289

Document Root on 1.2 DEV

Installed everything to see where Oliver was with the new release :). For some reason i am having trouble with the PHPWCMS understanding that i have it in a subdirectory called "cms1". I get the warning on most every page.
Warning: main(/home/kixericp/public_html/include/inc_ext/ss_image/ss_image ...
by kpimichael
Thu 2. Sep 2004, 23:09
Forum: phpwcms Support English
Topic: no wyswyg with firefox 0.9
Replies: 13
Views: 4894

Same Here

I have tried both htmlarea and fckeditor and neither work with Firefox 0.9.3 I suspect that it is Firefox since none of them work. Sure hope this is fixed because i hate IE. I am beginning to believe it is an Activex problem.
by kpimichael
Thu 12. Aug 2004, 01:46
Forum: hacks & enhancements
Topic: Line breaks...what am i missing
Replies: 3
Views: 2625

Your are a genius

The tag worked... buy doing echo "[BR]" I just dont know why the <br> does not work. I do not have this problem in doing a <br> when i use {PHP:my_external.php} only the [PHP] ... i assume that it is architectural in the way that oliver puts it all together. I can't find it though.
by kpimichael
Wed 11. Aug 2004, 22:58
Forum: hacks & enhancements
Topic: Line breaks...what am i missing
Replies: 3
Views: 2625

Line breaks...what am i missing

I wanted to write a quick piece of code to list article summaries to include as article content... so i did this.... [PHP]
$db = mysql_connect('localhost','user_name','password') or die("Error while trying to connect to host");

mysql_select_db('table',$db) or die("Error while trying to connect to ...
by kpimichael
Fri 23. Jul 2004, 01:54
Forum: phpwcms Support English
Topic: PHPVAR Help
Replies: 0
Views: 775

PHPVAR Help

From time to time, I would like to get access to some of the fields that are stored in the mysql tables...without making a call. My understanding was that i could use the new tag PHPVAR to get to them. I am having no success. I have checked my brackets and braces...but for some reason i am ...
by kpimichael
Tue 20. Jul 2004, 20:57
Forum: phpwcms Bug Reports
Topic: Rollover Image on Mozilla Firefox
Replies: 3
Views: 3299

Firefox

Pappnase wrote:hello

eich version did you use!? the latest 0.92?
i have also an this error the images work but the caption will repeat endless.
Yes i am using .092 the latest . Good to see that it is just not me :)
by kpimichael
Tue 20. Jul 2004, 20:45
Forum: phpwcms Bug Reports
Topic: Rollover Image on Mozilla Firefox
Replies: 3
Views: 3299

Rollover Image on Mozilla Firefox

I am using the 6/22 version of phpwcms. Experimenting with the rollover image content part. I get different results under firefox and ie with the same code. when i try to rollover the small image...the title keeps getting repeated down the page...as long as i keep cursor on the first small image. I ...
by kpimichael
Thu 24. Jun 2004, 22:50
Forum: phpwcms Support English
Topic: Tooltips
Replies: 8
Views: 2660

I hate my solution but it works!!!

The javascript code was very sensitive as to where it occurs. I could not get it in a layout or template or article...right where i needed the code to be. So i changed the index.php code to put the javascript right in before the closing body tag. I don't like the solution because i will have to keep ...
by kpimichael
Tue 22. Jun 2004, 05:24
Forum: phpwcms Support English
Topic: Tooltips
Replies: 8
Views: 2660

Gonna Take me Some time i think

I tried all your ideas....with no success. I think i am going to have to do some traces as a page is built and see what is happening. I will let you know if i figure it out. :shock: I suspect that it would be useful to someone else over time. Thanks
by kpimichael
Mon 21. Jun 2004, 22:59
Forum: phpwcms Support English
Topic: Tooltips
Replies: 8
Views: 2660

plz post the rendered source/ a link to your page...

Thanks for some feedback. Here is the code when run standalone outside of phpwcms. http://www.wheredotheystand.com/cms/s2/wheredotlist.php?id=11,25,0,0,1,0

When i put it as an php program in an article page... this is what i get:
http://www ...
by kpimichael
Mon 21. Jun 2004, 06:45
Forum: phpwcms Bug Reports
Topic: GT MOD: text correction + possible errors
Replies: 8
Views: 6910

hello michael

what problems did you have with the gt mod!? wich php version do you use!?

PHP Version 4.3.4

I was getting errors with the Define statements. They appeared to be formatted wrong at least to me. I did not need the functionality...so i just returned them until Oliver puts in the ...