Search found 172 matches

by ff123
Wed 26. Apr 2006, 20:59
Forum: sites you are proud of (made with phpwcms only)
Topic: www.andrewingram.co.za
Replies: 34
Views: 18744

Stim wrote:how to change font? cant find any button for it :!:
Just try the links! :wink:

These links make the font change smaller/larger:
# Normale Letters
# Grote Letters
by ff123
Wed 26. Apr 2006, 20:05
Forum: sites you are proud of (made with phpwcms only)
Topic: www.andrewingram.co.za
Replies: 34
Views: 18744

A working demo of the php based css switchers is here for example:
http://www.historischevereniginghasselt.nl/

But notice that you cannot see the php code of course.
by ff123
Wed 26. Apr 2006, 16:31
Forum: sites you are proud of (made with phpwcms only)
Topic: www.andrewingram.co.za
Replies: 34
Views: 18744

Hi, Subject: css switcher using php Implementation time: 20 minutes Articles: http://www.alistapart.com/articles/phpswitch/ * Explanation * Put the switcher.php in the root with this code: <?php setcookie ('sitestyle', $_GET['set'], time()+31536000); header("Location: " . $_SERVER['HTTP_RE...
by ff123
Wed 26. Apr 2006, 13:56
Forum: hacks & enhancements
Topic: Userpanel CP
Replies: 330
Views: 157803

Search form finds hidden articles

I found out that the search function finds articles which are in the hidden categories: visible for users logged on only [checked] public [not checked] These categories should only be available for registered users who can view them by logging into the userpanel. Same counts for sitemap. You can sol...
by ff123
Tue 25. Apr 2006, 12:47
Forum: hacks & enhancements
Topic: Userpanel CP
Replies: 330
Views: 157803

when I create an new frontend user, his language is automatically set to german, so he gets a german confirmation mail etc. I changed the language in "conf.inc.php" into "NL". So dutch should be the default language now Hmm, this does not have anything do with the userpanel.. I ...
by ff123
Sun 23. Apr 2006, 19:44
Forum: hacks & enhancements
Topic: Userpanel CP
Replies: 330
Views: 157803

I have installed the userpanel and it's superb, bravo! :D :D There are only a few things I cant get worked out: - when I create an new frontend user, his language is automatically set to german, so he gets a german confirmation mail etc. I changed the language in "conf.inc.php" into "...
by ff123
Sat 22. Apr 2006, 11:08
Forum: phpwcms Discussion
Topic: Spam? security problem
Replies: 5
Views: 2873

I removed the "phpwcms_code_snippets" directory which was in the root of the phpwcms folder. Is this sustainable?
Should I also remove the file "include/inc_act/act_formmailer.php"? Or is this not immediately necessary?
by ff123
Wed 19. Apr 2006, 10:40
Forum: hacks & enhancements
Topic: Userpanel CP
Replies: 330
Views: 157803

hallo! Coole erweiterung! Gefällt mir! Ich habe aber ein Problem: Wenn ich versuche mich einzuloggen, dann werde ich immer wieder auf die login seite zurürck geworfen. Egal ob als frontet user oder als Admin. Warum? You should replace some code in phpwcms.php: replace this: case "logout":...
by ff123
Tue 18. Apr 2006, 20:41
Forum: phpwcms Support English
Topic: Default template
Replies: 3
Views: 1005

It says:
stflash_vervolgpagina (Standard)
or english:
stflash_vervolgpagina (default)

So stflash_vervolgpagina is default and still when I add a new category, it is set to template "stflash_hoofdpagina".
Because the website root level is set to template "stflash_hoofdpagina".
by ff123
Tue 18. Apr 2006, 20:25
Forum: phpwcms Support English
Topic: Default template
Replies: 3
Views: 1005

Default template

I have 2 templates: - hoofdpagina & - vervolgpagina Vervolgpagina is default template, but because the website root level (home) uses the template hoofdpagina, it always happens that when I make a new category the new category is automatically set to the template hoofdpagina. Can I somehow make ...
by ff123
Tue 18. Apr 2006, 14:35
Forum: phpwcms Support English
Topic: 1.2.5 dev - Article BEGINS | ENDS ?
Replies: 4
Views: 1782

I also want articles to never expire.
Does anyone know a solution?
Can I configure the "Article BEGINS | ENDS settings"?
by ff123
Mon 10. Apr 2006, 19:50
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 183129

Thanx for the fast reply and the enhanced reptag!! :D One thing I wonder about if it is possible to show only the summary without having made an article. This is because I only write summaries, because the {teaser_ex} only shows summaries. Of course I could ask the client to write a summary AND a fu...
by ff123
Mon 10. Apr 2006, 13:57
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 183129

Hi, I am using the reptags {teaser_ex} and {show_content:xxx}. Now I want to show a news archive with {teaser_ex}. So {teaser_ex} shows the news items, but only the summary of the articles. Now I want to show certain news items on the front page. So I use {show_content:xxx}. But {show_content:xxx} s...
by ff123
Fri 31. Mar 2006, 19:59
Forum: General Discussion
Topic: Frold says good bye
Replies: 18
Views: 15374

A sad thing that this should hapen on this great forum...
I always promote phpwcms on dutch forums and have already convinced people to use this CMS, so let's not disappoint them and continue the great work.
by ff123
Tue 28. Mar 2006, 10:12
Forum: phpwcms Support English
Topic: Making phpwcms completely xhtml valid like 7dana.com
Replies: 3
Views: 2001

Klappstuhl28 wrote:Maybe this is interesting for you also:

http://www.hdk-online.de/xhtmlvalidation.phtml
Tank you for your contribution. Still I have the question if it is possible to make phpwcms xhtml compatible in a few steps.