Search found 13 matches

by Zym0tiC
Thu 16. Feb 2006, 01:21
Forum: phpwcms Support English
Topic: scrollbar in IE when comments are vissable in guestbook
Replies: 2
Views: 1008

thanx for your fast reaction.... it works \o/
by Zym0tiC
Wed 15. Feb 2006, 23:45
Forum: phpwcms Support English
Topic: scrollbar in IE when comments are vissable in guestbook
Replies: 2
Views: 1008

scrollbar in IE when comments are vissable in guestbook

I created a phpwcms site which works perfect...except for 1 thing. When I post a reply in a guestbook I got scroll bars in IE (both directions), example: http://www.shinebox.nl/index.php?id=9,20,0,0,1,0
Nothing to see in firefox. I suppose it is a css issue but i'm not a hero in css coding.

My css ...
by Zym0tiC
Sun 4. Sep 2005, 16:52
Forum: phpwcms Support English
Topic: embedding serendipity in phpwcms
Replies: 1
Views: 904

I found something more I can do but it isn't 100% working.

I created an article called weblog: in the summary I put the following:

{PHP:phpwcms_template/inc_script/frontend_render/weblog.php}

In phpwcms_template/inc_script/frontend_render I placed weblog.php with the following content:

<?php ...
by Zym0tiC
Fri 2. Sep 2005, 00:29
Forum: phpwcms Support English
Topic: embedding serendipity in phpwcms
Replies: 1
Views: 904

embedding serendipity in phpwcms

He I had contact with some people @ the serendipity forum. With a lot of help i managed to get a wrapper file to include serendipity into phpwcms. But to finish the whole stuff I have to place some code in tthe index.php file, buth where....??? I hope somebody can help me.

this is the wrapper.php ...
by Zym0tiC
Tue 30. Aug 2005, 22:12
Forum: phpwcms Support English
Topic: ext content path problems
Replies: 1
Views: 693

Ok I tried to include the serendipity weblog with an iframe, but how do I manage to pass the css file to the iframe???
by Zym0tiC
Tue 30. Aug 2005, 01:35
Forum: phpwcms Support English
Topic: ext content path problems
Replies: 1
Views: 693

ext content path problems

I have my website running @ phpwcms 1.2.5-DEV. Now I'm trying to integrate serendipity in phpwcms with the ext. content part.
Everything looks fine, links, fonts are the same color as my website, but when I click a link my weblog looks like it hasn't got an css.

This could be true because I think ...
by Zym0tiC
Tue 30. Aug 2005, 00:09
Forum: hacks & enhancements
Topic: An Event Calendar Mod
Replies: 239
Views: 141219

Is it possible to use this mod to create some sort of weblog. So that the articles I created in a specific category will be added tot the calender?
by Zym0tiC
Sun 14. Aug 2005, 19:03
Forum: phpwcms Feature Requests
Topic: suggestion:TinyMCE as new multibrowser HTML WYSIWYG editor
Replies: 41
Views: 34733

zBurner wrote:I'm currently working on a mod to get this to work and already have it basically working. Once I have it nice and I have some free time I will post how I did it.
that would be nice, you've got my support
by Zym0tiC
Sat 13. Aug 2005, 01:21
Forum: hacks & enhancements
Topic: Modified and enhanced FCKeditor2.0 Final for phpWCMS
Replies: 43
Views: 20530

Yeah I have it working!!! :lol:

Here the steps that I followed. I'm sure that not all of them are very usefull but because I don't know wat exactly did it I post it all.

I used Firefox to do this

1) Open /var/www/html/include/inc_ext/FCKeditor2/editor/plugins/ImageManager/config.inc.php

2 ...
by Zym0tiC
Fri 12. Aug 2005, 19:50
Forum: hacks & enhancements
Topic: Modified and enhanced FCKeditor2.0 Final for phpWCMS
Replies: 43
Views: 20530

I have a problem in fckeditor in the imagepreview dialog where I don't see any images. after selecting a image, without knowing which one exactly :? , and inserting it into the editor itself it will appear.


This is my phpinfo() output related tot GD:

GD Support enabled
GD Version bundled (2.0 ...
by Zym0tiC
Fri 12. Aug 2005, 19:01
Forum: phpwcms Support English
Topic: howto make the hide title checkbox work in my own .tmpl ?
Replies: 2
Views: 847

I already thought about that but I was wondering if there would be an other solution for this.

Maybe with some php code
by Zym0tiC
Fri 12. Aug 2005, 16:28
Forum: phpwcms Support English
Topic: howto make the hide title checkbox work in my own .tmpl ?
Replies: 2
Views: 847

howto make the hide title checkbox work in my own .tmpl ?

Is it possible to include a sort of if statement in my own article .tmpl file, so that if i check the hide title box or the hide summary box that those will be hidden?
by Zym0tiC
Tue 2. Aug 2005, 20:57
Forum: phpwcms Support English
Topic: positioning with div's
Replies: 1
Views: 1092

positioning with div's

I'm trying to build a website with div's icm with the 2 column
template. My problem is that the left column doesn't scales with the
right column.
So I tried to place both div's in another div and asign the background
image to the center div.

Structure:

<div id"container">

<div id"container ...