Search found 8 matches

by sigaq
Fri 20. May 2005, 16:27
Forum: phpwcms Support English
Topic: email contact form
Replies: 47
Views: 25502

KOPIE AN: NOT FUNCTIONING CORRECTLY ?

KOPIE AN NOT FUNCTIONING CORRECTLY ?

:(

This applies if you have a form field where you collect an email address from the person using the form.

It appears that if kopie an: is ticked and the dropdown is set as EMAIL(or whatever you have called the email field), a copy of the completed form will ...
by sigaq
Mon 1. Nov 2004, 16:29
Forum: phpwcms Support English
Topic: Article ordering (arrow up/down) does not work
Replies: 18
Views: 9668

Hi, I had exactly the same problem of seemingly random ordering everytime you try to alter with the sort up or sort down button.

However - I think I have the answer -

Add
$dbcon

to the function struct_articlelist ( statement - about line 60 - in include/inc_lib/admin.functions.inc.php
for ...
by sigaq
Sat 2. Oct 2004, 21:08
Forum: phpwcms Support English
Topic: Automatical Graphical Text
Replies: 11
Views: 5284

that's what I thought - but some titles (links) are displayed as class "articleList_topsubhead" not GT, and changing this as well in conf.template_default.inc.php doesn't seem to help.

jp
by sigaq
Fri 1. Oct 2004, 18:01
Forum: phpwcms Support English
Topic: Automatical Graphical Text
Replies: 11
Views: 5284

disregard - thought I had solved it but found a problem
by sigaq
Fri 1. Oct 2004, 17:51
Forum: hacks & enhancements
Topic: Replacement Tags Helper
Replies: 39
Views: 46307

Great mod Goran!

Another suggestion for you - perhaps the {GT:style} section of your mod could display the actual styles that admin has set up ?

All the best,
JP
by sigaq
Thu 30. Sep 2004, 23:15
Forum: hacks & enhancements
Topic: Replacement Tags Helper
Replies: 39
Views: 46307

Thanks Goran - just one little change needed to install.txt for PHP newbies

should

[ ADD BETWEEN "<?" AND "</td>" ]

be

[ ADD BETWEEN "?>" AND "</td>" ]

Thanks again,
JP
by sigaq
Thu 30. Sep 2004, 10:48
Forum: phpwcms Support English
Topic: Images/pictures border colour
Replies: 9
Views: 3416

disabling image border

Not sure if this is what you want, but simple way to get rid of image borders is to add this to frontend.css:

Code: Select all

img {border-style: none;}
Hope it helps,
JP
by sigaq
Sun 26. Sep 2004, 22:49
Forum: phpwcms Support English
Topic: Spliting article into multiple pages
Replies: 22
Views: 10545

pixelpeter wrote:.......Until know /(###NEXTPAGE###)(([\ \r\n]*)<\/[^>]*>)*/ does the job very well, so I will release this hack this evening
Hi,

I am sure there are a lot more of us who are crying out for this feature! Any idea when you might have the time to release it?

Many thanks.