Search found 8 matches

by Harry
Sat 29. May 2004, 14:42
Forum: phpwcms Support English
Topic: Very-left/right spacer.
Replies: 1
Views: 851

I figured out.
To get a 10px margin between the edge and the menu, i did put this in 'Left' template:

Code: Select all

<div style="margin-left: 10px;">{NAV_TABLE_COLUMN}</div>
by Harry
Sat 29. May 2004, 13:41
Forum: phpwcms Support English
Topic: Very-left/right spacer.
Replies: 1
Views: 851

Very-left/right spacer.

Hey!
Just as there are empty cells for having empty space between left/right and main, can i create empty cells between bordeer of document and left/rigt? I can't use margin left/right, because they will also give me a margin at the top, which is supposed to have 0px margin. !
by Harry
Sat 29. May 2004, 12:12
Forum: phpwcms Installation Troubleshooting English
Topic: Can't log in after install
Replies: 15
Views: 4833

// database values $phpwcms["db_host"] = "localhost"; $phpwcms["db_user"] = "brit_alisa"; $phpwcms["db_pass"] = ""; $phpwcms["db_table"] = "brit_content"; $phpwcms["db_prepend"] = ""; $phpwcms["...
by Harry
Sat 29. May 2004, 12:01
Forum: hacks & enhancements
Topic: Adding WYSIWYG editor.
Replies: 2
Views: 2824

Adding WYSIWYG editor.

Hi! I'm trying to add the TinyMCE WYSIWYG editor. First off, i decided to give it the number '5' in the config. So i set this: $phpwcms["wysiwyg_editor"] = 5; And then i added this to include/inc_tmpl/article.new.tmpl.php: case 5: include(PHPWCMS_ROOT."/include/inc_ext/tinymc/tinymce....
by Harry
Sat 29. May 2004, 10:24
Forum: phpwcms Support English
Topic: WYSIWYG editor in IE?
Replies: 4
Views: 1211

I did use option 3. FCKEditor doesn't seem to work in 5.0 nor FireFox 0.8.
I think i will take a look at integrating that TinyMCE. Will give you word if i get it done. ;)
by Harry
Sat 29. May 2004, 01:24
Forum: phpwcms Feature Requests
Topic: Some different stuff.
Replies: 2
Views: 1048

Some different stuff.

Without reading the other posts in this forum ( theres too many ;) ) i've got a list of stuff: More advanced user control: Like different access levels: Some may only write article - not make them public. Other may write and publish articles, but not change other peoples articles etc. Signup functio...
by Harry
Sat 29. May 2004, 01:15
Forum: phpwcms Feature Requests
Topic: Need your help translating backend
Replies: 70
Views: 40374

Oliver Georgi wrote:I would like to see support for South and Central America.
Well. Find someone to translate it to spanish and portugeese, and you've covered most of South America..

I suppose frold do the danish translation, but if you need some danish translation. Tell me. :mrgreen:
by Harry
Sat 29. May 2004, 00:49
Forum: phpwcms Support English
Topic: WYSIWYG editor in IE?
Replies: 4
Views: 1211

WYSIWYG editor in IE?

Hi!
The WYSIWYG editor works fine in my Firebird 0.8. But theres jsut a normal TEXTAREA in Internet Explorer 5.0. Is it because of my IE version? If it is, i suppose it would be easy to implement the 5.0 compliable http://tinymce.moxiecode.com/ right?

- Harry